Browse Source

preload-vl.spec

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@6450 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 12 years ago
parent
commit
c092a65c44
1 changed files with 9 additions and 4 deletions
  1. 9 4
      p/preload/preload-vl.spec

+ 9 - 4
p/preload/preload-vl.spec

@@ -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