Author: uzsolt Date: Sat Jul 30 08:44:53 2011 GMT Module: packages Tag: HEAD ---- Log message: - very-very initial - does not build, I have no more time now :(
---- Files affected: packages/e4rat: e4rat.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/e4rat/e4rat.spec diff -u /dev/null packages/e4rat/e4rat.spec:1.1 --- /dev/null Sat Jul 30 10:44:53 2011 +++ packages/e4rat/e4rat.spec Sat Jul 30 10:44:48 2011 @@ -0,0 +1,56 @@ +# $Revision$, $Date$ +Summary: A toolset to accelerate the boot process as well as application startups +Name: e4rat +Version: 0.2.1 +Release: 0.1 +License: GPL +Group: Applications +Source0: http://downloads.sourceforge.net/project/%{name}/%{version}/%{name}_%{version}_src.tar.gz +# Source0-md5: cbb1f3cdd2b8c96b4402028da07b11f2 +URL: http://e4rat.sourceforge.net/ +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +e4rat ("Ext4 - Reducing Access Times") is a toolset to accelerate the +boot process as well as application startups. Through physical file +realloction e4rat eliminates both seek times and rotational delays. +This leads to a high disk transfer rate. Placing files on disk in a +sequentially ordered way allows to efficiently read-ahead files in +parallel to the program startup. The combination of sequentially +reading and a high cache hit rate may reduce the boot time by a factor +of three, as the example below shows. + +e4rat is based on the online defragmentation ioctl EXT4_IOC_MOVE_EXT +from the Ext4 filesystem, which was introduced in Linux Kernel 2.6.31. +Other filesystem types and/or earlier versions of extended filesystems +are not supported. + +%prep +%setup -q + +%build +cmake . + +%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 CREDITS ChangeLog NEWS README THANKS TODO +%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 2011/07/30 08:44:48 uzsolt +- very-very initial +- does not build, I have no more time now :( + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
