1 |
nanardon |
96335 |
%define _disable_ld_no_undefined 1 |
2 |
|
|
|
3 |
shlomif |
1037700 |
Summary: Dynamically choose best algorithm to compress a file |
4 |
ovitters |
644616 |
Name: dact |
5 |
|
|
Version: 0.8.42 |
6 |
umeabot |
1797786 |
Release: %mkrel 12 |
7 |
nanardon |
146529 |
Source0: http://www.rkeene.org/files/oss/dact/%{name}-%{version}.tar.gz |
8 |
nanardon |
96335 |
License: LGPL |
9 |
|
|
Group: Archiving/Compression |
10 |
|
|
Url: http://www.rkeene.org/oss/dact/ |
11 |
|
|
BuildRequires: liblzo-devel |
12 |
|
|
BuildRequires: libbzip2-devel |
13 |
|
|
BuildRequires: libmcrypt-devel |
14 |
|
|
|
15 |
|
|
%description |
16 |
shlomif |
1037700 |
DACT is a compression tool designed to compress a file dynamically, |
17 |
|
|
choosing the algorithm that works best per block of input data to |
18 |
|
|
produce an overall smaller output file. |
19 |
nanardon |
96335 |
|
20 |
|
|
%prep |
21 |
|
|
%setup -q |
22 |
|
|
|
23 |
|
|
%build |
24 |
wally |
1478576 |
%configure |
25 |
shlomif |
1037700 |
%make_build |
26 |
nanardon |
96335 |
|
27 |
|
|
%install |
28 |
|
|
mkdir -p %buildroot%_bindir |
29 |
|
|
mkdir -p %buildroot%_sysconfdir |
30 |
|
|
mkdir -p %buildroot%_mandir/man1 |
31 |
|
|
|
32 |
|
|
%makeinstall |
33 |
|
|
|
34 |
|
|
%files |
35 |
|
|
%doc MD5SUMS README TODO.ideas TODO VERSION ChangeLog AUTHORS |
36 |
|
|
%doc Docs/config_help.txt Docs/dact.txt Docs/helpfile.txt |
37 |
|
|
%config(noreplace) %_sysconfdir/%name.conf |
38 |
|
|
%_bindir/%name |
39 |
|
|
%dir %_datadir/%name |
40 |
|
|
%_libdir/lib%name.* |
41 |
|
|
%_mandir/man1/%name.* |
42 |
|
|
|