[packages/mlocate] Revert "do not use dot in run-parts scanned dir"
baggins
baggins at pld-linux.org
Fri Oct 18 20:00:23 CEST 2013
commit 3f92fc460bcbb4f996de6b3160dd68c70aec30f4
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Fri Oct 18 20:00:01 2013 +0200
Revert "do not use dot in run-parts scanned dir"
This reverts commit e0477aca2bbd8a072b99927fa4b1ef98fc7640d1.
Fix new run-parts instead
mlocate.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/mlocate.spec b/mlocate.spec
index 1b1fc58..866deee 100644
--- a/mlocate.spec
+++ b/mlocate.spec
@@ -2,7 +2,7 @@ Summary: A locate/updatedb implementation
Summary(pl.UTF-8): Implementacja locate/updatedb
Name: mlocate
Version: 0.26
-Release: 2
+Release: 1
License: GPL v2
Group: Applications/System
Source0: https://fedorahosted.org/releases/m/l/mlocate/%{name}-%{version}.tar.xz
@@ -56,7 +56,7 @@ rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{_sysconfdir},/etc/cron.daily}
cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/updatedb.conf
-install -p %{SOURCE2} $RPM_BUILD_ROOT/etc/cron.daily/%{name}
+install -p %{SOURCE2} $RPM_BUILD_ROOT/etc/cron.daily/%{name}.cron
touch $RPM_BUILD_ROOT%{_localstatedir}/lib/%{name}/%{name}.db
%find_lang %{name}
@@ -80,7 +80,7 @@ fi
%files -f %{name}.lang
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) /etc/cron.daily/%{name}
+%attr(755,root,root) /etc/cron.daily/%{name}.cron
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/updatedb.conf
%attr(2755,root,mlocate) %{_bindir}/locate
%attr(755,root,root) %{_bindir}/updatedb
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mlocate.git/commitdiff/bff257efcf76c2dbb5c852fdcfcbe4dfcc7c4b1a
More information about the pld-cvs-commit
mailing list