From 5afa77b9934482275416616e1542146975013d0d Mon Sep 17 00:00:00 2001 From: gafton Date: Wed, 24 Nov 2004 05:10:12 +0000 Subject: [PATCH 01/40] Fix braindead typo from the original import --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f03314c..62b0efc 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ MAKEFILE_COMMON := $(shell $(find-makefile-common)) ifeq ($(MAKEFILE_COMMON),) # attept a checkout define checkout-makefile-common -test -f CVS/Rootx && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 +test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 endef MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) From 163fd2c3f3b854d4defd2663456e966536beee24 Mon Sep 17 00:00:00 2001 From: gafton Date: Wed, 24 Nov 2004 05:10:12 +0000 Subject: [PATCH 02/40] Fix braindead typo from the original import --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f03314c..76562ae 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Makefile for source rpm: xmms-sid -# $Id$ +# $Id: Makefile,v 1.1 2004/11/08 05:35:23 cvsextras Exp $ NAME := xmms-sid SPECFILE = $(firstword $(wildcard *.spec)) @@ -12,7 +12,7 @@ MAKEFILE_COMMON := $(shell $(find-makefile-common)) ifeq ($(MAKEFILE_COMMON),) # attept a checkout define checkout-makefile-common -test -f CVS/Rootx && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 +test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 endef MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) From 356842b7f4591e258cb927350fcc7a4556b0da2b Mon Sep 17 00:00:00 2001 From: Matthias Saou Date: Sat, 5 Mar 2005 20:07:09 +0000 Subject: [PATCH 03/40] Mass letter "x"," y" and "z" update, one or more apply : - Drop epoch: 0 - Remove %{epoch} requirements in sub-packages - Remove trailing white spaces - Keep consistent between spaces and tabs --- xmms-sid.spec | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/xmms-sid.spec b/xmms-sid.spec index e5a3242..914024e 100644 --- a/xmms-sid.spec +++ b/xmms-sid.spec @@ -4,7 +4,6 @@ Summary: SIDPlay input plugin for X MultiMedia System (XMMS) Name: xmms-sid Version: 0.7.4 Release: 4 -Epoch: 0 URL: http://www.tnsp.org/xmms-sid.php License: GPL Group: Applications/Multimedia @@ -12,18 +11,18 @@ Source0: http://www.tnsp.org/xs-files/%{name}-%{version}.tar.bz2 Patch0: xmms-sid-0.7.4-cflags.patch Patch1: xmms-sid-0.7.4-gcc34.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -Requires: xmms >= 0:1.2.7 -BuildRequires: xmms-devel >= 0:1.2, libsidplay-devel >= 0:1.36.57 -BuildRequires: gtk+-devel >= 0:1.2.2, glib-devel >= 0:1.2.2 +Requires: xmms >= 1.2.7 +BuildRequires: xmms-devel >= 1.2, libsidplay-devel >= 1.36.57 +BuildRequires: gtk+-devel >= 1.2.2, glib-devel >= 1.2.2 %description XMMS-SID is a plugin for XMMS (X MultiMedia System) which provides support for playing the so-called "SID tunes". For the actual playing, XMMS-SID uses the excellent libsidplay SID-chip/6502 emulator engine. - + If you are not familiar with the term "SID tune" or "SID" concept at all, a short (yes it is! ;-) explanation follows: - + SID is the sound chip that was used in many of the old 8-bit home computers manufactured by Commodore Inc. in 1980's. Best known of those was the Commodore 64 home computer (aka C64 or CBM64, also @@ -35,33 +34,26 @@ known as VIC-64 in some countries). %patch1 -p1 -b .gcc34 -#--------------------------------------------------------------------- - %build %configure --libdir=%{xmms_inputdir} make %{?_smp_mflags} - -#--------------------------------------------------------------------- + %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install rm -f %{buildroot}/%{xmms_inputdir}/*.la -#--------------------------------------------------------------------- %clean rm -rf %{buildroot} -#--------------------------------------------------------------------- - %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog NEWS README TODO README.* %{xmms_inputdir}/*.so -#--------------------------------------------------------------------- %changelog * Wed Nov 10 2004 Michael Schwendt 0:0.7.4-4 @@ -74,5 +66,5 @@ rm -rf %{buildroot} * Mon Apr 28 2003 Panu Matilainen 0:0.7.4-0.fdr.2 - add missing Epoch's -* Mon Mar 24 2003 Panu Matilainen +* Mon Mar 24 2003 Panu Matilainen - Initial Fedora packaging. From 4cc8ca0520ce9d0f44c72d3fd3d08f07012ba164 Mon Sep 17 00:00:00 2001 From: Matthias Saou Date: Sat, 5 Mar 2005 20:07:09 +0000 Subject: [PATCH 04/40] Mass letter "x"," y" and "z" update, one or more apply : - Drop epoch: 0 - Remove %{epoch} requirements in sub-packages - Remove trailing white spaces - Keep consistent between spaces and tabs --- xmms-sid.spec | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/xmms-sid.spec b/xmms-sid.spec index e5a3242..914024e 100644 --- a/xmms-sid.spec +++ b/xmms-sid.spec @@ -4,7 +4,6 @@ Summary: SIDPlay input plugin for X MultiMedia System (XMMS) Name: xmms-sid Version: 0.7.4 Release: 4 -Epoch: 0 URL: http://www.tnsp.org/xmms-sid.php License: GPL Group: Applications/Multimedia @@ -12,18 +11,18 @@ Source0: http://www.tnsp.org/xs-files/%{name}-%{version}.tar.bz2 Patch0: xmms-sid-0.7.4-cflags.patch Patch1: xmms-sid-0.7.4-gcc34.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -Requires: xmms >= 0:1.2.7 -BuildRequires: xmms-devel >= 0:1.2, libsidplay-devel >= 0:1.36.57 -BuildRequires: gtk+-devel >= 0:1.2.2, glib-devel >= 0:1.2.2 +Requires: xmms >= 1.2.7 +BuildRequires: xmms-devel >= 1.2, libsidplay-devel >= 1.36.57 +BuildRequires: gtk+-devel >= 1.2.2, glib-devel >= 1.2.2 %description XMMS-SID is a plugin for XMMS (X MultiMedia System) which provides support for playing the so-called "SID tunes". For the actual playing, XMMS-SID uses the excellent libsidplay SID-chip/6502 emulator engine. - + If you are not familiar with the term "SID tune" or "SID" concept at all, a short (yes it is! ;-) explanation follows: - + SID is the sound chip that was used in many of the old 8-bit home computers manufactured by Commodore Inc. in 1980's. Best known of those was the Commodore 64 home computer (aka C64 or CBM64, also @@ -35,33 +34,26 @@ known as VIC-64 in some countries). %patch1 -p1 -b .gcc34 -#--------------------------------------------------------------------- - %build %configure --libdir=%{xmms_inputdir} make %{?_smp_mflags} - -#--------------------------------------------------------------------- + %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install rm -f %{buildroot}/%{xmms_inputdir}/*.la -#--------------------------------------------------------------------- %clean rm -rf %{buildroot} -#--------------------------------------------------------------------- - %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog NEWS README TODO README.* %{xmms_inputdir}/*.so -#--------------------------------------------------------------------- %changelog * Wed Nov 10 2004 Michael Schwendt 0:0.7.4-4 @@ -74,5 +66,5 @@ rm -rf %{buildroot} * Mon Apr 28 2003 Panu Matilainen 0:0.7.4-0.fdr.2 - add missing Epoch's -* Mon Mar 24 2003 Panu Matilainen +* Mon Mar 24 2003 Panu Matilainen - Initial Fedora packaging. From 80e06a53141547e495fb56ea6c6eda624cc80987 Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Wed, 6 Apr 2005 22:13:53 +0000 Subject: [PATCH 05/40] mass release bump for packages not rebuilt after FC-3-split --- xmms-sid.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xmms-sid.spec b/xmms-sid.spec index 914024e..74249df 100644 --- a/xmms-sid.spec +++ b/xmms-sid.spec @@ -3,7 +3,8 @@ Summary: SIDPlay input plugin for X MultiMedia System (XMMS) Name: xmms-sid Version: 0.7.4 -Release: 4 +Release: 5 + URL: http://www.tnsp.org/xmms-sid.php License: GPL Group: Applications/Multimedia @@ -56,6 +57,9 @@ rm -rf %{buildroot} %changelog +* Fri Apr 7 2005 Michael Schwendt +- rebuilt + * Wed Nov 10 2004 Michael Schwendt 0:0.7.4-4 - Fix src/xmms-sid.cc for GCC 3.4/FC3. From c93cc6c93f7d03e57306d8c563ce70a850bde828 Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Wed, 6 Apr 2005 22:13:53 +0000 Subject: [PATCH 06/40] mass release bump for packages not rebuilt after FC-3-split --- xmms-sid.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xmms-sid.spec b/xmms-sid.spec index 914024e..74249df 100644 --- a/xmms-sid.spec +++ b/xmms-sid.spec @@ -3,7 +3,8 @@ Summary: SIDPlay input plugin for X MultiMedia System (XMMS) Name: xmms-sid Version: 0.7.4 -Release: 4 +Release: 5 + URL: http://www.tnsp.org/xmms-sid.php License: GPL Group: Applications/Multimedia @@ -56,6 +57,9 @@ rm -rf %{buildroot} %changelog +* Fri Apr 7 2005 Michael Schwendt +- rebuilt + * Wed Nov 10 2004 Michael Schwendt 0:0.7.4-4 - Fix src/xmms-sid.cc for GCC 3.4/FC3. From 03e25acbad62562898dc2811dbf099e96f9bc566 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Sun, 22 May 2005 23:41:56 +0000 Subject: [PATCH 07/40] - rebuild on all arches --- xmms-sid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmms-sid.spec b/xmms-sid.spec index 74249df..43f17a3 100644 --- a/xmms-sid.spec +++ b/xmms-sid.spec @@ -3,7 +3,7 @@ Summary: SIDPlay input plugin for X MultiMedia System (XMMS) Name: xmms-sid Version: 0.7.4 -Release: 5 +Release: 6 URL: http://www.tnsp.org/xmms-sid.php License: GPL @@ -57,6 +57,9 @@ rm -rf %{buildroot} %changelog +* Sun May 22 2005 Jeremy Katz - 0.7.4-6 +- rebuild on all arches + * Fri Apr 7 2005 Michael Schwendt - rebuilt From 3052a77009354311ca127f875467781fed13907f Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Sun, 22 May 2005 23:41:56 +0000 Subject: [PATCH 08/40] - rebuild on all arches --- xmms-sid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmms-sid.spec b/xmms-sid.spec index 74249df..43f17a3 100644 --- a/xmms-sid.spec +++ b/xmms-sid.spec @@ -3,7 +3,7 @@ Summary: SIDPlay input plugin for X MultiMedia System (XMMS) Name: xmms-sid Version: 0.7.4 -Release: 5 +Release: 6 URL: http://www.tnsp.org/xmms-sid.php License: GPL @@ -57,6 +57,9 @@ rm -rf %{buildroot} %changelog +* Sun May 22 2005 Jeremy Katz - 0.7.4-6 +- rebuild on all arches + * Fri Apr 7 2005 Michael Schwendt - rebuilt From b335525d29f4e6d96966c2089ad5944f8a5145dc Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Sat, 18 Feb 2006 16:25:14 +0000 Subject: [PATCH 09/40] auto-import xmms-sid-0.8.0-0.1.beta15 on branch devel from xmms-sid-0.8.0-0.1.beta15.src.rpm Upgrade src.rpm --- .cvsignore | 2 +- sources | 2 +- xmms-sid-0.7.4-cflags.patch | 11 ----------- xmms-sid-0.7.4-gcc34.patch | 12 ------------ xmms-sid-0.8.0beta15.tar.bz2.asc | 7 +++++++ xmms-sid.spec | 25 ++++++++++++------------- 6 files changed, 21 insertions(+), 38 deletions(-) delete mode 100644 xmms-sid-0.7.4-cflags.patch delete mode 100644 xmms-sid-0.7.4-gcc34.patch create mode 100644 xmms-sid-0.8.0beta15.tar.bz2.asc diff --git a/.cvsignore b/.cvsignore index 5114d8b..8db68e2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xmms-sid-0.7.4.tar.bz2 +xmms-sid-0.8.0beta15.tar.bz2 diff --git a/sources b/sources index ee90f52..44d35d2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -02bff37834fe8dd713e87511bb2213a4 xmms-sid-0.7.4.tar.bz2 +43c1472d84fe41e96ca64da73832c420 xmms-sid-0.8.0beta15.tar.bz2 diff --git a/xmms-sid-0.7.4-cflags.patch b/xmms-sid-0.7.4-cflags.patch deleted file mode 100644 index 6a5242d..0000000 --- a/xmms-sid-0.7.4-cflags.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- xmms-sid-0.7.4/src/Makefile.in.cflags 2003-05-02 18:53:22.000000000 +0300 -+++ xmms-sid-0.7.4/src/Makefile.in 2003-05-02 18:52:36.000000000 +0300 -@@ -104,7 +104,7 @@ - - # Generals - --CFLAGS = -O2 -W -Wall -I$(top_builddir) -I$(top_srcdir) -I$(includedir) -D_REENTRANT @GTK_CFLAGS@ @SIDPLAY_CFLAGS@ -lstdc++ -+CFLAGS = @CFLAGS@ -O2 -W -Wall -I$(top_builddir) -I$(top_srcdir) -I$(includedir) -D_REENTRANT @GTK_CFLAGS@ @SIDPLAY_CFLAGS@ -lstdc++ - CXXFLAGS = $(CFLAGS) - LIBS = -lsidplay - diff --git a/xmms-sid-0.7.4-gcc34.patch b/xmms-sid-0.7.4-gcc34.patch deleted file mode 100644 index 4834024..0000000 --- a/xmms-sid-0.7.4-gcc34.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nur xmms-sid-0.7.4-orig/src/xmms-sid.cc xmms-sid-0.7.4/src/xmms-sid.cc ---- xmms-sid-0.7.4-orig/src/xmms-sid.cc 2002-09-02 23:55:29.000000000 +0200 -+++ xmms-sid-0.7.4/src/xmms-sid.cc 2004-11-10 04:13:37.000000000 +0100 -@@ -196,7 +196,7 @@ - int fxlen, tn; - struct sidTuneInfo sidInf; - char *name; -- enum AFormat fmt = (xs_emuConf.bitsPerSample == 16) ? FMT_S16_NE : FMT_U8; -+ AFormat fmt = (xs_emuConf.bitsPerSample == 16) ? FMT_S16_NE : FMT_U8; - gint chn = xs_emuConf.channels; - - tune->getInfo(sidInf); diff --git a/xmms-sid-0.8.0beta15.tar.bz2.asc b/xmms-sid-0.8.0beta15.tar.bz2.asc new file mode 100644 index 0000000..1b87f04 --- /dev/null +++ b/xmms-sid-0.8.0beta15.tar.bz2.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQBDck1LEKYophN0wRIRAjXnAJ9WdajeoUtO5tAcv6I16l1qjIgkfwCbBduT +CdJIcO3ufwi7La6G8V7knmw= +=vv+g +-----END PGP SIGNATURE----- diff --git a/xmms-sid.spec b/xmms-sid.spec index 43f17a3..7200087 100644 --- a/xmms-sid.spec +++ b/xmms-sid.spec @@ -2,19 +2,17 @@ Summary: SIDPlay input plugin for X MultiMedia System (XMMS) Name: xmms-sid -Version: 0.7.4 -Release: 6 - +Version: 0.8.0 +Release: 0.1.beta15%{?dist} URL: http://www.tnsp.org/xmms-sid.php License: GPL Group: Applications/Multimedia -Source0: http://www.tnsp.org/xs-files/%{name}-%{version}.tar.bz2 -Patch0: xmms-sid-0.7.4-cflags.patch -Patch1: xmms-sid-0.7.4-gcc34.patch +Source0: http://www.tnsp.org/xs-files/%{name}-0.8.0beta15.tar.bz2 +Source1: http://www.tnsp.org/xs-files/%{name}-0.8.0beta15.tar.bz2.asc BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -Requires: xmms >= 1.2.7 -BuildRequires: xmms-devel >= 1.2, libsidplay-devel >= 1.36.57 -BuildRequires: gtk+-devel >= 1.2.2, glib-devel >= 1.2.2 +Requires: xmms +BuildRequires: xmms-devel libsidplay-devel +BuildRequires: glib-devel gtk+-devel %description XMMS-SID is a plugin for XMMS (X MultiMedia System) which provides @@ -30,9 +28,7 @@ those was the Commodore 64 home computer (aka C64 or CBM64, also known as VIC-64 in some countries). %prep -%setup -q -%patch0 -p1 -b .cflags -%patch1 -p1 -b .gcc34 +%setup -q -n %{name}-0.8.0beta15 %build @@ -52,11 +48,14 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc AUTHORS COPYING ChangeLog NEWS README TODO README.* +%doc AUTHORS BUGS COPYING ChangeLog FAQ NEWS README THANKS TODO %{xmms_inputdir}/*.so %changelog +* Sat Feb 18 2006 Michael Schwendt - 0.8.0-0.1.beta15 +- upgrade to 0.8.0beta15 which upstream has declared as stable + * Sun May 22 2005 Jeremy Katz - 0.7.4-6 - rebuild on all arches From a4266236e8d0143f5ee72106dd9f9c37961c003b Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Sat, 18 Feb 2006 16:25:14 +0000 Subject: [PATCH 10/40] auto-import xmms-sid-0.8.0-0.1.beta15 on branch devel from xmms-sid-0.8.0-0.1.beta15.src.rpm Upgrade src.rpm --- .cvsignore | 2 +- sources | 2 +- xmms-sid-0.7.4-cflags.patch | 11 ----------- xmms-sid-0.7.4-gcc34.patch | 12 ------------ xmms-sid-0.8.0beta15.tar.bz2.asc | 7 +++++++ xmms-sid.spec | 25 ++++++++++++------------- 6 files changed, 21 insertions(+), 38 deletions(-) delete mode 100644 xmms-sid-0.7.4-cflags.patch delete mode 100644 xmms-sid-0.7.4-gcc34.patch create mode 100644 xmms-sid-0.8.0beta15.tar.bz2.asc diff --git a/.cvsignore b/.cvsignore index 5114d8b..8db68e2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xmms-sid-0.7.4.tar.bz2 +xmms-sid-0.8.0beta15.tar.bz2 diff --git a/sources b/sources index ee90f52..44d35d2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -02bff37834fe8dd713e87511bb2213a4 xmms-sid-0.7.4.tar.bz2 +43c1472d84fe41e96ca64da73832c420 xmms-sid-0.8.0beta15.tar.bz2 diff --git a/xmms-sid-0.7.4-cflags.patch b/xmms-sid-0.7.4-cflags.patch deleted file mode 100644 index 6a5242d..0000000 --- a/xmms-sid-0.7.4-cflags.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- xmms-sid-0.7.4/src/Makefile.in.cflags 2003-05-02 18:53:22.000000000 +0300 -+++ xmms-sid-0.7.4/src/Makefile.in 2003-05-02 18:52:36.000000000 +0300 -@@ -104,7 +104,7 @@ - - # Generals - --CFLAGS = -O2 -W -Wall -I$(top_builddir) -I$(top_srcdir) -I$(includedir) -D_REENTRANT @GTK_CFLAGS@ @SIDPLAY_CFLAGS@ -lstdc++ -+CFLAGS = @CFLAGS@ -O2 -W -Wall -I$(top_builddir) -I$(top_srcdir) -I$(includedir) -D_REENTRANT @GTK_CFLAGS@ @SIDPLAY_CFLAGS@ -lstdc++ - CXXFLAGS = $(CFLAGS) - LIBS = -lsidplay - diff --git a/xmms-sid-0.7.4-gcc34.patch b/xmms-sid-0.7.4-gcc34.patch deleted file mode 100644 index 4834024..0000000 --- a/xmms-sid-0.7.4-gcc34.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nur xmms-sid-0.7.4-orig/src/xmms-sid.cc xmms-sid-0.7.4/src/xmms-sid.cc ---- xmms-sid-0.7.4-orig/src/xmms-sid.cc 2002-09-02 23:55:29.000000000 +0200 -+++ xmms-sid-0.7.4/src/xmms-sid.cc 2004-11-10 04:13:37.000000000 +0100 -@@ -196,7 +196,7 @@ - int fxlen, tn; - struct sidTuneInfo sidInf; - char *name; -- enum AFormat fmt = (xs_emuConf.bitsPerSample == 16) ? FMT_S16_NE : FMT_U8; -+ AFormat fmt = (xs_emuConf.bitsPerSample == 16) ? FMT_S16_NE : FMT_U8; - gint chn = xs_emuConf.channels; - - tune->getInfo(sidInf); diff --git a/xmms-sid-0.8.0beta15.tar.bz2.asc b/xmms-sid-0.8.0beta15.tar.bz2.asc new file mode 100644 index 0000000..1b87f04 --- /dev/null +++ b/xmms-sid-0.8.0beta15.tar.bz2.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQBDck1LEKYophN0wRIRAjXnAJ9WdajeoUtO5tAcv6I16l1qjIgkfwCbBduT +CdJIcO3ufwi7La6G8V7knmw= +=vv+g +-----END PGP SIGNATURE----- diff --git a/xmms-sid.spec b/xmms-sid.spec index 43f17a3..7200087 100644 --- a/xmms-sid.spec +++ b/xmms-sid.spec @@ -2,19 +2,17 @@ Summary: SIDPlay input plugin for X MultiMedia System (XMMS) Name: xmms-sid -Version: 0.7.4 -Release: 6 - +Version: 0.8.0 +Release: 0.1.beta15%{?dist} URL: http://www.tnsp.org/xmms-sid.php License: GPL Group: Applications/Multimedia -Source0: http://www.tnsp.org/xs-files/%{name}-%{version}.tar.bz2 -Patch0: xmms-sid-0.7.4-cflags.patch -Patch1: xmms-sid-0.7.4-gcc34.patch +Source0: http://www.tnsp.org/xs-files/%{name}-0.8.0beta15.tar.bz2 +Source1: http://www.tnsp.org/xs-files/%{name}-0.8.0beta15.tar.bz2.asc BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -Requires: xmms >= 1.2.7 -BuildRequires: xmms-devel >= 1.2, libsidplay-devel >= 1.36.57 -BuildRequires: gtk+-devel >= 1.2.2, glib-devel >= 1.2.2 +Requires: xmms +BuildRequires: xmms-devel libsidplay-devel +BuildRequires: glib-devel gtk+-devel %description XMMS-SID is a plugin for XMMS (X MultiMedia System) which provides @@ -30,9 +28,7 @@ those was the Commodore 64 home computer (aka C64 or CBM64, also known as VIC-64 in some countries). %prep -%setup -q -%patch0 -p1 -b .cflags -%patch1 -p1 -b .gcc34 +%setup -q -n %{name}-0.8.0beta15 %build @@ -52,11 +48,14 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc AUTHORS COPYING ChangeLog NEWS README TODO README.* +%doc AUTHORS BUGS COPYING ChangeLog FAQ NEWS README THANKS TODO %{xmms_inputdir}/*.so %changelog +* Sat Feb 18 2006 Michael Schwendt - 0.8.0-0.1.beta15 +- upgrade to 0.8.0beta15 which upstream has declared as stable + * Sun May 22 2005 Jeremy Katz - 0.7.4-6 - rebuild on all arches From 22ea943fd92b7910d43a6d6babb74c5f25ad8271 Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Sat, 8 Apr 2006 09:54:25 +0000 Subject: [PATCH 11/40] - remove explicit dep on "xmms" and rely on soname dep --- xmms-sid.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/xmms-sid.spec b/xmms-sid.spec index 7200087..44fd1cc 100644 --- a/xmms-sid.spec +++ b/xmms-sid.spec @@ -3,14 +3,13 @@ Summary: SIDPlay input plugin for X MultiMedia System (XMMS) Name: xmms-sid Version: 0.8.0 -Release: 0.1.beta15%{?dist} +Release: 0.2.beta15%{?dist} URL: http://www.tnsp.org/xmms-sid.php License: GPL Group: Applications/Multimedia Source0: http://www.tnsp.org/xs-files/%{name}-0.8.0beta15.tar.bz2 Source1: http://www.tnsp.org/xs-files/%{name}-0.8.0beta15.tar.bz2.asc BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -Requires: xmms BuildRequires: xmms-devel libsidplay-devel BuildRequires: glib-devel gtk+-devel @@ -53,6 +52,9 @@ rm -rf %{buildroot} %changelog +* Sat Apr 8 2006 Michael Schwendt - 0.8.0-0.2.beta15 +- remove explicit dep on "xmms" and rely on soname dep + * Sat Feb 18 2006 Michael Schwendt - 0.8.0-0.1.beta15 - upgrade to 0.8.0beta15 which upstream has declared as stable From eb1b026eb3049f72e20022df8755362e0aa5e6ef Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Sat, 8 Apr 2006 09:54:25 +0000 Subject: [PATCH 12/40] - remove explicit dep on "xmms" and rely on soname dep --- xmms-sid.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/xmms-sid.spec b/xmms-sid.spec index 7200087..44fd1cc 100644 --- a/xmms-sid.spec +++ b/xmms-sid.spec @@ -3,14 +3,13 @@ Summary: SIDPlay input plugin for X MultiMedia System (XMMS) Name: xmms-sid Version: 0.8.0 -Release: 0.1.beta15%{?dist} +Release: 0.2.beta15%{?dist} URL: http://www.tnsp.org/xmms-sid.php License: GPL Group: Applications/Multimedia Source0: http://www.tnsp.org/xs-files/%{name}-0.8.0beta15.tar.bz2 Source1: http://www.tnsp.org/xs-files/%{name}-0.8.0beta15.tar.bz2.asc BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -Requires: xmms BuildRequires: xmms-devel libsidplay-devel BuildRequires: glib-devel gtk+-devel @@ -53,6 +52,9 @@ rm -rf %{buildroot} %changelog +* Sat Apr 8 2006 Michael Schwendt - 0.8.0-0.2.beta15 +- remove explicit dep on "xmms" and rely on soname dep + * Sat Feb 18 2006 Michael Schwendt - 0.8.0-0.1.beta15 - upgrade to 0.8.0beta15 which upstream has declared as stable From 9288828826fa2a813a5aaf542f1c831e96ab9d81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 27 Aug 2006 21:18:11 +0000 Subject: [PATCH 13/40] http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- needs.rebuild | 1 + 1 file changed, 1 insertion(+) create mode 100644 needs.rebuild diff --git a/needs.rebuild b/needs.rebuild new file mode 100644 index 0000000..815fd29 --- /dev/null +++ b/needs.rebuild @@ -0,0 +1 @@ +http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From 38b82c9c065d87062e35f355ea0d316531013d77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 27 Aug 2006 21:18:11 +0000 Subject: [PATCH 14/40] http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- needs.rebuild | 1 + 1 file changed, 1 insertion(+) create mode 100644 needs.rebuild diff --git a/needs.rebuild b/needs.rebuild new file mode 100644 index 0000000..815fd29 --- /dev/null +++ b/needs.rebuild @@ -0,0 +1 @@ +http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From 19862bed27c9763de19a6bc5ebe226cb1f979c7e Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Mon, 28 Aug 2006 10:36:04 +0000 Subject: [PATCH 15/40] automated bump and rebuild --- needs.rebuild | 1 - xmms-sid.spec | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) delete mode 100644 needs.rebuild diff --git a/needs.rebuild b/needs.rebuild deleted file mode 100644 index 815fd29..0000000 --- a/needs.rebuild +++ /dev/null @@ -1 +0,0 @@ -http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild diff --git a/xmms-sid.spec b/xmms-sid.spec index 44fd1cc..4e5672b 100644 --- a/xmms-sid.spec +++ b/xmms-sid.spec @@ -3,7 +3,7 @@ Summary: SIDPlay input plugin for X MultiMedia System (XMMS) Name: xmms-sid Version: 0.8.0 -Release: 0.2.beta15%{?dist} +Release: 0.3.beta15%{?dist} URL: http://www.tnsp.org/xmms-sid.php License: GPL Group: Applications/Multimedia @@ -52,6 +52,9 @@ rm -rf %{buildroot} %changelog +* Mon Aug 28 2006 Michael Schwendt +- rebuilt + * Sat Apr 8 2006 Michael Schwendt - 0.8.0-0.2.beta15 - remove explicit dep on "xmms" and rely on soname dep From 4f9af367d08e502183de3e2d8f4fb3b94b341d23 Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Mon, 28 Aug 2006 10:36:04 +0000 Subject: [PATCH 16/40] automated bump and rebuild --- needs.rebuild | 1 - xmms-sid.spec | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) delete mode 100644 needs.rebuild diff --git a/needs.rebuild b/needs.rebuild deleted file mode 100644 index 815fd29..0000000 --- a/needs.rebuild +++ /dev/null @@ -1 +0,0 @@ -http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild diff --git a/xmms-sid.spec b/xmms-sid.spec index 44fd1cc..4e5672b 100644 --- a/xmms-sid.spec +++ b/xmms-sid.spec @@ -3,7 +3,7 @@ Summary: SIDPlay input plugin for X MultiMedia System (XMMS) Name: xmms-sid Version: 0.8.0 -Release: 0.2.beta15%{?dist} +Release: 0.3.beta15%{?dist} URL: http://www.tnsp.org/xmms-sid.php License: GPL Group: Applications/Multimedia @@ -52,6 +52,9 @@ rm -rf %{buildroot} %changelog +* Mon Aug 28 2006 Michael Schwendt +- rebuilt + * Sat Apr 8 2006 Michael Schwendt - 0.8.0-0.2.beta15 - remove explicit dep on "xmms" and rely on soname dep From eb794bc96734826929d74e0b4f39ac1a92f4c213 Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Thu, 2 Aug 2007 20:06:14 +0000 Subject: [PATCH 17/40] bunch of licence clarifications --- xmms-sid.spec | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/xmms-sid.spec b/xmms-sid.spec index 4e5672b..4e567c6 100644 --- a/xmms-sid.spec +++ b/xmms-sid.spec @@ -3,12 +3,12 @@ Summary: SIDPlay input plugin for X MultiMedia System (XMMS) Name: xmms-sid Version: 0.8.0 -Release: 0.3.beta15%{?dist} +Release: 0.3.beta17%{?dist} URL: http://www.tnsp.org/xmms-sid.php -License: GPL +License: GPLv2+ Group: Applications/Multimedia -Source0: http://www.tnsp.org/xs-files/%{name}-0.8.0beta15.tar.bz2 -Source1: http://www.tnsp.org/xs-files/%{name}-0.8.0beta15.tar.bz2.asc +Source0: http://www.tnsp.org/xs-files/%{name}-0.8.0beta17.tar.bz2 +Source1: http://www.tnsp.org/xs-files/%{name}-0.8.0beta17.tar.bz2.asc BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: xmms-devel libsidplay-devel BuildRequires: glib-devel gtk+-devel @@ -27,7 +27,7 @@ those was the Commodore 64 home computer (aka C64 or CBM64, also known as VIC-64 in some countries). %prep -%setup -q -n %{name}-0.8.0beta15 +%setup -q -n %{name}-0.8.0beta17 %build @@ -39,19 +39,24 @@ make %{?_smp_mflags} rm -rf %{buildroot} make DESTDIR=%{buildroot} install rm -f %{buildroot}/%{xmms_inputdir}/*.la +%find_lang %{name} %clean rm -rf %{buildroot} -%files +%files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS BUGS COPYING ChangeLog FAQ NEWS README THANKS TODO %{xmms_inputdir}/*.so %changelog +* Thu Aug 2 2007 Michael Schwendt - 0.8.0-0.3.beta17 +- Upgrade to 0.8.0beta17, add translation message object files. +- Clarify licence (GPLv2+). + * Mon Aug 28 2006 Michael Schwendt - rebuilt From 6b3c93c0e75f46a6ada19185aac047cd59f85cf9 Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Thu, 2 Aug 2007 20:06:14 +0000 Subject: [PATCH 18/40] bunch of licence clarifications --- xmms-sid.spec | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/xmms-sid.spec b/xmms-sid.spec index 4e5672b..4e567c6 100644 --- a/xmms-sid.spec +++ b/xmms-sid.spec @@ -3,12 +3,12 @@ Summary: SIDPlay input plugin for X MultiMedia System (XMMS) Name: xmms-sid Version: 0.8.0 -Release: 0.3.beta15%{?dist} +Release: 0.3.beta17%{?dist} URL: http://www.tnsp.org/xmms-sid.php -License: GPL +License: GPLv2+ Group: Applications/Multimedia -Source0: http://www.tnsp.org/xs-files/%{name}-0.8.0beta15.tar.bz2 -Source1: http://www.tnsp.org/xs-files/%{name}-0.8.0beta15.tar.bz2.asc +Source0: http://www.tnsp.org/xs-files/%{name}-0.8.0beta17.tar.bz2 +Source1: http://www.tnsp.org/xs-files/%{name}-0.8.0beta17.tar.bz2.asc BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: xmms-devel libsidplay-devel BuildRequires: glib-devel gtk+-devel @@ -27,7 +27,7 @@ those was the Commodore 64 home computer (aka C64 or CBM64, also known as VIC-64 in some countries). %prep -%setup -q -n %{name}-0.8.0beta15 +%setup -q -n %{name}-0.8.0beta17 %build @@ -39,19 +39,24 @@ make %{?_smp_mflags} rm -rf %{buildroot} make DESTDIR=%{buildroot} install rm -f %{buildroot}/%{xmms_inputdir}/*.la +%find_lang %{name} %clean rm -rf %{buildroot} -%files +%files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS BUGS COPYING ChangeLog FAQ NEWS README THANKS TODO %{xmms_inputdir}/*.so %changelog +* Thu Aug 2 2007 Michael Schwendt - 0.8.0-0.3.beta17 +- Upgrade to 0.8.0beta17, add translation message object files. +- Clarify licence (GPLv2+). + * Mon Aug 28 2006 Michael Schwendt - rebuilt From 5001b5a65b868e073d563f83ff6e80467896389d Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Fri, 3 Aug 2007 14:56:28 +0000 Subject: [PATCH 19/40] - Upgrade to 0.8.0beta17, add translation message object files. - Clarify licence (GPLv2+). --- .cvsignore | 3 ++- sources | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 8db68e2..a904a63 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ -xmms-sid-0.8.0beta15.tar.bz2 +xmms-sid-0.8.0beta17.tar.bz2.asc +xmms-sid-0.8.0beta17.tar.bz2 diff --git a/sources b/sources index 44d35d2..d27d4bd 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -43c1472d84fe41e96ca64da73832c420 xmms-sid-0.8.0beta15.tar.bz2 +b64945084cf71c790dc0381beae726d7 xmms-sid-0.8.0beta17.tar.bz2.asc +c948bdac2fb0c85da030d67b583385d5 xmms-sid-0.8.0beta17.tar.bz2 From c8cdc313a94906d46aa4fc865411ecf13ac7d08f Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Fri, 3 Aug 2007 14:56:28 +0000 Subject: [PATCH 20/40] - Upgrade to 0.8.0beta17, add translation message object files. - Clarify licence (GPLv2+). --- .cvsignore | 3 ++- sources | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 8db68e2..a904a63 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ -xmms-sid-0.8.0beta15.tar.bz2 +xmms-sid-0.8.0beta17.tar.bz2.asc +xmms-sid-0.8.0beta17.tar.bz2 diff --git a/sources b/sources index 44d35d2..d27d4bd 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -43c1472d84fe41e96ca64da73832c420 xmms-sid-0.8.0beta15.tar.bz2 +b64945084cf71c790dc0381beae726d7 xmms-sid-0.8.0beta17.tar.bz2.asc +c948bdac2fb0c85da030d67b583385d5 xmms-sid-0.8.0beta17.tar.bz2 From a376eba16eedbec6da00e1017d7fe0c52422c644 Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Tue, 21 Aug 2007 17:03:59 +0000 Subject: [PATCH 21/40] automated rebuild per request on fedora-devel-list --- xmms-sid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmms-sid.spec b/xmms-sid.spec index 4e567c6..f15f001 100644 --- a/xmms-sid.spec +++ b/xmms-sid.spec @@ -3,7 +3,7 @@ Summary: SIDPlay input plugin for X MultiMedia System (XMMS) Name: xmms-sid Version: 0.8.0 -Release: 0.3.beta17%{?dist} +Release: 0.4.beta17%{?dist} URL: http://www.tnsp.org/xmms-sid.php License: GPLv2+ Group: Applications/Multimedia @@ -53,6 +53,9 @@ rm -rf %{buildroot} %changelog +* Tue Aug 21 2007 Michael Schwendt +- rebuilt + * Thu Aug 2 2007 Michael Schwendt - 0.8.0-0.3.beta17 - Upgrade to 0.8.0beta17, add translation message object files. - Clarify licence (GPLv2+). From 0fb4f437fd6f8e64118b27e892a9c5c115ef3b77 Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Tue, 21 Aug 2007 17:03:59 +0000 Subject: [PATCH 22/40] automated rebuild per request on fedora-devel-list --- xmms-sid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmms-sid.spec b/xmms-sid.spec index 4e567c6..f15f001 100644 --- a/xmms-sid.spec +++ b/xmms-sid.spec @@ -3,7 +3,7 @@ Summary: SIDPlay input plugin for X MultiMedia System (XMMS) Name: xmms-sid Version: 0.8.0 -Release: 0.3.beta17%{?dist} +Release: 0.4.beta17%{?dist} URL: http://www.tnsp.org/xmms-sid.php License: GPLv2+ Group: Applications/Multimedia @@ -53,6 +53,9 @@ rm -rf %{buildroot} %changelog +* Tue Aug 21 2007 Michael Schwendt +- rebuilt + * Thu Aug 2 2007 Michael Schwendt - 0.8.0-0.3.beta17 - Upgrade to 0.8.0beta17, add translation message object files. - Clarify licence (GPLv2+). From fca9b7fd4f53bdf532e46aee7b57d31bc83291d6 Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Fri, 8 Feb 2008 21:32:14 +0000 Subject: [PATCH 23/40] use project email address as the old-style obfuscated addresses encounter some resistance --- xmms-sid.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/xmms-sid.spec b/xmms-sid.spec index f15f001..da88bef 100644 --- a/xmms-sid.spec +++ b/xmms-sid.spec @@ -53,29 +53,29 @@ rm -rf %{buildroot} %changelog -* Tue Aug 21 2007 Michael Schwendt +* Tue Aug 21 2007 Michael Schwendt - rebuilt -* Thu Aug 2 2007 Michael Schwendt - 0.8.0-0.3.beta17 +* Thu Aug 2 2007 Michael Schwendt - 0.8.0-0.3.beta17 - Upgrade to 0.8.0beta17, add translation message object files. - Clarify licence (GPLv2+). -* Mon Aug 28 2006 Michael Schwendt +* Mon Aug 28 2006 Michael Schwendt - rebuilt -* Sat Apr 8 2006 Michael Schwendt - 0.8.0-0.2.beta15 +* Sat Apr 8 2006 Michael Schwendt - 0.8.0-0.2.beta15 - remove explicit dep on "xmms" and rely on soname dep -* Sat Feb 18 2006 Michael Schwendt - 0.8.0-0.1.beta15 +* Sat Feb 18 2006 Michael Schwendt - 0.8.0-0.1.beta15 - upgrade to 0.8.0beta15 which upstream has declared as stable * Sun May 22 2005 Jeremy Katz - 0.7.4-6 - rebuild on all arches -* Fri Apr 7 2005 Michael Schwendt +* Fri Apr 7 2005 Michael Schwendt - rebuilt -* Wed Nov 10 2004 Michael Schwendt 0:0.7.4-4 +* Wed Nov 10 2004 Michael Schwendt 0:0.7.4-4 - Fix src/xmms-sid.cc for GCC 3.4/FC3. * Fri May 02 2003 Panu Matilainen 0:0.7.4-0.fdr.3 From 7fd03e2d9fb9ed53290c3cd9bbf80a9af8f70487 Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Fri, 8 Feb 2008 21:32:14 +0000 Subject: [PATCH 24/40] use project email address as the old-style obfuscated addresses encounter some resistance --- xmms-sid.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/xmms-sid.spec b/xmms-sid.spec index f15f001..da88bef 100644 --- a/xmms-sid.spec +++ b/xmms-sid.spec @@ -53,29 +53,29 @@ rm -rf %{buildroot} %changelog -* Tue Aug 21 2007 Michael Schwendt +* Tue Aug 21 2007 Michael Schwendt - rebuilt -* Thu Aug 2 2007 Michael Schwendt - 0.8.0-0.3.beta17 +* Thu Aug 2 2007 Michael Schwendt - 0.8.0-0.3.beta17 - Upgrade to 0.8.0beta17, add translation message object files. - Clarify licence (GPLv2+). -* Mon Aug 28 2006 Michael Schwendt +* Mon Aug 28 2006 Michael Schwendt - rebuilt -* Sat Apr 8 2006 Michael Schwendt - 0.8.0-0.2.beta15 +* Sat Apr 8 2006 Michael Schwendt - 0.8.0-0.2.beta15 - remove explicit dep on "xmms" and rely on soname dep -* Sat Feb 18 2006 Michael Schwendt - 0.8.0-0.1.beta15 +* Sat Feb 18 2006 Michael Schwendt - 0.8.0-0.1.beta15 - upgrade to 0.8.0beta15 which upstream has declared as stable * Sun May 22 2005 Jeremy Katz - 0.7.4-6 - rebuild on all arches -* Fri Apr 7 2005 Michael Schwendt +* Fri Apr 7 2005 Michael Schwendt - rebuilt -* Wed Nov 10 2004 Michael Schwendt 0:0.7.4-4 +* Wed Nov 10 2004 Michael Schwendt 0:0.7.4-4 - Fix src/xmms-sid.cc for GCC 3.4/FC3. * Fri May 02 2003 Panu Matilainen 0:0.7.4-0.fdr.3 From 57f54f19da4ee66bf35282e24d901f0962c16f2e Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Fri, 8 Feb 2008 21:50:15 +0000 Subject: [PATCH 25/40] automated rebuild per request on fedora-devel-list --- xmms-sid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmms-sid.spec b/xmms-sid.spec index da88bef..be00b9f 100644 --- a/xmms-sid.spec +++ b/xmms-sid.spec @@ -3,7 +3,7 @@ Summary: SIDPlay input plugin for X MultiMedia System (XMMS) Name: xmms-sid Version: 0.8.0 -Release: 0.4.beta17%{?dist} +Release: 0.5.beta17%{?dist} URL: http://www.tnsp.org/xmms-sid.php License: GPLv2+ Group: Applications/Multimedia @@ -53,6 +53,9 @@ rm -rf %{buildroot} %changelog +* Fri Feb 08 2008 Michael Schwendt +- rebuilt for GCC 4.3 as requested by Fedora Release Engineering + * Tue Aug 21 2007 Michael Schwendt - rebuilt From 416553a011f3b32b345c65ad9ed0520d9f2a72c6 Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Fri, 8 Feb 2008 21:50:15 +0000 Subject: [PATCH 26/40] automated rebuild per request on fedora-devel-list --- xmms-sid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmms-sid.spec b/xmms-sid.spec index da88bef..be00b9f 100644 --- a/xmms-sid.spec +++ b/xmms-sid.spec @@ -3,7 +3,7 @@ Summary: SIDPlay input plugin for X MultiMedia System (XMMS) Name: xmms-sid Version: 0.8.0 -Release: 0.4.beta17%{?dist} +Release: 0.5.beta17%{?dist} URL: http://www.tnsp.org/xmms-sid.php License: GPLv2+ Group: Applications/Multimedia @@ -53,6 +53,9 @@ rm -rf %{buildroot} %changelog +* Fri Feb 08 2008 Michael Schwendt +- rebuilt for GCC 4.3 as requested by Fedora Release Engineering + * Tue Aug 21 2007 Michael Schwendt - rebuilt From f4dfe3253a7b07e267a22cb6de91dd6f75d37798 Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Wed, 3 Sep 2008 16:38:46 +0000 Subject: [PATCH 27/40] - update to beta19 --- .cvsignore | 4 ++-- sources | 4 ++-- xmms-sid.spec | 25 +++++++++++++++---------- 3 files changed, 19 insertions(+), 14 deletions(-) diff --git a/.cvsignore b/.cvsignore index a904a63..2fdd613 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ -xmms-sid-0.8.0beta17.tar.bz2.asc -xmms-sid-0.8.0beta17.tar.bz2 +xmms-sid-0.8.0beta19.tar.bz2.asc +xmms-sid-0.8.0beta19.tar.bz2 diff --git a/sources b/sources index d27d4bd..1a81c35 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -b64945084cf71c790dc0381beae726d7 xmms-sid-0.8.0beta17.tar.bz2.asc -c948bdac2fb0c85da030d67b583385d5 xmms-sid-0.8.0beta17.tar.bz2 +5399850d08166106a1ef7d142efa45d2 xmms-sid-0.8.0beta19.tar.bz2.asc +1f580736787f9c4d7cbc8166d96363ba xmms-sid-0.8.0beta19.tar.bz2 diff --git a/xmms-sid.spec b/xmms-sid.spec index be00b9f..debec84 100644 --- a/xmms-sid.spec +++ b/xmms-sid.spec @@ -1,33 +1,35 @@ %define xmms_inputdir %(xmms-config --input-plugin-dir) -Summary: SIDPlay input plugin for X MultiMedia System (XMMS) +%define sourceversion 0.8.0beta19 + +Summary: SID music input plugin for X MultiMedia System (XMMS) Name: xmms-sid Version: 0.8.0 -Release: 0.5.beta17%{?dist} +Release: 0.6.beta19%{?dist} URL: http://www.tnsp.org/xmms-sid.php License: GPLv2+ Group: Applications/Multimedia -Source0: http://www.tnsp.org/xs-files/%{name}-0.8.0beta17.tar.bz2 -Source1: http://www.tnsp.org/xs-files/%{name}-0.8.0beta17.tar.bz2.asc -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +Source0: http://www.tnsp.org/xs-files/%{name}-%{sourceversion}.tar.bz2 +Source1: http://www.tnsp.org/xs-files/%{name}-%{sourceversion}.tar.bz2.asc +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xmms-devel libsidplay-devel BuildRequires: glib-devel gtk+-devel %description XMMS-SID is a plugin for XMMS (X MultiMedia System) which provides support for playing the so-called "SID tunes". For the actual playing, -XMMS-SID uses the excellent libsidplay SID-chip/6502 emulator engine. +XMMS-SID uses the libsidplay emulator engine. If you are not familiar with the term "SID tune" or "SID" concept at all, a short (yes it is! ;-) explanation follows: -SID is the sound chip that was used in many of the old 8-bit home -computers manufactured by Commodore Inc. in 1980's. Best known of -those was the Commodore 64 home computer (aka C64 or CBM64, also +SID is the MOS-6581 (and MOS-8580) sound chip that was used in many of the +old 8-bit home computers manufactured by Commodore Inc. in 1980's. Best +known of those was the Commodore 64 home computer (aka C64 or CBM64, also known as VIC-64 in some countries). %prep -%setup -q -n %{name}-0.8.0beta17 +%setup -q -n %{name}-%{sourceversion} %build @@ -53,6 +55,9 @@ rm -rf %{buildroot} %changelog +* Wed Sep 3 2008 Michael Schwendt - 0.8.0-0.6.beta19 +- update to beta19 + * Fri Feb 08 2008 Michael Schwendt - rebuilt for GCC 4.3 as requested by Fedora Release Engineering From 1efa24b339394ca5b7b076c882dd65f093d4399a Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Wed, 3 Sep 2008 16:38:46 +0000 Subject: [PATCH 28/40] - update to beta19 --- .cvsignore | 4 ++-- sources | 4 ++-- xmms-sid.spec | 25 +++++++++++++++---------- 3 files changed, 19 insertions(+), 14 deletions(-) diff --git a/.cvsignore b/.cvsignore index a904a63..2fdd613 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ -xmms-sid-0.8.0beta17.tar.bz2.asc -xmms-sid-0.8.0beta17.tar.bz2 +xmms-sid-0.8.0beta19.tar.bz2.asc +xmms-sid-0.8.0beta19.tar.bz2 diff --git a/sources b/sources index d27d4bd..1a81c35 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -b64945084cf71c790dc0381beae726d7 xmms-sid-0.8.0beta17.tar.bz2.asc -c948bdac2fb0c85da030d67b583385d5 xmms-sid-0.8.0beta17.tar.bz2 +5399850d08166106a1ef7d142efa45d2 xmms-sid-0.8.0beta19.tar.bz2.asc +1f580736787f9c4d7cbc8166d96363ba xmms-sid-0.8.0beta19.tar.bz2 diff --git a/xmms-sid.spec b/xmms-sid.spec index be00b9f..debec84 100644 --- a/xmms-sid.spec +++ b/xmms-sid.spec @@ -1,33 +1,35 @@ %define xmms_inputdir %(xmms-config --input-plugin-dir) -Summary: SIDPlay input plugin for X MultiMedia System (XMMS) +%define sourceversion 0.8.0beta19 + +Summary: SID music input plugin for X MultiMedia System (XMMS) Name: xmms-sid Version: 0.8.0 -Release: 0.5.beta17%{?dist} +Release: 0.6.beta19%{?dist} URL: http://www.tnsp.org/xmms-sid.php License: GPLv2+ Group: Applications/Multimedia -Source0: http://www.tnsp.org/xs-files/%{name}-0.8.0beta17.tar.bz2 -Source1: http://www.tnsp.org/xs-files/%{name}-0.8.0beta17.tar.bz2.asc -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +Source0: http://www.tnsp.org/xs-files/%{name}-%{sourceversion}.tar.bz2 +Source1: http://www.tnsp.org/xs-files/%{name}-%{sourceversion}.tar.bz2.asc +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xmms-devel libsidplay-devel BuildRequires: glib-devel gtk+-devel %description XMMS-SID is a plugin for XMMS (X MultiMedia System) which provides support for playing the so-called "SID tunes". For the actual playing, -XMMS-SID uses the excellent libsidplay SID-chip/6502 emulator engine. +XMMS-SID uses the libsidplay emulator engine. If you are not familiar with the term "SID tune" or "SID" concept at all, a short (yes it is! ;-) explanation follows: -SID is the sound chip that was used in many of the old 8-bit home -computers manufactured by Commodore Inc. in 1980's. Best known of -those was the Commodore 64 home computer (aka C64 or CBM64, also +SID is the MOS-6581 (and MOS-8580) sound chip that was used in many of the +old 8-bit home computers manufactured by Commodore Inc. in 1980's. Best +known of those was the Commodore 64 home computer (aka C64 or CBM64, also known as VIC-64 in some countries). %prep -%setup -q -n %{name}-0.8.0beta17 +%setup -q -n %{name}-%{sourceversion} %build @@ -53,6 +55,9 @@ rm -rf %{buildroot} %changelog +* Wed Sep 3 2008 Michael Schwendt - 0.8.0-0.6.beta19 +- update to beta19 + * Fri Feb 08 2008 Michael Schwendt - rebuilt for GCC 4.3 as requested by Fedora Release Engineering From f17c31f9d5d4559342260eef849e5288526a84ae Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Wed, 3 Sep 2008 16:48:05 +0000 Subject: [PATCH 29/40] remove unpackaged file that cannot be included --- xmms-sid.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xmms-sid.spec b/xmms-sid.spec index debec84..d533dc3 100644 --- a/xmms-sid.spec +++ b/xmms-sid.spec @@ -41,6 +41,7 @@ make %{?_smp_mflags} rm -rf %{buildroot} make DESTDIR=%{buildroot} install rm -f %{buildroot}/%{xmms_inputdir}/*.la +rm -f %{_datadir}/%{name}/Kummatti_City.sid %find_lang %{name} From 58fd052bd55a6c0114c810d053749ef33f72da6e Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Wed, 3 Sep 2008 16:48:05 +0000 Subject: [PATCH 30/40] remove unpackaged file that cannot be included --- xmms-sid.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xmms-sid.spec b/xmms-sid.spec index debec84..d533dc3 100644 --- a/xmms-sid.spec +++ b/xmms-sid.spec @@ -41,6 +41,7 @@ make %{?_smp_mflags} rm -rf %{buildroot} make DESTDIR=%{buildroot} install rm -f %{buildroot}/%{xmms_inputdir}/*.la +rm -f %{_datadir}/%{name}/Kummatti_City.sid %find_lang %{name} From c3a9539ac709e657265015cb82fcb1509964407d Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Wed, 3 Sep 2008 16:55:34 +0000 Subject: [PATCH 31/40] remove unpackaged file that cannot be included --- xmms-sid.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmms-sid.spec b/xmms-sid.spec index d533dc3..6b01d5e 100644 --- a/xmms-sid.spec +++ b/xmms-sid.spec @@ -41,7 +41,7 @@ make %{?_smp_mflags} rm -rf %{buildroot} make DESTDIR=%{buildroot} install rm -f %{buildroot}/%{xmms_inputdir}/*.la -rm -f %{_datadir}/%{name}/Kummatti_City.sid +rm -f %{buildroot}%{_datadir}/%{name}/Kummatti_City.sid %find_lang %{name} From 108a7941a1537fdeaf3268c931e0faf2f23d36fc Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Wed, 3 Sep 2008 16:55:34 +0000 Subject: [PATCH 32/40] remove unpackaged file that cannot be included --- xmms-sid.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmms-sid.spec b/xmms-sid.spec index d533dc3..6b01d5e 100644 --- a/xmms-sid.spec +++ b/xmms-sid.spec @@ -41,7 +41,7 @@ make %{?_smp_mflags} rm -rf %{buildroot} make DESTDIR=%{buildroot} install rm -f %{buildroot}/%{xmms_inputdir}/*.la -rm -f %{_datadir}/%{name}/Kummatti_City.sid +rm -f %{buildroot}%{_datadir}/%{name}/Kummatti_City.sid %find_lang %{name} From 42d7e613ad8ec7dab2d3f08c7eb408827362b883 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Fri, 7 Nov 2008 03:35:14 +0000 Subject: [PATCH 33/40] Initialize branch F-10 for xmms-sid --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..dc32377 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-10 From d0656780ecb35df0382b02c58fec748eaa0d0df9 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Thu, 26 Feb 2009 10:23:58 +0000 Subject: [PATCH 34/40] - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild --- xmms-sid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmms-sid.spec b/xmms-sid.spec index 6b01d5e..2f091f8 100644 --- a/xmms-sid.spec +++ b/xmms-sid.spec @@ -5,7 +5,7 @@ Summary: SID music input plugin for X MultiMedia System (XMMS) Name: xmms-sid Version: 0.8.0 -Release: 0.6.beta19%{?dist} +Release: 0.7.beta19%{?dist} URL: http://www.tnsp.org/xmms-sid.php License: GPLv2+ Group: Applications/Multimedia @@ -56,6 +56,9 @@ rm -rf %{buildroot} %changelog +* Thu Feb 26 2009 Fedora Release Engineering - 0.8.0-0.7.beta19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Sep 3 2008 Michael Schwendt - 0.8.0-0.6.beta19 - update to beta19 From bcaf16356290695f4b1303ded6a2b46b9a94af82 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 27 Jul 2009 08:18:14 +0000 Subject: [PATCH 35/40] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- xmms-sid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmms-sid.spec b/xmms-sid.spec index 2f091f8..8abc652 100644 --- a/xmms-sid.spec +++ b/xmms-sid.spec @@ -5,7 +5,7 @@ Summary: SID music input plugin for X MultiMedia System (XMMS) Name: xmms-sid Version: 0.8.0 -Release: 0.7.beta19%{?dist} +Release: 0.8.beta19%{?dist} URL: http://www.tnsp.org/xmms-sid.php License: GPLv2+ Group: Applications/Multimedia @@ -56,6 +56,9 @@ rm -rf %{buildroot} %changelog +* Mon Jul 27 2009 Fedora Release Engineering - 0.8.0-0.8.beta19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Thu Feb 26 2009 Fedora Release Engineering - 0.8.0-0.7.beta19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From 7d323fb468bc8a1cf35ebaf1b2109641d85fa3da Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:41:01 +0000 Subject: [PATCH 36/40] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 76562ae..95e6bbc 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: xmms-sid -# $Id: Makefile,v 1.1 2004/11/08 05:35:23 cvsextras Exp $ +# $Id: Makefile,v 1.2 2004/11/24 05:10:12 gafton Exp $ NAME := xmms-sid SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From 70d2269bf31281e1276f59b4e4c8b6a3360f1a89 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:35:16 +0000 Subject: [PATCH 37/40] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 62b0efc..cdbef4c 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := xmms-sid SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From 446a7f0ccf0267e0abda0245f2ffc6363b857d53 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 9 Feb 2010 19:08:11 +0000 Subject: [PATCH 38/40] Orphan Cleanup --- Makefile | 21 ------- dead.package | 1 + sources | 2 - xmms-sid-0.8.0beta15.tar.bz2.asc | 7 --- xmms-sid.spec | 104 ------------------------------- 5 files changed, 1 insertion(+), 134 deletions(-) delete mode 100644 Makefile create mode 100644 dead.package delete mode 100644 sources delete mode 100644 xmms-sid-0.8.0beta15.tar.bz2.asc delete mode 100644 xmms-sid.spec diff --git a/Makefile b/Makefile deleted file mode 100644 index 95e6bbc..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: xmms-sid -# $Id: Makefile,v 1.2 2004/11/24 05:10:12 gafton Exp $ -NAME := xmms-sid -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..560e66f --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphan Cleanup diff --git a/sources b/sources deleted file mode 100644 index 1a81c35..0000000 --- a/sources +++ /dev/null @@ -1,2 +0,0 @@ -5399850d08166106a1ef7d142efa45d2 xmms-sid-0.8.0beta19.tar.bz2.asc -1f580736787f9c4d7cbc8166d96363ba xmms-sid-0.8.0beta19.tar.bz2 diff --git a/xmms-sid-0.8.0beta15.tar.bz2.asc b/xmms-sid-0.8.0beta15.tar.bz2.asc deleted file mode 100644 index 1b87f04..0000000 --- a/xmms-sid-0.8.0beta15.tar.bz2.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQBDck1LEKYophN0wRIRAjXnAJ9WdajeoUtO5tAcv6I16l1qjIgkfwCbBduT -CdJIcO3ufwi7La6G8V7knmw= -=vv+g ------END PGP SIGNATURE----- diff --git a/xmms-sid.spec b/xmms-sid.spec deleted file mode 100644 index 8abc652..0000000 --- a/xmms-sid.spec +++ /dev/null @@ -1,104 +0,0 @@ -%define xmms_inputdir %(xmms-config --input-plugin-dir) - -%define sourceversion 0.8.0beta19 - -Summary: SID music input plugin for X MultiMedia System (XMMS) -Name: xmms-sid -Version: 0.8.0 -Release: 0.8.beta19%{?dist} -URL: http://www.tnsp.org/xmms-sid.php -License: GPLv2+ -Group: Applications/Multimedia -Source0: http://www.tnsp.org/xs-files/%{name}-%{sourceversion}.tar.bz2 -Source1: http://www.tnsp.org/xs-files/%{name}-%{sourceversion}.tar.bz2.asc -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: xmms-devel libsidplay-devel -BuildRequires: glib-devel gtk+-devel - -%description -XMMS-SID is a plugin for XMMS (X MultiMedia System) which provides -support for playing the so-called "SID tunes". For the actual playing, -XMMS-SID uses the libsidplay emulator engine. - -If you are not familiar with the term "SID tune" or "SID" concept at -all, a short (yes it is! ;-) explanation follows: - -SID is the MOS-6581 (and MOS-8580) sound chip that was used in many of the -old 8-bit home computers manufactured by Commodore Inc. in 1980's. Best -known of those was the Commodore 64 home computer (aka C64 or CBM64, also -known as VIC-64 in some countries). - -%prep -%setup -q -n %{name}-%{sourceversion} - - -%build -%configure --libdir=%{xmms_inputdir} -make %{?_smp_mflags} - - -%install -rm -rf %{buildroot} -make DESTDIR=%{buildroot} install -rm -f %{buildroot}/%{xmms_inputdir}/*.la -rm -f %{buildroot}%{_datadir}/%{name}/Kummatti_City.sid -%find_lang %{name} - - -%clean -rm -rf %{buildroot} - - -%files -f %{name}.lang -%defattr(-,root,root,-) -%doc AUTHORS BUGS COPYING ChangeLog FAQ NEWS README THANKS TODO -%{xmms_inputdir}/*.so - - -%changelog -* Mon Jul 27 2009 Fedora Release Engineering - 0.8.0-0.8.beta19 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Thu Feb 26 2009 Fedora Release Engineering - 0.8.0-0.7.beta19 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Wed Sep 3 2008 Michael Schwendt - 0.8.0-0.6.beta19 -- update to beta19 - -* Fri Feb 08 2008 Michael Schwendt -- rebuilt for GCC 4.3 as requested by Fedora Release Engineering - -* Tue Aug 21 2007 Michael Schwendt -- rebuilt - -* Thu Aug 2 2007 Michael Schwendt - 0.8.0-0.3.beta17 -- Upgrade to 0.8.0beta17, add translation message object files. -- Clarify licence (GPLv2+). - -* Mon Aug 28 2006 Michael Schwendt -- rebuilt - -* Sat Apr 8 2006 Michael Schwendt - 0.8.0-0.2.beta15 -- remove explicit dep on "xmms" and rely on soname dep - -* Sat Feb 18 2006 Michael Schwendt - 0.8.0-0.1.beta15 -- upgrade to 0.8.0beta15 which upstream has declared as stable - -* Sun May 22 2005 Jeremy Katz - 0.7.4-6 -- rebuild on all arches - -* Fri Apr 7 2005 Michael Schwendt -- rebuilt - -* Wed Nov 10 2004 Michael Schwendt 0:0.7.4-4 -- Fix src/xmms-sid.cc for GCC 3.4/FC3. - -* Fri May 02 2003 Panu Matilainen 0:0.7.4-0.fdr.3 -- patch to make it honor rpm optflags -- use bz2 source instead of gz - -* Mon Apr 28 2003 Panu Matilainen 0:0.7.4-0.fdr.2 -- add missing Epoch's - -* Mon Mar 24 2003 Panu Matilainen -- Initial Fedora packaging. From 69ad8fdc5bdeb9155c1c99f63e068ae956d33bd8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 16:00:57 +0000 Subject: [PATCH 39/40] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index cdbef4c..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: xmms-sid -# $Id$ -NAME := xmms-sid -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/branch b/branch deleted file mode 100644 index dc32377..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-10 From 6ed15673d16aa202bdfe8cffc9931af6cb2afdf2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 16:00:58 +0000 Subject: [PATCH 40/40] dist-git conversion --- .cvsignore => .gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .cvsignore => .gitignore (100%) diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore