annotate xmms-sid.spec.in @ 97:f69fa2496512

- Cleaned changelog, moved to ChangeLog.old - Adjusted Makefile.am accordingly - Version number bump - GUI tweaks - Specfile cleanup
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 10 Jan 2004 22:55:05 +0000
parents 63cf9b2ddadf
children 79a526595d16
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
93
63cf9b2ddadf Minor changes
Matti Hamalainen <ccr@tnsp.org>
parents: 81
diff changeset
1 ###########################################################
11
c342e8514754 And more...
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 %define name @PACKAGE@
c342e8514754 And more...
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3 %define version @VERSION@
c342e8514754 And more...
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4 %define release 1
c342e8514754 And more...
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5
93
63cf9b2ddadf Minor changes
Matti Hamalainen <ccr@tnsp.org>
parents: 81
diff changeset
6 Summary: A SID-tune (C64 music) input plugin for XMMS
11
c342e8514754 And more...
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 Name: %{name}
c342e8514754 And more...
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8 Version: %{version}
c342e8514754 And more...
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9 Release: %{release}
c342e8514754 And more...
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
10 Copyright: GPL
c342e8514754 And more...
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
11 Group: Applications/Multimedia
c342e8514754 And more...
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
12 Vendor: Matti "ccr/TNSP" Hamalainen <ccr@tnsp.org>
c342e8514754 And more...
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
13 Url: http://www.tnsp.org/xmms-sid.php
93
63cf9b2ddadf Minor changes
Matti Hamalainen <ccr@tnsp.org>
parents: 81
diff changeset
14 Source: http://www.tnsp.org/xs-files/%{name}-%{version}.tar.gz
63cf9b2ddadf Minor changes
Matti Hamalainen <ccr@tnsp.org>
parents: 81
diff changeset
15 BuildRoot: %{_tmppath}/%{name}-%{version}-root
97
f69fa2496512 - Cleaned changelog, moved to ChangeLog.old
Matti Hamalainen <ccr@tnsp.org>
parents: 93
diff changeset
16 Requires: gtk+ >= 1.2.8, glib >= 1.2.8, xmms >= @XMMS_VERSION@
43
3c609b6d5a02 Automagic updating of spec.in-file via configure
Matti Hamalainen <ccr@tnsp.org>
parents: 11
diff changeset
17 Requires: @REQUIRE_LIBRARY@
11
c342e8514754 And more...
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
18
93
63cf9b2ddadf Minor changes
Matti Hamalainen <ccr@tnsp.org>
parents: 81
diff changeset
19 ###########################################################
11
c342e8514754 And more...
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
20 %description
93
63cf9b2ddadf Minor changes
Matti Hamalainen <ccr@tnsp.org>
parents: 81
diff changeset
21 Input plugin for XMMS to play SID-tunes (Music from Commodore
63cf9b2ddadf Minor changes
Matti Hamalainen <ccr@tnsp.org>
parents: 81
diff changeset
22 64 games/demos/etc.). Supports either (or both) libSIDPlay
63cf9b2ddadf Minor changes
Matti Hamalainen <ccr@tnsp.org>
parents: 81
diff changeset
23 v1.x or v2.x. Includes extensive configurability (settings for
63cf9b2ddadf Minor changes
Matti Hamalainen <ccr@tnsp.org>
parents: 81
diff changeset
24 filters and other SID-emulation parameters, extensive fileinfo),
63cf9b2ddadf Minor changes
Matti Hamalainen <ccr@tnsp.org>
parents: 81
diff changeset
25 has STIL-database support, song-length database support and more.
11
c342e8514754 And more...
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
26
93
63cf9b2ddadf Minor changes
Matti Hamalainen <ccr@tnsp.org>
parents: 81
diff changeset
27 %description -l de
63cf9b2ddadf Minor changes
Matti Hamalainen <ccr@tnsp.org>
parents: 81
diff changeset
28 Input-Plugin für XMS um SID-musiken (Musik aus Commodore64 Spielen,
63cf9b2ddadf Minor changes
Matti Hamalainen <ccr@tnsp.org>
parents: 81
diff changeset
29 Demos, etc) abzuspielen. Unterstützt entweder libSidPlay V1.x, V2.x
63cf9b2ddadf Minor changes
Matti Hamalainen <ccr@tnsp.org>
parents: 81
diff changeset
30 oder beide. Enthält erweiterte Konfiguriermöglichkeiten, wie
63cf9b2ddadf Minor changes
Matti Hamalainen <ccr@tnsp.org>
parents: 81
diff changeset
31 Filtereinstellungen, diverse Parameter für die SID-Emulation und
63cf9b2ddadf Minor changes
Matti Hamalainen <ccr@tnsp.org>
parents: 81
diff changeset
32 ausführlichere Fileinformationen), Unterstützung der STIL Datenbank,
63cf9b2ddadf Minor changes
Matti Hamalainen <ccr@tnsp.org>
parents: 81
diff changeset
33 Song-Längen Datenbank und vieles mehr.
63cf9b2ddadf Minor changes
Matti Hamalainen <ccr@tnsp.org>
parents: 81
diff changeset
34
63cf9b2ddadf Minor changes
Matti Hamalainen <ccr@tnsp.org>
parents: 81
diff changeset
35 ###########################################################
11
c342e8514754 And more...
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
36 %prep
c342e8514754 And more...
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
37 %setup -q
c342e8514754 And more...
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
38
93
63cf9b2ddadf Minor changes
Matti Hamalainen <ccr@tnsp.org>
parents: 81
diff changeset
39 ###########################################################
11
c342e8514754 And more...
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
40 %build
c342e8514754 And more...
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
41 export CFLAGS="$RPM_OPT_FLAGS" CPPFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS";
93
63cf9b2ddadf Minor changes
Matti Hamalainen <ccr@tnsp.org>
parents: 81
diff changeset
42 %configure
63cf9b2ddadf Minor changes
Matti Hamalainen <ccr@tnsp.org>
parents: 81
diff changeset
43 make
11
c342e8514754 And more...
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
44
93
63cf9b2ddadf Minor changes
Matti Hamalainen <ccr@tnsp.org>
parents: 81
diff changeset
45 ###########################################################
11
c342e8514754 And more...
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
46 %install
c342e8514754 And more...
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
47 [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
93
63cf9b2ddadf Minor changes
Matti Hamalainen <ccr@tnsp.org>
parents: 81
diff changeset
48 %makeinstall
11
c342e8514754 And more...
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
49
93
63cf9b2ddadf Minor changes
Matti Hamalainen <ccr@tnsp.org>
parents: 81
diff changeset
50 ###########################################################
11
c342e8514754 And more...
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
51 %post -p /sbin/ldconfig
93
63cf9b2ddadf Minor changes
Matti Hamalainen <ccr@tnsp.org>
parents: 81
diff changeset
52
63cf9b2ddadf Minor changes
Matti Hamalainen <ccr@tnsp.org>
parents: 81
diff changeset
53 ###########################################################
11
c342e8514754 And more...
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
54 %postun -p /sbin/ldconfig
c342e8514754 And more...
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
55
93
63cf9b2ddadf Minor changes
Matti Hamalainen <ccr@tnsp.org>
parents: 81
diff changeset
56 ###########################################################
11
c342e8514754 And more...
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
57 %clean
93
63cf9b2ddadf Minor changes
Matti Hamalainen <ccr@tnsp.org>
parents: 81
diff changeset
58 [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT
11
c342e8514754 And more...
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
59
93
63cf9b2ddadf Minor changes
Matti Hamalainen <ccr@tnsp.org>
parents: 81
diff changeset
60 ###########################################################
11
c342e8514754 And more...
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
61 %files
c342e8514754 And more...
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
62 %defattr(-, root, root)
47
fd610bb817bc Updated specfile, added new configure options and improved detections
Matti Hamalainen <ccr@tnsp.org>
parents: 43
diff changeset
63 %doc AUTHORS COPYING FAQ NEWS README* THANKS TODO BUGS
51
ccab75d0dacc Include only .so-files from build
Matti Hamalainen <ccr@tnsp.org>
parents: 47
diff changeset
64 %{_libdir}/xmms/Input/*.so