|
@@ -1,6 +1,6 @@
|
|
Name: preload
|
|
Name: preload
|
|
Version: 0.6.4
|
|
Version: 0.6.4
|
|
-Release: 4%{?_dist_release}
|
|
+Release: 5%{?_dist_release}
|
|
Summary: an adaptive readahead daemon
|
|
Summary: an adaptive readahead daemon
|
|
Summary(ja): 適応的先読みデーモン
|
|
Summary(ja): 適応的先読みデーモン
|
|
Group: Applications/System
|
|
Group: Applications/System
|
|
@@ -14,12 +14,13 @@ Patch0: preload.init.in.patch
|
|
#This patch prefered to http://sourceforge.net/tracker/index.php?func=detail&aid=2183212&group_id=143398&atid=755420
|
|
#This patch prefered to http://sourceforge.net/tracker/index.php?func=detail&aid=2183212&group_id=143398&atid=755420
|
|
Patch1: preload-conf.patch
|
|
Patch1: preload-conf.patch
|
|
#This patch from http://preload.svn.sourceforge.net/viewvc/preload/trunk/src/cmdline.c?revision=122
|
|
#This patch from http://preload.svn.sourceforge.net/viewvc/preload/trunk/src/cmdline.c?revision=122
|
|
-#Patch2: fix_segfault.patch
|
|
+Patch2: logrotate_619384
|
|
|
|
+#http://patch-tracker.debian.org/patch/series/view/preload/0.6.4-2/logrotate_619384
|
|
#This patch from Mandriva
|
|
#This patch from Mandriva
|
|
#Patch3: preload-0.6.3-glib214.patch
|
|
#Patch3: preload-0.6.3-glib214.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
-BuildRequires: basesystem, glib2-devel
|
|
+BuildRequires: basesystem, glib2-devel, help2man
|
|
Requires: basesystem, logrotate
|
|
Requires: basesystem, logrotate
|
|
Requires(post): /sbin/chkconfig
|
|
Requires(post): /sbin/chkconfig
|
|
Requires(post): /sbin/service
|
|
Requires(post): /sbin/service
|
|
@@ -41,7 +42,7 @@ preload は起動中のアプリケーションを監視し、監視したデー
|
|
%setup -q
|
|
%setup -q
|
|
%patch0 -p1
|
|
%patch0 -p1
|
|
%patch1 -p1
|
|
%patch1 -p1
|
|
-#%patch2 -p1
|
|
+%patch2 -p1
|
|
#%patch3 -p1
|
|
#%patch3 -p1
|
|
|
|
|
|
%build
|
|
%build
|
|
@@ -89,6 +90,10 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Jun 28 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.4-5
|
|
|
|
+- added Patch2 from Debian sid to fix path of pidof
|
|
|
|
+- added BuildRequires: help2man
|
|
|
|
+
|
|
* Fri Feb 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.6.4-4
|
|
* Fri Feb 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.6.4-4
|
|
- rebuilt with gcc-4.4.3-3 on ppc
|
|
- rebuilt with gcc-4.4.3-3 on ppc
|
|
|
|
|