Author: qboosh Date: Tue Aug 19 18:41:59 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - sane Source0 URL - updated to 0.21 - sgid mlocate for locate to make it usable for !root - P+O: (virtual) locate-utility instead of yumoconflicts
---- Files affected: SPECS: mlocate.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/mlocate.spec diff -u SPECS/mlocate.spec:1.7 SPECS/mlocate.spec:1.8 --- SPECS/mlocate.spec:1.7 Tue Aug 19 20:30:46 2008 +++ SPECS/mlocate.spec Tue Aug 19 20:41:53 2008 @@ -2,19 +2,20 @@ Summary: A locate/updatedb implementation Summary(pl.UTF-8): Implementacja locate/updatedb Name: mlocate -Version: 0.20 +Version: 0.21 Release: 0.1 License: GPL v2 Group: Applications/System -Source0: https://fedorahosted.org/mlocate/attachment/wiki/MlocateDownloads/%{name}-%{version}.tar.bz2?format=raw -# Source0-md5: ad5e4eb1f2aecf1a5af9fe36c6e297f4 +Source0: https://fedorahosted.org/releases/m/l/mlocate/%{name}-%{version}.tar.bz2 +# Source0-md5: 51c8e6a40079542923c0a1411512c57d URL: https://fedorahosted.org/mlocate/ BuildRequires: rpmbuild(macros) >= 1.228 Requires(postun): /usr/sbin/groupdel Requires(pre): /usr/bin/getgid Requires(pre): /usr/sbin/groupadd Provides: group(mlocate) -Conflicts: slocate +Provides: locate-utility +Obsoletes: locate-utility BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -70,11 +71,12 @@ %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README -%attr(755,root,root) %{_bindir}/locate +%attr(2755,root,mlocate) %{_bindir}/locate %attr(755,root,root) %{_bindir}/updatedb -%{_mandir}/man1/*.1* -%{_mandir}/man5/*.5* -%{_mandir}/man8/*.8* +%{_mandir}/man1/locate.1* +%{_mandir}/man5/mlocate.db.5* +%{_mandir}/man5/updatedb.conf.5* +%{_mandir}/man8/updatedb.8* %dir %attr(750,root,mlocate) /var/lib/mlocate %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -83,6 +85,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2008/08/19 18:41:53 qboosh +- sane Source0 URL +- updated to 0.21 +- sgid mlocate for locate to make it usable for !root +- P+O: (virtual) locate-utility instead of yumoconflicts + Revision 1.7 2008/08/19 18:30:46 qboosh - pl - dropped ABOUT-NLS (generic gettext file) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mlocate.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
