fix license handling
This commit is contained in:
parent
1860c03fde
commit
467d02625c
12
pcre.spec
12
pcre.spec
@ -2,7 +2,7 @@
|
|||||||
#%%global rcversion RC1
|
#%%global rcversion RC1
|
||||||
Name: pcre
|
Name: pcre
|
||||||
Version: 8.35
|
Version: 8.35
|
||||||
Release: %{?rcversion:0.}4%{?rcversion:.%rcversion}%{?dist}
|
Release: %{?rcversion:0.}5%{?rcversion:.%rcversion}%{?dist}
|
||||||
%global myversion %{version}%{?rcversion:-%rcversion}
|
%global myversion %{version}%{?rcversion:-%rcversion}
|
||||||
Summary: Perl-compatible regular expression library
|
Summary: Perl-compatible regular expression library
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -127,7 +127,9 @@ make %{?_smp_mflags} check
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%doc AUTHORS COPYING LICENCE NEWS README ChangeLog
|
%{!?_licensedir:%global license %%doc}
|
||||||
|
%license COPYING LICENCE
|
||||||
|
%doc AUTHORS NEWS README ChangeLog
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
@ -141,7 +143,8 @@ make %{?_smp_mflags} check
|
|||||||
|
|
||||||
%files static
|
%files static
|
||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
%doc COPYING LICENCE
|
%{!?_licensedir:%global license %%doc}
|
||||||
|
%license COPYING LICENCE
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%{_bindir}/pcregrep
|
%{_bindir}/pcregrep
|
||||||
@ -150,6 +153,9 @@ make %{?_smp_mflags} check
|
|||||||
%{_mandir}/man1/pcretest.*
|
%{_mandir}/man1/pcretest.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 30 2014 Tom Callaway <spot@fedoraproject.org> - 8.35-5
|
||||||
|
- fix license handling
|
||||||
|
|
||||||
* Mon Jul 14 2014 Petr Pisar <ppisar@redhat.com> - 8.35-4
|
* Mon Jul 14 2014 Petr Pisar <ppisar@redhat.com> - 8.35-4
|
||||||
- Fix empty-matching possessive zero-repeat groups in interpreted mode
|
- Fix empty-matching possessive zero-repeat groups in interpreted mode
|
||||||
(bug #1119241)
|
(bug #1119241)
|
||||||
|
Loading…
Reference in New Issue
Block a user