automatic version update by autodist [release 4.10.0-1mamba;Thu Jun 06 2024]
This commit is contained in:
parent
c2a9ee7434
commit
ea3e12a602
@ -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.
|
||||
|
||||
|
@ -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 <autodist@openmamba.org> 4.10.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Feb 02 2022 Automatic Build System <autodist@mambasoft.it> 4.9.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user