update code

This commit is contained in:
zhuchunyi 2019-11-06 19:56:03 +08:00
parent e1ec28ac9d
commit 36c3f93f98

View File

@ -1,6 +1,6 @@
Name: which Name: which
Version: 2.21 Version: 2.21
Release: 12 Release: 13
Summary: Show the full path of commands Summary: Show the full path of commands
License: GPLv3 License: GPLv3
URL: https://savannah.gnu.org/projects/which/ URL: https://savannah.gnu.org/projects/which/
@ -36,8 +36,7 @@ install -p -m 0644 %{SOURCE1} %{SOURCE2} %{buildroot}/%{_sysconfdir}/profile.d
rm -f %{buildroot}/%{_datadir}/info/dir rm -f %{buildroot}/%{_datadir}/info/dir
%files %files
%doc AUTHORS %license COPYING AUTHORS
%license COPYING
%{_sysconfdir}/profile.d/%{name}* %{_sysconfdir}/profile.d/%{name}*
%{_bindir}/%{name} %{_bindir}/%{name}
@ -47,5 +46,11 @@ rm -f %{buildroot}/%{_datadir}/info/dir
%{_datadir}/info/%{name}.info.gz %{_datadir}/info/%{name}.info.gz
%changelog %changelog
* Wed Oct 10 2019 luhuaxin <luhuaxin@huawei.com> - 2.21-13
- Type: enhancement
- ID: NA
- SUG: NA
- DESC: move AUTHORS to license folder
* Wed Aug 28 2019 luhuaxin <luhuaxin@huawei.com> - 2.21-12 * Wed Aug 28 2019 luhuaxin <luhuaxin@huawei.com> - 2.21-12
- Package init - Package init