annotate xmms-sid.spec.in @ 133:79a526595d16

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