- Update to mlocate-0.22.3
- Remove no longer necessary references to BuildRoot:
This commit is contained in:
parent
6dbeea71e3
commit
b8b3009e3d
@ -1 +1 @@
|
|||||||
mlocate-0.22.2.tar.bz2
|
mlocate-0.22.3.tar.xz
|
||||||
|
12
mlocate.spec
12
mlocate.spec
@ -1,14 +1,13 @@
|
|||||||
Summary: An utility for finding files by name
|
Summary: An utility for finding files by name
|
||||||
Name: mlocate
|
Name: mlocate
|
||||||
Version: 0.22.2
|
Version: 0.22.3
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: https://fedorahosted.org/mlocate/
|
URL: https://fedorahosted.org/mlocate/
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Source0: https://fedorahosted.org/releases/m/l/mlocate/mlocate-%{version}.tar.bz2
|
Source0: https://fedorahosted.org/releases/m/l/mlocate/mlocate-%{version}.tar.xz
|
||||||
Source1: updatedb.conf
|
Source1: updatedb.conf
|
||||||
Source2: mlocate.cron
|
Source2: mlocate.cron
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
||||||
Requires(pre): shadow-utils
|
Requires(pre): shadow-utils
|
||||||
Requires(triggerpostun): shadow-utils
|
Requires(triggerpostun): shadow-utils
|
||||||
Requires(post): grep, sed
|
Requires(post): grep, sed
|
||||||
@ -30,7 +29,6 @@ trash the system caches as much as traditional locate implementations.
|
|||||||
make %{?_smp_mflags} groupname=slocate
|
make %{?_smp_mflags} groupname=slocate
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' groupname=slocate
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' groupname=slocate
|
||||||
|
|
||||||
mkdir -p $RPM_BUILD_ROOT{%{_sysconfdir},/etc/cron.daily}
|
mkdir -p $RPM_BUILD_ROOT{%{_sysconfdir},/etc/cron.daily}
|
||||||
@ -69,6 +67,10 @@ exit 0
|
|||||||
%ghost %{_localstatedir}/lib/mlocate/mlocate.db
|
%ghost %{_localstatedir}/lib/mlocate/mlocate.db
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 4 2010 Miloslav Trmač <mitr@redhat.com> - 0.22.3-1
|
||||||
|
- Update to mlocate-0.22.3
|
||||||
|
- Remove no longer necessary references to BuildRoot:
|
||||||
|
|
||||||
* Fri Jan 15 2010 Miloslav Trmač <mitr@redhat.com> - 0.22.2-2
|
* Fri Jan 15 2010 Miloslav Trmač <mitr@redhat.com> - 0.22.2-2
|
||||||
- Add "lustre" to PRUNEFS
|
- Add "lustre" to PRUNEFS
|
||||||
- Add all nodev filesystems from the Fedora kernel to PRUNEFS, to make
|
- Add all nodev filesystems from the Fedora kernel to PRUNEFS, to make
|
||||||
|
Loading…
Reference in New Issue
Block a user