update code

This commit is contained in:
zhuchunyi 2019-11-06 19:45:22 +08:00
parent b7bb176555
commit 47ec0e3f97

View File

@ -1,6 +1,6 @@
Name: pcre Name: pcre
Version: 8.43 Version: 8.43
Release: 2 Release: 3
Summary: Perl Compatible Regular Expressions Summary: Perl Compatible Regular Expressions
## Source package only: ## Source package only:
# INSTALL: FSFAP # INSTALL: FSFAP
@ -93,8 +93,8 @@ make check VERBOSE=yes
%ldconfig_scriptlets %ldconfig_scriptlets
%files %files
%doc AUTHORS NEWS README %doc NEWS README
%license LICENCE %license LICENCE AUTHORS
%{_libdir}/*.so.* %{_libdir}/*.so.*
%{_bindir}/pcregrep %{_bindir}/pcregrep
%{_bindir}/pcretest %{_bindir}/pcretest
@ -113,6 +113,12 @@ make check VERBOSE=yes
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Wed Oct 10 2019 luhuaxin <luhuaxin@huawei.com> - 8.43-3
- Type: enhancement
- ID: NA
- SUG: NA
- DESC: move AUTHORS to license folder
* Sat Sep 29 2019 luhuaxin <luhuaxin@huawei.com> - 8.43-2 * Sat Sep 29 2019 luhuaxin <luhuaxin@huawei.com> - 8.43-2
- Type: enhancement - Type: enhancement
- ID: NA - ID: NA