]> git.pld-linux.org Git - packages/advancecomp.git/blob - advancecomp.spec
ea9f6256371a5fbb8a46e32888afb0d0430e176b
[packages/advancecomp.git] / advancecomp.spec
1 Summary:        Recompression utilities for .ZIP archives, .PNG snapshots, .MNG video clips and .gz files
2 Summary(pl.UTF-8):      Narzędzia rekompresujące pliki ZIP, PNG, MNG, gz
3 Name:           advancecomp
4 Version:        1.15
5 Release:        1
6 License:        GPL
7 Group:          Applications/File
8 Source0:        http://dl.sourceforge.net/advancemame/%{name}-%{version}.tar.gz
9 # Source0-md5:  bb236d8bee6fa473d34108cda1e09076
10 URL:            http://advancemame.sourceforge.net/comp-readme.html
11 BuildRequires:  zlib-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 AdvanceCOMP is a collection of recompression utilities for your .ZIP
16 archives, .PNG snapshots, .MNG video clips and .GZ files.
17
18 It's mainly intended for recompressing your rom, snapshot and clip
19 collection of emulated games.
20
21 The main features are:
22 - Recompress ZIP, GZ, PNG and MNG files using the Deflate 7-Zip
23   implementation.
24 - Recompress MNG files using Delta and Move optimization. 
25
26 %description -l pl.UTF-8
27 AdvanceCOMP jest kolekcją narzędzi rekompresujących archiwa ZIP,
28 obrazy PNG, pliki wideo MNG i pliki gz.
29
30 Ich głównym zastosowaniem jest rekompresja kolekcji ROM-ów,
31 zrzutów ekranu i urywków wideo emulowanych gier.
32
33 Głównymi cechami są:
34 - Rekompresja plików ZIP, gz, PNG i MNG za pomocą implementacji
35   kompresji deflate z 7-Zipa.
36 - Rekompresja plików MNG z użyciem optymalizacji delta i move.
37
38 %prep
39 %setup -q
40
41 %build
42 %configure
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc AUTHORS HISTORY README
57 %attr(755,root,root) %{_bindir}/*
58 %{_mandir}/man1/*
This page took 0.112056 seconds and 2 git commands to generate.