Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Till Maas
f300385481 2016-06-04: Retired orphaned package, because it was orphaned for
more than six weeks.
2016-06-04 14:49:50 +02:00
Fedora Release Engineering
34844819d7 dist-git conversion 2010-07-28 09:37:06 +00:00
Bill Nottingham
3f7f8e2904 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:25:18 +00:00
Warren Togami
8f9a6a62c0 Initialize branch EL-5 for advancecomp 2007-02-26 19:17:44 +00:00
5 changed files with 3 additions and 119 deletions

View file

@ -1 +0,0 @@
advancecomp-1.15.tar.gz

View file

@ -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 $$/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)

View file

@ -1,96 +0,0 @@
Summary: Recompression utilities for .PNG, .MNG and .ZIP files
Name: advancecomp
Version: 1.15
Release: 5%{?dist}
License: GPL
Group: Applications/Emulators
URL: http://advancemame.sourceforge.net/
Source: http://dl.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}
%makeinstall
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
%doc AUTHORS COPYING HISTORY README
%{_bindir}/*
%{_mandir}/man1/*
%changelog
* Mon Aug 28 2006 Matthias Saou <http://freshrpms.net/> 1.15-5
- FC6 rebuild, remove gcc-c++ build requirement (it's a default).
* Mon Mar 6 2006 Matthias Saou <http://freshrpms.net/> 1.15-4
- FC5 rebuild.
* Wed Feb 8 2006 Matthias Saou <http://freshrpms.net/> 1.15-3
- Rebuild for new gcc/glibc.
* Tue Jan 24 2006 Matthias Saou <http://freshrpms.net/> 1.15-2
- Rebuild for FC5.
* Wed Nov 2 2005 Matthias Saou <http://freshrpms.net/> 1.15-1
- Update to 1.15, includes 64bit fixes.
* Fri May 27 2005 Matthias Saou <http://freshrpms.net/> 1.14-5
- Update 64bit patch to a cleaner approach as Ralf suggested.
* Thu May 26 2005 Jeremy Katz <katzj@redhat.com> - 1.14-4
- fix build on 64bit arches
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 1.14-3
- rebuild on all arches
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 1.14-2
- rebuilt
* Wed Feb 23 2005 Matthias Saou <http://freshrpms.net/> 1.14-1
- Update to 1.14.
* Mon Nov 29 2004 Matthias Saou <http://freshrpms.net/> 1.13-1
- Update to 1.13.
* Tue Nov 2 2004 Matthias Saou <http://freshrpms.net/> 1.12-1
- Update to 1.12.
* Tue Aug 24 2004 Matthias Saou <http://freshrpms.net/> 1.11-1
- Update to 1.11.
* Mon May 17 2004 Matthias Saou <http://freshrpms.net/> 1.10-1
- Update to 1.10.
* Mon Nov 3 2003 Matthias Saou <http://freshrpms.net/> 1.7-2
- Rebuild for Fedora Core 1.
- Added missing build dependencies, thanks to mach.
* Tue Aug 26 2003 Matthias Saou <http://freshrpms.net/>
- Update to 1.7.
* Thu May 22 2003 Matthias Saou <http://freshrpms.net/>
- Initial RPM release.

3
dead.package Normal file
View file

@ -0,0 +1,3 @@
2016-06-04: Retired orphaned package, because it was orphaned for
more than six weeks.

View file

@ -1 +0,0 @@
bb236d8bee6fa473d34108cda1e09076 advancecomp-1.15.tar.gz