[packages/man-db] do not use dot in run-parts scanned dir

glen glen at pld-linux.org
Fri Oct 18 19:08:06 CEST 2013


commit defebc5591fdf5f13d1988249dc0c3b9d2019eda
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Fri Oct 18 20:08:03 2013 +0300

    do not use dot in run-parts scanned dir

 man-db.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/man-db.spec b/man-db.spec
index 039b7cb..b73981d 100644
--- a/man-db.spec
+++ b/man-db.spec
@@ -2,7 +2,7 @@ Summary:	Tools for searching and reading man pages
 Summary(pl.UTF-8):	Narzędzia do przeszukiwania i czytania stron podręcznika man
 Name:		man-db
 Version:	2.6.5
-Release:	1
+Release:	2
 # project man-db  GPLv2+
 # Gnulib part     GPLv3+
 License:	GPL v2+ and GPL v3+
@@ -91,7 +91,7 @@ mv $RPM_BUILD_ROOT%{_datadir}/doc/man-db/* ./
 install -d $RPM_BUILD_ROOT%{cache}
 
 # install cron script for man-db creation/update
-install -D -p %{SOURCE1} $RPM_BUILD_ROOT/etc/cron.daily/man-db.cron
+install -D -p %{SOURCE1} $RPM_BUILD_ROOT/etc/cron.daily/man-db
 
 # config for cron script
 install -D -p %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/man-db
@@ -108,7 +108,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc README man-db-manual.txt man-db-manual.ps docs/COPYING ChangeLog NEWS
 %config(noreplace) %{_sysconfdir}/man_db.conf
 %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/man-db
-%attr(750,root,root) /etc/cron.daily/man-db.cron
+%attr(750,root,root) /etc/cron.daily/man-db
 %attr(755,root,root) %{_sbindir}/accessdb
 %attr(755,root,root) %{_bindir}/man
 %attr(755,root,root) %{_bindir}/whatis
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/man-db.git/commitdiff/defebc5591fdf5f13d1988249dc0c3b9d2019eda



More information about the pld-cvs-commit mailing list