summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwolf2007-04-29 10:50:18 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit6194b6c8274b2cb69d7981ecfcc7eb276b87d2e1 (patch)
tree609826a5eb5981b3a9d037a46cc2b2cd6add151c
downloadadvancecomp-6194b6c8274b2cb69d7981ecfcc7eb276b87d2e1.zip
advancecomp-6194b6c8274b2cb69d7981ecfcc7eb276b87d2e1.tar.gz
Changed files: advancecomp.spec -> 1.1
-rw-r--r--advancecomp.spec56
1 files changed, 56 insertions, 0 deletions
diff --git a/advancecomp.spec b/advancecomp.spec
new file mode 100644
index 0000000..30d799a
--- /dev/null
+++ b/advancecomp.spec
@@ -0,0 +1,56 @@
+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/*