From 6157d21e76e7b83618e681742359af9704394e08 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:35:10 +0000 Subject: [PATCH 1/4] 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 e176eac..58572a5 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := xmms-musepack 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 90c746fe3d4e6f616d2112d6d5557f30f59ccfad Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 8 May 2010 02:29:34 +0000 Subject: [PATCH 2/4] Initialize branch EL-6 for xmms-musepack --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..46381b9 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +EL-6 From 7978e6802a06b83fcb3aa182b0e6b16bd55b94d5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 16:00:14 +0000 Subject: [PATCH 3/4] 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 58572a5..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: xmms-musepack -# $Id$ -NAME := xmms-musepack -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 46381b9..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -EL-6 From 9baa41d72b86ff3d1114551de25edff4228ddce5 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Wed, 7 Oct 2015 23:17:04 +0200 Subject: [PATCH 4/4] 2015-10-07: Retired orphaned package, because it was not built. --- .gitignore | 1 - dead.package | 2 + sources | 1 - xmms-musepack.spec | 102 --------------------------------------------- 4 files changed, 2 insertions(+), 104 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 xmms-musepack.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index a67faed..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -xmms-musepack-1.2.tar.bz2 diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..b49b6d4 --- /dev/null +++ b/dead.package @@ -0,0 +1,2 @@ +2015-10-07: Retired orphaned package, because it was not built. + diff --git a/sources b/sources deleted file mode 100644 index 7c90b40..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -ff7f5f9122d09ad63af9c564046086cf xmms-musepack-1.2.tar.bz2 diff --git a/xmms-musepack.spec b/xmms-musepack.spec deleted file mode 100644 index 1569b29..0000000 --- a/xmms-musepack.spec +++ /dev/null @@ -1,102 +0,0 @@ -%define xmms_inputdir %(xmms-config --input-plugin-dir 2>/dev/null || echo %{_libdir}/xmms/Input) - -Summary: X MultiMedia System input plugin to play musepack (mpc) files -Name: xmms-musepack -Version: 1.2 -Release: 8%{?dist} -License: BSD -Group: Applications/Multimedia -URL: http://www.musepack.net/ -Source: http://files.musepack.net/linux/plugins/xmms-musepack-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildRequires: xmms-devel, libmpcdec-devel, taglib-devel - -%description -X MultiMedia System input plugin to play musepack, aka mpc files. - - -%prep -%setup -q - - -%build -%configure -%{__make} %{?_smp_mflags} CXXFLAGS="%{optflags}" - - -%install -%{__rm} -rf %{buildroot} -%{__make} install DESTDIR=%{buildroot} - - -%clean -%{__rm} -rf %{buildroot} - - -%files -%defattr(-,root,root,-) -%doc ChangeLog COPYING -%exclude %{xmms_inputdir}/libmpc.la -%{xmms_inputdir}/libmpc.so - - -%changelog -* Mon Jul 27 2009 Fedora Release Engineering - 1.2-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Thu Feb 26 2009 Fedora Release Engineering - 1.2-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Tue Feb 19 2008 Fedora Release Engineering - 1.2-6 -- Autorebuild for GCC 4.3 - -* Thu Aug 23 2007 Matthias Saou 1.2-5 -- Rebuild for new BuildID feature. - -* Thu Jun 7 2007 Matthias Saou 1.2-4 -- Update to 1.2.1... not! Fails to compile, the fast seeking patch must be bad. -- Rebuild against new libmpcdec. - -* Wed Aug 23 2006 Matthias Saou 1.2-3 -- Remove gcc-c++ and pkgconfig (pulled in by xmms-devel nowadays) build reqs. - -* Wed May 3 2006 Matthias Saou 1.2-2.1 -- Spec file cleanup. -- Override CXXFLAGS to get our optflags used. - -* Fri Mar 17 2006 Matthias Saou 1.2-2 -- Release bump to drop the disttag number in FC5 build. - -* Mon Jan 23 2006 Matthias Saou 1.2-1 -- Update to 1.2 final. - -* Fri Jan 13 2006 Matthias Saou 1.2-0.2.RC1 -- Add pkgconfig build requirement to fix build. - -* Mon May 9 2005 Matthias Saou 1.2-0.1.RC1 -- Update to 1.2-RC1. -- Now build against new libmpcdec and not libmusepack. -- Added taglib-devel build depencency. - -* Mon Apr 25 2005 Matthias Saou 1.1.2-1 -- Update to 1.1.2. -- Update package info from sf project to musepack.net locations. -- Change license from LGPL to BSD. - -* Tue Aug 10 2004 Matthias Saou 1.00-2 -- Fix OPTIONS vs. CFLAGS in addition to the patch to fix x86_64 build. - -* Wed Jul 7 2004 Matthias Saou 1.00-1 -- Update to 1.00. -- Added Makefile patch this time, the gcc flags stuff was just too ugly. -- Hmm, now requires esound-devel (esd.h). - -* Wed May 19 2004 Matthias Saou 0.94-3 -- Rebuilt for Fedora Core 2. - -* Fri Feb 6 2004 Matthias Saou 0.94-2 -- Override ARCH with %%{optflags} for ppc build. - -* Tue Jan 20 2004 Matthias Saou 0.94-1 -- Initial rpm package. -