]> git.pld-linux.org Git - SPECS.git/blob - e2c-ancil.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / e2c-ancil.spec
1 Summary:        Ancillary utilities for e2compr (ext2 compression)
2 Summary(pl.UTF-8):      Narzędzia uzupełniające dla e2compr (kompresji ext2)
3 Name:           e2c-ancil
4 Version:        0.4.1
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/System
8 Source0:        http://dl.sourceforge.net/e2compr/%{name}-%{version}.tar.bz2
9 # Source0-md5:  a2253167c5663fc8b3b23b79afb6bdf0
10 URL:            http://e2compr.sourceforge.net/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Ancillary utilities for e2compr (ext2 compression) consist of the
17 following small programs:
18 - e2ratio: Like `du', but also shows how many blocks would be used if
19   each file weren't compressed.
20 - e2bitmap: Shows which clusters of a file are compressed.
21 - clear-e2c: Facilitates uninstalling e2compr from a filesystem.
22
23 %description -l pl.UTF-8
24 Narzędzia uzupełniające dla e2compr (kompresji ext2) składają się z
25 następujących małych programów:
26 - e2ratio - podobnego do du, ale pokazującego dodatkowo ile bloków
27   zostałoby użytych, jeśli pliki byłyby nieskompresowane,
28 - e2bitmap - pokazującego, które klastry pliku są skompresowane,
29 - clear-e2c - pomagającego przy usuwaniu e2compr z systemu plików.
30
31 %prep
32 %setup -q
33
34 %build
35 %{__aclocal}
36 %{__autoconf}
37 %{__automake}
38 %configure
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc AUTHORS ChangeLog NEWS README
53 %attr(755,root,root) %{_bindir}/e2bitmap
54 %attr(755,root,root) %{_bindir}/e2ratio
55 %attr(755,root,root) %{_sbindir}/clear-e2c
56 %{_mandir}/man1/e2bitmap.1*
57 %{_mandir}/man1/e2ratio.1*
58 %{_mandir}/man8/clear-e2c.8*
This page took 0.750041 seconds and 3 git commands to generate.