Author: glen Date: Sun Oct 23 00:27:12 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - add PLD initscript
---- Files affected: SPECS: preload.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/preload.spec diff -u SPECS/preload.spec:1.2 SPECS/preload.spec:1.3 --- SPECS/preload.spec:1.2 Sun Oct 23 02:20:05 2005 +++ SPECS/preload.spec Sun Oct 23 02:27:07 2005 @@ -2,11 +2,12 @@ Summary: Adaptive readahead daemon Name: preload Version: 0.2 -Release: 0.2 +Release: 0.3 License: GPL Group: Daemons Source0: http://dl.sourceforge.net/preload/%{name}-%{version}.tar.gz # Source0-md5: 8df1c86c43b8976dc6ee5d45e8ac901c +Source1: %{name}.init Patch0: %{name}-build.patch URL: http://preload.sourceforge.net/ BuildRequires: autoconf @@ -41,6 +42,7 @@ DESTDIR=$RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_localstatedir}/lib/preload +install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/preload %clean rm -rf $RPM_BUILD_ROOT @@ -75,6 +77,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2005/10/23 00:27:07 glen +- add PLD initscript + Revision 1.2 2005/10/23 00:20:05 glen - fix build, FHS, BR, remove COPYING from doc ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/preload.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
