From ea3e12a60218e9691edfa4fd481737f3cdb6a707 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 7 Jun 2024 13:03:59 +0200 Subject: [PATCH] automatic version update by autodist [release 4.10.0-1mamba;Thu Jun 06 2024] --- README.md | 2 -- findutils.spec | 19 +++++++------------ 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 866a5ee..f0982f0 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,3 @@ The find utility searches through a hierarchy of directories looking for files w The locate utility searches a database (create by updatedb) to quickly find a file matching a given pattern. The xargs utility builds and executes command lines from standard input arguments (usually lists of file names generated by the find command). -You should install findutils because it includes tools that are very useful for finding things on your system. - diff --git a/findutils.spec b/findutils.spec index b17e21b..674e8b0 100644 --- a/findutils.spec +++ b/findutils.spec @@ -1,5 +1,5 @@ Name: findutils -Version: 4.9.0 +Version: 4.10.0 Release: 1mamba Summary: The GNU versions of find utilities (find, xargs, and locate) Group: System/Tools @@ -22,7 +22,7 @@ The find utility searches through a hierarchy of directories looking for files w The locate utility searches a database (create by updatedb) to quickly find a file matching a given pattern. The xargs utility builds and executes command lines from standard input arguments (usually lists of file names generated by the find command). -You should install findutils because it includes tools that are very useful for finding things on your system. +%debug_package %prep %setup -q @@ -42,20 +42,18 @@ You should install findutils because it includes tools that are very useful for %find_lang %{name} +rm -f %{buildroot}%{_infodir}/dir + %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post %install_info find.info -%install_info find.info-1 -%install_info find.info-2 %install_info find-maint.info exit 0 %preun %uninstall_info find.info -%uninstall_info find.info-1 -%uninstall_info find.info-2 %uninstall_info find-maint.info exit 0 @@ -63,26 +61,23 @@ exit 0 %defattr(-,root,root) %{_bindir}/find %{_bindir}/locate -#%{_bindir}/oldfind %{_bindir}/updatedb %{_bindir}/xargs -#%{_libexecdir}/bigram -#%{_libexecdir}/code %{_libexecdir}/frcode %dir %{_localstatedir}/cache/locatedb %{_infodir}/find.info.* -%{_infodir}/find.info-1.* -%{_infodir}/find.info-2.* %{_infodir}/find-maint.info.* %{_mandir}/man1/find.* %{_mandir}/man1/locate.* -#%{_mandir}/man1/oldfind.1* %{_mandir}/man1/updatedb.* %{_mandir}/man1/xargs.* %{_mandir}/man5/locatedb.* %doc AUTHORS COPYING %changelog +* Thu Jun 06 2024 Automatic Build System 4.10.0-1mamba +- automatic version update by autodist + * Wed Feb 02 2022 Automatic Build System 4.9.0-1mamba - automatic version update by autodist