/[packages]/cauldron/advancecomp/current/SPECS/advancecomp.spec
ViewVC logotype

Annotation of /cauldron/advancecomp/current/SPECS/advancecomp.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 455400 - (hide annotations) (download)
Wed Jul 17 22:22:52 2013 UTC (10 years, 9 months ago) by danf
File size: 1103 byte(s)
make autoreconf install missing files (SILENT)

1 danf 455223 %define name advancecomp
2 danf 455398 %define version 1.17
3     %define release %mkrel 1
4 danf 455223
5 danf 455229 Summary: Recompression utilities
6 danf 455223 Name: %{name}
7     Version: %{version}
8     Release: %{release}
9 danf 455398 License: GPLv3+
10 danf 455223 Group: Archiving/Compression
11     URL: http://advancemame.sourceforge.net
12 danf 455398 Source0: http://downloads.sourceforge.net/advancemame/%{name}-%{version}.tar.gz
13     Patch0: advancecomp-1.17-mga-bzip2-compile.patch
14     Patch1: advancecomp-1.17-mga-option-doc.patch
15     Patch2: advancecomp-1.17-mga-fromdos.patch
16 danf 455229 BuildRequires: pkgconfig(zlib)
17 danf 455398 BuildRequires: libbzip2-devel
18     BuildRequires: dos2unix
19     BuildRequires: autoconf
20     BuildRequires: automake
21 danf 455223
22     %description
23     AdvanceCOMP contains recompression utilities for your .zip
24     archives, .png images, .mng video clips and .gz files.
25    
26     %prep
27 danf 455229 %setup -q
28 danf 455398 %apply_patches
29 danf 455223
30     %build
31 danf 455400 autoreconf -fis
32 danf 455398 %configure2_5x --enable-bzip2
33 danf 455223 %make
34    
35 danf 455229 %check
36 danf 455398 # The check fails with bzip2 enabled due to bzip2 giving smaller than
37     # expected sizes
38     #%make check
39 danf 455223
40     %install
41     %makeinstall_std
42    
43     %files
44 danf 455229 %doc AUTHORS HISTORY README doc/*.html doc/*.txt
45     %{_bindir}/advzip
46     %{_bindir}/advpng
47     %{_bindir}/advmng
48     %{_bindir}/advdef
49 danf 455223 %{_mandir}/man1/*

  ViewVC Help
Powered by ViewVC 1.1.30