From a980eb4e858db0451d164a412d486e8612a5d5bf Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:25:20 +0000 Subject: [PATCH 1/5] 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 3e85c15..f033b25 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := advancecomp 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 83b8b9dc35ce512cd0d13445a235c0aeaa9fa9c1 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 8 May 2010 01:42:27 +0000 Subject: [PATCH 2/5] Initialize branch EL-6 for advancecomp --- 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 f88220fc387087eadf8636f96f261d3e07431b1d Mon Sep 17 00:00:00 2001 From: Matthias Saou Date: Thu, 8 Jul 2010 10:29:48 +0000 Subject: [PATCH 3/5] Add dist tag for the EL-6 build. --- advancecomp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/advancecomp.spec b/advancecomp.spec index adb2eef..280c080 100644 --- a/advancecomp.spec +++ b/advancecomp.spec @@ -1,7 +1,7 @@ Summary: Recompression utilities for .PNG, .MNG and .ZIP files Name: advancecomp Version: 1.15 -Release: 12 +Release: 12%{?dist} License: GPLv2+ Group: Applications/Emulators URL: http://advancemame.sourceforge.net/ @@ -42,6 +42,9 @@ The main features are : %changelog +* Thu Jul 8 2010 Matthias Saou 1.15-12 +- Add dist tag for the EL-6 build. + * Fri Jul 24 2009 Fedora Release Engineering - 1.15-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From 6e27aac830c5aeff3fc4c5323e190612e34e28eb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 09:37:11 +0000 Subject: [PATCH 4/5] 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 f033b25..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: advancecomp -# $Id$ -NAME := advancecomp -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 de405591cc03b39da2c5cef0e1c88616105ddc3f Mon Sep 17 00:00:00 2001 From: Till Maas Date: Sat, 4 Jun 2016 14:57:41 +0200 Subject: [PATCH 5/5] 2016-06-04: Retired orphaned package, because it was orphaned for more than six weeks. --- .gitignore | 1 - advancecomp.spec | 122 ----------------------------------------------- dead.package | 3 ++ sources | 1 - 4 files changed, 3 insertions(+), 124 deletions(-) delete mode 100644 .gitignore delete mode 100644 advancecomp.spec create mode 100644 dead.package delete mode 100644 sources diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 14da08e..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -advancecomp-1.15.tar.gz diff --git a/advancecomp.spec b/advancecomp.spec deleted file mode 100644 index 280c080..0000000 --- a/advancecomp.spec +++ /dev/null @@ -1,122 +0,0 @@ -Summary: Recompression utilities for .PNG, .MNG and .ZIP files -Name: advancecomp -Version: 1.15 -Release: 12%{?dist} -License: GPLv2+ -Group: Applications/Emulators -URL: http://advancemame.sourceforge.net/ -Source: http://downloads.sf.net/advancemame/advancecomp-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildRequires: zlib-devel - -%description -AdvanceCOMP is a set of recompression utilities for .PNG, .MNG and .ZIP files. -The main features are : -* Recompress ZIP, PNG and MNG files using the Deflate 7-Zip implementation. -* Recompress MNG files using Delta and Move optimization. - - -%prep -%setup -q - - -%build -%configure -%{__make} %{?_smp_mflags} - - -%install -%{__rm} -rf %{buildroot} -%{__make} install DESTDIR=%{buildroot} - - -%clean -%{__rm} -rf %{buildroot} - - -%files -%defattr(-,root,root,-) -%doc AUTHORS COPYING HISTORY README -%{_bindir}/* -%{_mandir}/man1/* - - -%changelog -* Thu Jul 8 2010 Matthias Saou 1.15-12 -- Add dist tag for the EL-6 build. - -* Fri Jul 24 2009 Fedora Release Engineering - 1.15-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Mon Feb 23 2009 Fedora Release Engineering - 1.15-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Tue Feb 19 2008 Fedora Release Engineering - 1.15-10 -- Autorebuild for GCC 4.3 - -* Wed Aug 22 2007 Matthias Saou 1.15-9 -- Rebuild for new BuildID feature. - -* Fri Aug 3 2007 Matthias Saou 1.15-8 -- Update License field. -- Remove dist tag, since the package will seldom change. - -* Thu Mar 29 2007 Matthias Saou 1.15-7 -- Switch to using DESTDIR install method. - -* Thu Mar 29 2007 Matthias Saou 1.15-6 -- Switch to use downloads.sf.net source URL. -- Tweak defattr. - -* Mon Aug 28 2006 Matthias Saou 1.15-5 -- FC6 rebuild, remove gcc-c++ build requirement (it's a default). - -* Mon Mar 6 2006 Matthias Saou 1.15-4 -- FC5 rebuild. - -* Wed Feb 8 2006 Matthias Saou 1.15-3 -- Rebuild for new gcc/glibc. - -* Tue Jan 24 2006 Matthias Saou 1.15-2 -- Rebuild for FC5. - -* Wed Nov 2 2005 Matthias Saou 1.15-1 -- Update to 1.15, includes 64bit fixes. - -* Fri May 27 2005 Matthias Saou 1.14-5 -- Update 64bit patch to a cleaner approach as Ralf suggested. - -* Thu May 26 2005 Jeremy Katz - 1.14-4 -- fix build on 64bit arches - -* Sun May 22 2005 Jeremy Katz - 1.14-3 -- rebuild on all arches - -* Fri Apr 7 2005 Michael Schwendt 1.14-2 -- rebuilt - -* Wed Feb 23 2005 Matthias Saou 1.14-1 -- Update to 1.14. - -* Mon Nov 29 2004 Matthias Saou 1.13-1 -- Update to 1.13. - -* Tue Nov 2 2004 Matthias Saou 1.12-1 -- Update to 1.12. - -* Tue Aug 24 2004 Matthias Saou 1.11-1 -- Update to 1.11. - -* Mon May 17 2004 Matthias Saou 1.10-1 -- Update to 1.10. - -* Mon Nov 3 2003 Matthias Saou 1.7-2 -- Rebuild for Fedora Core 1. -- Added missing build dependencies, thanks to mach. - -* Tue Aug 26 2003 Matthias Saou -- Update to 1.7. - -* Thu May 22 2003 Matthias Saou -- Initial RPM release. - diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..a672f66 --- /dev/null +++ b/dead.package @@ -0,0 +1,3 @@ +2016-06-04: Retired orphaned package, because it was orphaned for +more than six weeks. + diff --git a/sources b/sources deleted file mode 100644 index 620cbe1..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -bb236d8bee6fa473d34108cda1e09076 advancecomp-1.15.tar.gz