Author: wolf Date: Thu Nov 22 17:38:44 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: shake.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/shake.spec diff -u /dev/null SPECS/shake.spec:1.1 --- /dev/null Thu Nov 22 18:38:44 2007 +++ SPECS/shake.spec Thu Nov 22 18:38:38 2007 @@ -0,0 +1,57 @@ +# $Revision$, $Date$ +Summary: File shaker +Summary(pl.UTF-8): Mieszacz plików +Name: shake +Version: 0.29 +Release: 1 +License: GPL +Group: Applications +Source0: http://download.savannah.nongnu.org/releases/shake/%{name}-%{version}.tar.bz2 +# Source0-md5: 6713f30353be2891f60e64a5c899bfde +URL: http://vleu.net/shake/ +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Shake is a defragmenter that runs in userspace, without the need of +patching the kernel. There is no black magic involved: it works just +by rewriting fragmented files. But it has some heuristics that could +make it more efficient than other tools, including defrag and, maybe, +xfs_fsr. + +%description -l pl.UTF-8 +Shake jest defragmentatorem, który działa w przestrzeni użytkownika, nie +wymagając wprowadzania zmian do jądra. Nie ma tu żadnej czarnej magii, +działanie opiera się na przepisywaniu pofragmentowanych plików. Użyte +jest kilka heurystyk, które mogą sprawić, że program będzie bardziej +wydajny od innych narzędzi takich jak defrag, czy xfs_fsr. + +%prep +%setup -q + +%build +%{__make} CC="%{__cc} %{rpmcflags}" + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man8} + +%{__make} install DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc Changelog +%attr(755,root,root) %{_bindir}/* +%{_mandir}/man8/* + +%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 2007-11-22 17:38:38 wolf +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
