]> git.pld-linux.org Git - packages/advancecomp.git/blame - advancecomp.spec
- updated to 1.23 (GPL v3 now)
[packages/advancecomp.git] / advancecomp.spec
CommitLineData
c71f9263
JB
1#
2# Conditional build:
3%bcond_with bzip2 # bzip2 compression
4#
3ef5e9f1
JB
5Summary: Recompression utilities for .ZIP archives, .PNG snapshots, .MNG video clips and .gz files
6Summary(pl.UTF-8): Narzędzia rekompresujące pliki ZIP, PNG, MNG, gz
6194b6c8 7Name: advancecomp
17fb1491 8Version: 1.23
6194b6c8 9Release: 1
17fb1491 10License: GPL v3+
3ef5e9f1 11Group: Applications/File
c71f9263 12Source0: http://downloads.sourceforge.net/advancemame/%{name}-%{version}.tar.gz
17fb1491
JB
13# Source0-md5: 39a205f0ba1baa26550fccc6405a6b45
14Patch0: %{name}-system-libs.patch
6194b6c8 15URL: http://advancemame.sourceforge.net/comp-readme.html
17fb1491
JB
16BuildRequires: autoconf >= 2.65
17BuildRequires: automake
c71f9263 18%{?with_bzip2:BuildRequires: bzip2-devel}
17fb1491 19BuildRequires: libdeflate-devel
c71f9263 20BuildRequires: libstdc++-devel
6194b6c8 21BuildRequires: zlib-devel
17fb1491 22BuildRequires: zopfli-devel
6194b6c8 23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26AdvanceCOMP is a collection of recompression utilities for your .ZIP
27archives, .PNG snapshots, .MNG video clips and .GZ files.
28
29It's mainly intended for recompressing your rom, snapshot and clip
30collection of emulated games.
31
32The main features are:
33- Recompress ZIP, GZ, PNG and MNG files using the Deflate 7-Zip
34 implementation.
35- Recompress MNG files using Delta and Move optimization.
36
37%description -l pl.UTF-8
3ef5e9f1
JB
38AdvanceCOMP jest kolekcją narzędzi rekompresujących archiwa ZIP,
39obrazy PNG, pliki wideo MNG i pliki gz.
6194b6c8 40
3ef5e9f1 41Ich głównym zastosowaniem jest rekompresja kolekcji ROM-ów,
6194b6c8 42zrzutów ekranu i urywków wideo emulowanych gier.
43
44Głównymi cechami są:
3ef5e9f1 45- Rekompresja plików ZIP, gz, PNG i MNG za pomocą implementacji
6194b6c8 46 kompresji deflate z 7-Zipa.
3ef5e9f1 47- Rekompresja plików MNG z użyciem optymalizacji delta i move.
6194b6c8 48
49%prep
50%setup -q
17fb1491 51%patch0 -p1
6194b6c8 52
53%build
17fb1491
JB
54%{__aclocal}
55%{__autoconf}
56%{__autoheader}
57%{__automake}
c71f9263
JB
58%configure \
59 %{?with_bzip2:--enable-bzip2}
6194b6c8 60%{__make}
61
62%install
63rm -rf $RPM_BUILD_ROOT
3ef5e9f1
JB
64
65%{__make} install \
66 DESTDIR=$RPM_BUILD_ROOT
6194b6c8 67
68%clean
69rm -rf $RPM_BUILD_ROOT
70
71%files
72%defattr(644,root,root,755)
73%doc AUTHORS HISTORY README
c71f9263
JB
74%attr(755,root,root) %{_bindir}/advdef
75%attr(755,root,root) %{_bindir}/advmng
76%attr(755,root,root) %{_bindir}/advpng
77%attr(755,root,root) %{_bindir}/advzip
78%{_mandir}/man1/advdef.1*
79%{_mandir}/man1/advmng.1*
80%{_mandir}/man1/advpng.1*
81%{_mandir}/man1/advzip.1*
This page took 0.087343 seconds and 4 git commands to generate.