rpms/man/F-11 man.spec,1.78,1.79 makewhatis.cronweekly,1.4,NONE

Lubomir Rintel lkundrak at fedoraproject.org
Mon Apr 20 19:48:10 UTC 2009


Author: lkundrak

Update of /cvs/pkgs/rpms/man/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22511/F-11

Modified Files:
	man.spec 
Removed Files:
	makewhatis.cronweekly 
Log Message:
* Sun Apr 19 2009 Lubomir Rintel <lkundrak at v3.sk> - 1.6f-18
- Get rid of slow weekly updates
- Make daily updates reliable
- Speed up initial indexation



Index: man.spec
===================================================================
RCS file: /cvs/pkgs/rpms/man/F-11/man.spec,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- man.spec	25 Feb 2009 23:06:04 -0000	1.78
+++ man.spec	20 Apr 2009 19:47:39 -0000	1.79
@@ -4,13 +4,12 @@
 Summary: A set of documentation tools: man, apropos and whatis
 Name: man
 Version: 1.6f
-Release: 17%{?dist}
+Release: 18%{?dist}
 
 License: GPLv2
 Group: System Environment/Base
 URL: http://primates.ximian.com/~flucifredi/man/
 Source0: http://primates.ximian.com/~flucifredi/man/man-%{version}.tar.gz
-Source1: makewhatis.cronweekly
 Source2: makewhatis.crondaily
 Source3: mess.ru
 Source4: man-cmp.sh
@@ -37,6 +36,8 @@
 Patch33: man-1.6f-star.patch
 Patch34: man-1.6f-lang_C.patch
 Patch35: man-1.6f-makewhatis_whis.patch
+Patch36: man-1.6f-makewhatis_update.patch
+Patch37: man-1.6f-makewhatis_perf.patch
 
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: coreutils
@@ -79,6 +80,8 @@
 %patch33 -p1 -b .star
 %patch34 -p1 -b .lang
 %patch35 -p1 -b .whis
+%patch36 -p1 -b .update
+%patch37 -p1 -b .perf
 
 cp -f %{SOURCE3} msgs   # replace bad ru trans
 cp -f %{SOURCE5} ./
@@ -135,7 +138,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT/etc/cron.{daily,weekly}
+mkdir -p $RPM_BUILD_ROOT/etc/cron.daily
 mkdir -p $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{_sbindir}
 make install PREFIX=$RPM_BUILD_ROOT
 
@@ -183,7 +186,6 @@
 
 install -m 644 src/man.conf $RPM_BUILD_ROOT/etc/man.config
 
-install -m755 %{SOURCE1} $RPM_BUILD_ROOT/etc/cron.weekly/makewhatis.cron
 install -m755 %{SOURCE2} $RPM_BUILD_ROOT/etc/cron.daily/makewhatis.cron
 
 mkdir -p $RPM_BUILD_ROOT/%{_libexecdir}
@@ -243,7 +245,6 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%config(noreplace) /etc/cron.weekly/makewhatis.cron
 %config(noreplace) /etc/cron.daily/makewhatis.cron
 %config(noreplace) /etc/man.config
 %if %{usecache}
@@ -269,6 +270,11 @@
 
 
 %changelog
+* Sun Apr 19 2009 Lubomir Rintel <lkundrak at v3.sk> - 1.6f-18
+- Get rid of slow weekly updates
+- Make daily updates reliable
+- Speed up initial indexation
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6f-17
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


--- makewhatis.cronweekly DELETED ---




More information about the fedora-extras-commits mailing list