SPECS: preload.spec - pl, updated preload.state patch in files, BR...
qboosh
qboosh at pld-linux.org
Sun Oct 23 09:23:27 CEST 2005
Author: qboosh Date: Sun Oct 23 07:23:27 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl, updated preload.state patch in files, BR: pkgconfig
---- Files affected:
SPECS:
preload.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SPECS/preload.spec
diff -u SPECS/preload.spec:1.4 SPECS/preload.spec:1.5
--- SPECS/preload.spec:1.4 Sun Oct 23 02:32:07 2005
+++ SPECS/preload.spec Sun Oct 23 09:23:21 2005
@@ -1,5 +1,6 @@
# $Revision$, $Date$
Summary: Adaptive readahead daemon
+Summary(pl): Adaptacyjny demon czytania z wyprzedzeniem
Name: preload
Version: 0.2
Release: 0.4
@@ -10,9 +11,10 @@
Source1: %{name}.init
Patch0: %{name}-build.patch
URL: http://preload.sourceforge.net/
-BuildRequires: autoconf
+BuildRequires: autoconf >= 2.56
BuildRequires: automake
-BuildRequires: glib2-devel
+BuildRequires: glib2-devel >= 2.0.0
+BuildRequires: pkgconfig
BuildRequires: rpmbuild(macros) >= 1.228
Requires(post,preun): /sbin/chkconfig
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -23,6 +25,13 @@
users might run, and fetches those binaries and their dependencies
into memory for faster startup times.
+%description -l pl
+preload to adaptacyny demon czytania z wyprzedzeniem. Monitoruje
+aplikacje uruchamiane przez użytkowników i, poprzez analizę tych
+danych, przewiduje które aplikacje użytkownicy mogą uruchamiać, a
+następnie pobiera te binaria i ich zależności do pamięci w celu
+szybszego ich uruchamiania.
+
%prep
%setup -q
%patch0 -p1
@@ -58,8 +67,7 @@
%files
%defattr(644,root,root,755)
-%doc README AUTHORS ChangeLog TODO THANKS NEWS
-%doc doc/*.txt
+%doc README AUTHORS ChangeLog TODO THANKS NEWS doc/*.txt
%attr(755,root,root) %{_sbindir}/preload
%config %{_sysconfdir}/preload.conf
%{_mandir}/man8/preload.8*
@@ -67,7 +75,7 @@
%attr(754,root,root) /etc/rc.d/init.d/preload
%attr(644,root,root) /etc/logrotate.d/preload
%attr(600,root,root) %verify(not md5 mtime size) %config(missingok,noreplace) %{_localstatedir}/log/preload.log
-%attr(660,root,root) %verify(not md5 mtime size) %ghost %config(missingok,noreplace) %{_localstatedir}/preload/preload.state
+%attr(660,root,root) %verify(not md5 mtime size) %ghost %config(missingok,noreplace) %{_localstatedir}/lib/misc/preload.state
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -75,6 +83,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2005/10/23 07:23:21 qboosh
+- pl, updated preload.state patch in files, BR: pkgconfig
+
Revision 1.4 2005/10/23 00:32:07 glen
- set FHS compatible state file with commandline arg
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/preload.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list