SPECS: advancecomp.spec (NEW) - new

wolf wolf at pld-linux.org
Sun Apr 29 12:50:23 CEST 2007


Author: wolf                         Date: Sun Apr 29 10:50:23 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   advancecomp.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/advancecomp.spec
diff -u /dev/null SPECS/advancecomp.spec:1.1
--- /dev/null	Sun Apr 29 12:50:23 2007
+++ SPECS/advancecomp.spec	Sun Apr 29 12:50:18 2007
@@ -0,0 +1,67 @@
+# $Revision$, $Date$
+Summary:	Recompression utilities for .ZIP archives, .PNG snapshots, .MNG video clips and .GZ files.
+Summary(pl.UTF-8):	Narzędzia rekompresujące pliki zip, png, mng, gz.
+Name:		advancecomp
+Version:	1.15
+Release:	1
+License:	GPL
+Group:		Applications
+Source0:	http://dl.sourceforge.net/advancemame/%{name}-%{version}.tar.gz
+# Source0-md5:	bb236d8bee6fa473d34108cda1e09076
+URL:		http://advancemame.sourceforge.net/comp-readme.html
+BuildRequires:	zlib-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+AdvanceCOMP is a collection of recompression utilities for your .ZIP
+archives, .PNG snapshots, .MNG video clips and .GZ files.
+
+It's mainly intended for recompressing your rom, snapshot and clip
+collection of emulated games.
+
+The main features are:
+- Recompress ZIP, GZ, PNG and MNG files using the Deflate 7-Zip
+  implementation.
+- Recompress MNG files using Delta and Move optimization. 
+
+%description -l pl.UTF-8
+AdvanceCOMP jest kolekcją narzędzi rekompresujących archiwa zip,
+obrazy png, pliki wideo mng i pliki gz.
+
+Ich głównym zastosowaniem jest rekompresja kolekcji rom-ów,
+zrzutów ekranu i urywków wideo emulowanych gier.
+
+Głównymi cechami są:
+- Rekompresja plików zip, gz, png i mng za pomocą implementacji
+  kompresji deflate z 7-Zipa.
+- Rekompresja plików mng z użyciem optymalizacji delta i move.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS HISTORY README
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/04/29 10:50:18  wolf
+- new
+
================================================================


More information about the pld-cvs-commit mailing list