From 65eada882b9324cdd4344e99cdc032c298fdfe58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 12 May 2021 14:42:03 +0200 Subject: [PATCH] Version to 1.1.7 and resolve comments from initial review --- plocate.spec | 41 ++++++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 19 deletions(-) diff --git a/plocate.spec b/plocate.spec index 16eb1a2..027f062 100644 --- a/plocate.spec +++ b/plocate.spec @@ -1,20 +1,20 @@ -Name: plocate -Version: 1.1.4 -Release: 1%{?dist} -Summary: Much faster locate +Name: plocate +Version: 1.1.7 +Release: 1%{?dist} +Summary: Much faster locate -License: GPLv2+ -URL: https://plocate.sesse.net/ -Source0: https://git.sesse.net/?p=plocate;a=snapshot;h=1.1.4;sf=tgz#/plocate-%{version}.tar.gz -%global shortcommit 3c1980d +License: GPLv2+ +URL: https://plocate.sesse.net/ +Source0: https://git.sesse.net/?p=plocate;a=snapshot;h=%{version};sf=tgz#/plocate-%{version}.tar.gz +%global shortcommit 877be5c Source1: plocate.sysusers -BuildRequires: meson -BuildRequires: gcc-c++ -BuildRequires: pkgconfig(systemd) -BuildRequires: pkgconfig(liburing) -BuildRequires: pkgconfig(libzstd) -BuildRequires: libatomic +BuildRequires: meson +BuildRequires: gcc-c++ +BuildRequires: pkgconfig(systemd) +BuildRequires: pkgconfig(liburing) +BuildRequires: pkgconfig(libzstd) +BuildRequires: libatomic %description plocate is a locate(1) based on posting lists, giving much faster @@ -25,7 +25,7 @@ mlocate in nearly all aspects, and is fast on SSDs and non-SSDs alike. %autosetup -n plocate-%{version}-%{shortcommit} %build -%meson -Dupdatedb_progname=plocate-updatedb +%meson %meson_build %install @@ -50,18 +50,21 @@ install -p -D -m 0644 %{SOURCE1} %{buildroot}%{_sysusersdir}/plocate.conf %doc README %attr(02755,-,plocate) %_bindir/plocate %_sbindir/plocate-build -%_sbindir/plocate-updatedb +%_sbindir/updatedb %_unitdir/plocate-updatedb.service %_unitdir/plocate-updatedb.timer %_mandir/man1/plocate.1* %_mandir/man5/updatedb.conf.5* %_mandir/man8/plocate-build.8* -%_mandir/man8/plocate-updatedb.8* +%_mandir/man8/updatedb.8* %_sysusersdir/plocate.conf -%dir /var/lib/plocate -/var/lib/plocate/CACHEDIR.TAG +%dir %{_sharedstatedir}/plocate +%{_sharedstatedir}/plocate/CACHEDIR.TAG %exclude /usr/lib/debug %changelog +* Wed May 12 2021 Zbigniew Jędrzejewski-Szmek - 1.1.7-1 +- Resolve comments from initial review + * Fri Feb 19 2021 Zbigniew Jędrzejewski-Szmek - 1.1.4-1 - First version