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 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).
|
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
|
Name: findutils
|
||||||
Version: 4.9.0
|
Version: 4.10.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: The GNU versions of find utilities (find, xargs, and locate)
|
Summary: The GNU versions of find utilities (find, xargs, and locate)
|
||||||
Group: System/Tools
|
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 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).
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -42,20 +42,18 @@ You should install findutils because it includes tools that are very useful for
|
|||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
|
rm -f %{buildroot}%{_infodir}/dir
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%install_info find.info
|
%install_info find.info
|
||||||
%install_info find.info-1
|
|
||||||
%install_info find.info-2
|
|
||||||
%install_info find-maint.info
|
%install_info find-maint.info
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
%uninstall_info find.info
|
%uninstall_info find.info
|
||||||
%uninstall_info find.info-1
|
|
||||||
%uninstall_info find.info-2
|
|
||||||
%uninstall_info find-maint.info
|
%uninstall_info find-maint.info
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
@ -63,26 +61,23 @@ exit 0
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/find
|
%{_bindir}/find
|
||||||
%{_bindir}/locate
|
%{_bindir}/locate
|
||||||
#%{_bindir}/oldfind
|
|
||||||
%{_bindir}/updatedb
|
%{_bindir}/updatedb
|
||||||
%{_bindir}/xargs
|
%{_bindir}/xargs
|
||||||
#%{_libexecdir}/bigram
|
|
||||||
#%{_libexecdir}/code
|
|
||||||
%{_libexecdir}/frcode
|
%{_libexecdir}/frcode
|
||||||
%dir %{_localstatedir}/cache/locatedb
|
%dir %{_localstatedir}/cache/locatedb
|
||||||
%{_infodir}/find.info.*
|
%{_infodir}/find.info.*
|
||||||
%{_infodir}/find.info-1.*
|
|
||||||
%{_infodir}/find.info-2.*
|
|
||||||
%{_infodir}/find-maint.info.*
|
%{_infodir}/find-maint.info.*
|
||||||
%{_mandir}/man1/find.*
|
%{_mandir}/man1/find.*
|
||||||
%{_mandir}/man1/locate.*
|
%{_mandir}/man1/locate.*
|
||||||
#%{_mandir}/man1/oldfind.1*
|
|
||||||
%{_mandir}/man1/updatedb.*
|
%{_mandir}/man1/updatedb.*
|
||||||
%{_mandir}/man1/xargs.*
|
%{_mandir}/man1/xargs.*
|
||||||
%{_mandir}/man5/locatedb.*
|
%{_mandir}/man5/locatedb.*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Feb 02 2022 Automatic Build System <autodist@mambasoft.it> 4.9.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user