]> git.pld-linux.org Git - packages/e2c-ancil.git/blame - e2c-ancil.spec
- new
[packages/e2c-ancil.git] / e2c-ancil.spec
CommitLineData
7a41bf7f
JB
1Summary: Ancillary utilities for e2compr (ext2 compression)
2Summary(pl.UTF-8): Narzędzia uzupełniające dla e2compr (kompresji ext2)
3Name: e2c-ancil
4Version: 0.4.1
5Release: 1
6License: GPL v2+
7Group: Applications/System
8Source0: http://dl.sourceforge.net/e2compr/%{name}-%{version}.tar.bz2
9# Source0-md5: a2253167c5663fc8b3b23b79afb6bdf0
10URL: http://e2compr.sourceforge.net/
11BuildRequires: autoconf
12BuildRequires: automake
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16Ancillary utilities for e2compr (ext2 compression) consist of the
17following 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
24Narzędzia uzupełniające dla e2compr (kompresji ext2) składają się z
25nastę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
42rm -rf $RPM_BUILD_ROOT
43
44%{__make} install \
45 DESTDIR=$RPM_BUILD_ROOT
46
47%clean
48rm -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.079355 seconds and 4 git commands to generate.