SPECS: e2c-ancil.spec (NEW) - new

qboosh qboosh at pld-linux.org
Fri Dec 14 21:14:09 CET 2007


Author: qboosh                       Date: Fri Dec 14 20:14:09 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   e2c-ancil.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/e2c-ancil.spec
diff -u /dev/null SPECS/e2c-ancil.spec:1.1
--- /dev/null	Fri Dec 14 21:14:09 2007
+++ SPECS/e2c-ancil.spec	Fri Dec 14 21:14:04 2007
@@ -0,0 +1,68 @@
+# $Revision$, $Date$
+Summary:	Ancillary utilities for e2compr (ext2 compression)
+Summary(pl.UTF-8):	Narzędzia uzupełniające dla e2compr (kompresji ext2)
+Name:		e2c-ancil
+Version:	0.4.1
+Release:	1
+License:	GPL v2+
+Group:		Applications/System
+Source0:	http://dl.sourceforge.net/e2compr/%{name}-%{version}.tar.bz2
+# Source0-md5:	a2253167c5663fc8b3b23b79afb6bdf0
+URL:		http://e2compr.sourceforge.net/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Ancillary utilities for e2compr (ext2 compression) consist of the
+following small programs:
+- e2ratio: Like `du', but also shows how many blocks would be used if
+  each file weren't compressed.
+- e2bitmap: Shows which clusters of a file are compressed.
+- clear-e2c: Facilitates uninstalling e2compr from a filesystem.
+
+%description -l pl.UTF-8
+Narzędzia uzupełniające dla e2compr (kompresji ext2) składają się z
+następujących małych programów:
+- e2ratio - podobnego do du, ale pokazującego dodatkowo ile bloków
+  zostałoby użytych, jeśli pliki byłyby nieskompresowane,
+- e2bitmap - pokazującego, które klastry pliku są skompresowane,
+- clear-e2c - pomagającego przy usuwaniu e2compr z systemu plików.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/e2bitmap
+%attr(755,root,root) %{_bindir}/e2ratio
+%attr(755,root,root) %{_sbindir}/clear-e2c
+%{_mandir}/man1/e2bitmap.1*
+%{_mandir}/man1/e2ratio.1*
+%{_mandir}/man8/clear-e2c.8*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007-12-14 20:14:04  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list