auto-import changelog data from advancecomp-1.11-1.1.fc2.fr.src.rpm
//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.
This commit is contained in:
parent
936b61238f
commit
49af9e130a
3 changed files with 66 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
advancecomp-1.11.tar.gz
|
||||
64
advancecomp.spec
Normal file
64
advancecomp.spec
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
# $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.
|
||||
|
||||
1
sources
1
sources
|
|
@ -0,0 +1 @@
|
|||
e400c79e88d5d30af2017b95e2115bb1 advancecomp-1.11.tar.gz
|
||||
Loading…
Add table
Add a link
Reference in a new issue