diff --git a/.cvsignore b/.cvsignore index e69de29..1392664 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +advancecomp-1.11.tar.gz diff --git a/advancecomp.spec b/advancecomp.spec new file mode 100644 index 0000000..479479f --- /dev/null +++ b/advancecomp.spec @@ -0,0 +1,64 @@ +# $Id: advancecomp.spec,v 1.1 2004/11/08 04:00:49 cvsextras Exp $ +# Authority: matthias +# Upstream: + +Summary: Recompression utilities for .PNG, .MNG and .ZIP files +Name: advancecomp +Version: 1.11 +Release: 1.1.fc2.fr +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: gcc-c++, 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 + + +%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 +* 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/sources b/sources index e69de29..4620a0a 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +e400c79e88d5d30af2017b95e2115bb1 advancecomp-1.11.tar.gz