packages: sreadahead/sreadahead.spec (NEW) - init

shadzik shadzik at pld-linux.org
Fri Jul 10 18:50:54 CEST 2009


Author: shadzik                      Date: Fri Jul 10 16:50:54 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- init

---- Files affected:
packages/sreadahead:
   sreadahead.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/sreadahead/sreadahead.spec
diff -u /dev/null packages/sreadahead/sreadahead.spec:1.1
--- /dev/null	Fri Jul 10 18:50:54 2009
+++ packages/sreadahead/sreadahead.spec	Fri Jul 10 18:50:49 2009
@@ -0,0 +1,51 @@
+# $Revision$, $Date$
+#
+Summary:	Sreadahead
+Summary(pl.UTF-8):	Sreadahead
+Name:		sreadahead
+Version:	1.0
+Release:	0.1
+License:	GPL v2
+Group:		Applications
+Source0:	http://sreadahead.googlecode.com/files/%{name}-%{version}.tar.gz
+# Source0-md5:	f9dc659f1bf209621a4f965decb14692
+URL:		http://code.google.com/p/sreadahead/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_sbindir	/sbin
+
+%description
+Sreadahead is a daemon that reads data sequential by use from disk. This is typically used to fetch information needed by the boot process into memory as early as possible. Sreadahead thereby eliminates IO wait times during the boot process which results in a faster startup.
+
+%description -l pl.UTF-8
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+	CFLAGS="%{rpmcflags}"
+
+%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 README
+%attr(755,root,root) %{_sbindir}/%{name}
+
+%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  2009/07/10 16:50:49  shadzik
+- init
+
================================================================


More information about the pld-cvs-commit mailing list