Don't ship ChangeLog, details covered in NEWS, Ship README in devel as it covers API and build, not general info
This commit is contained in:
parent
6296d6b15c
commit
54cecd484b
10
pcre.spec
10
pcre.spec
@ -2,7 +2,7 @@
|
|||||||
#%%global rcversion RC1
|
#%%global rcversion RC1
|
||||||
Name: pcre
|
Name: pcre
|
||||||
Version: 8.38
|
Version: 8.38
|
||||||
Release: %{?rcversion:0.}9%{?rcversion:.%rcversion}%{?dist}
|
Release: %{?rcversion:0.}10%{?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
|
||||||
@ -199,7 +199,7 @@ make %{?_smp_mflags} check VERBOSE=yes
|
|||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%{!?_licensedir:%global license %%doc}
|
%{!?_licensedir:%global license %%doc}
|
||||||
%license COPYING LICENCE
|
%license COPYING LICENCE
|
||||||
%doc AUTHORS NEWS README ChangeLog
|
%doc AUTHORS NEWS
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
@ -209,7 +209,7 @@ make %{?_smp_mflags} check VERBOSE=yes
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
%{_bindir}/pcre-config
|
%{_bindir}/pcre-config
|
||||||
%doc doc/*.txt doc/html
|
%doc doc/*.txt doc/html
|
||||||
%doc HACKING pcredemo.c
|
%doc README HACKING pcredemo.c
|
||||||
|
|
||||||
%files static
|
%files static
|
||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
@ -223,6 +223,10 @@ make %{?_smp_mflags} check VERBOSE=yes
|
|||||||
%{_mandir}/man1/pcretest.*
|
%{_mandir}/man1/pcretest.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 5 2016 Peter Robinson <pbrobinson@fedoraproject.org> 8.38-10
|
||||||
|
- Don't ship ChangeLog, details covered in NEWS
|
||||||
|
- Ship README in devel as it covers API and build, not general info
|
||||||
|
|
||||||
* Mon Feb 29 2016 Petr Pisar <ppisar@redhat.com> - 8.38-9
|
* Mon Feb 29 2016 Petr Pisar <ppisar@redhat.com> - 8.38-9
|
||||||
- Fix a non-diagnosis of missing assection after (?(?C) that could corrupt
|
- Fix a non-diagnosis of missing assection after (?(?C) that could corrupt
|
||||||
process stack (upstream bug #1780)
|
process stack (upstream bug #1780)
|
||||||
|
Loading…
Reference in New Issue
Block a user