Author: spider Date: Tue Feb 22 19:36:48 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - init
---- Files affected: SPECS: cdf.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/cdf.spec diff -u /dev/null SPECS/cdf.spec:1.1 --- /dev/null Tue Feb 22 20:36:48 2005 +++ SPECS/cdf.spec Tue Feb 22 20:36:42 2005 @@ -0,0 +1,60 @@ +# $Revision$, $Date$ +Summary: cdf means "colorized df" +Summary(pl): cdf to "kolorowy df" +Name: cdf +Version: 0.1 +Release: 1 +License: GPL v2 +Group: Utilities +Source0: http://bmp-plugins.berlios.de/misc/cdf/%{name}-%{version}.tar.gz +URL: http://bmp-plugins.berlios.de/misc/cdf/cdf.html +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +cdf means "colorized df". The main features of cdf are: + +- customazable color schemes +- eye-friendly capacity bars +- most of such utils needs some 3rd party libraries, python + interpreter and so on, while cdf written in pure C + + +%description -l pl +cdf oznacza "kolorowy df". Głównymi cechami cdf są: + +- schematy kolorów +- przyjemne dla oka paski zapełnienia dysków +- cdf jest napisany w czystym c dzięki czemu nie wymaga żadnych + dodatkowych bibliotek + +%prep +%setup -q + +%build +%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 README TODO NEWS +%attr(755,root,root) %{_bindir}/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2005/02/22 19:36:42 spider +- init + + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
