Package init

This commit is contained in:
dogsheng 2019-12-13 15:26:21 +08:00
parent 9494603aea
commit 1279ab4422

View File

@ -1,6 +1,6 @@
Name: grep
Version: 3.1
Release: 9
Release: 10
Summary: A string search utility
License: GPLv3+
URL: http://www.gnu.org/software/grep/
@ -47,8 +47,8 @@ make check
%files
%{_datadir}/locale/*
%doc AUTHORS NEWS README THANKS TODO
%license COPYING
%doc NEWS README THANKS TODO
%license COPYING AUTHORS
%{_bindir}/*grep
%config(noreplace) %{_sysconfdir}/profile.d/colorgrep.*sh
%config(noreplace) %{_sysconfdir}/GREP_COLORS
@ -58,6 +58,12 @@ make check
%changelog
* Mon Oct 21 2019 chengquan<chengquan3@huawei.com> - 3.1-10
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:fix package bug
* Mon Aug 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.1-9
- Package init