//freshrpms.net/> 1.11-1 - Update to 1.11. //freshrpms.net/> 1.10-1 - Update to 1.10. //freshrpms.net/> 1.7-2 - Rebuild for Fedora Core 1. - Added missing build dependencies, thanks to mach. //freshrpms.net/> - Update to 1.7. //freshrpms.net/> - Initial RPM release.
64 lines
1.4 KiB
RPMSpec
64 lines
1.4 KiB
RPMSpec
# $Id: advancecomp.spec,v 1.1 2004/11/08 04:00:49 cvsextras Exp $
|
|
# Authority: matthias
|
|
# Upstream: <advancemame-devel$lists,sourceforge,net>
|
|
|
|
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 <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.
|
|
|