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
|
||||
Name: pcre
|
||||
Version: 8.38
|
||||
Release: %{?rcversion:0.}9%{?rcversion:.%rcversion}%{?dist}
|
||||
Release: %{?rcversion:0.}10%{?rcversion:.%rcversion}%{?dist}
|
||||
%global myversion %{version}%{?rcversion:-%rcversion}
|
||||
Summary: Perl-compatible regular expression library
|
||||
Group: System Environment/Libraries
|
||||
@ -199,7 +199,7 @@ make %{?_smp_mflags} check VERBOSE=yes
|
||||
%{_libdir}/*.so.*
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license COPYING LICENCE
|
||||
%doc AUTHORS NEWS README ChangeLog
|
||||
%doc AUTHORS NEWS
|
||||
|
||||
%files devel
|
||||
%{_libdir}/*.so
|
||||
@ -209,7 +209,7 @@ make %{?_smp_mflags} check VERBOSE=yes
|
||||
%{_mandir}/man3/*
|
||||
%{_bindir}/pcre-config
|
||||
%doc doc/*.txt doc/html
|
||||
%doc HACKING pcredemo.c
|
||||
%doc README HACKING pcredemo.c
|
||||
|
||||
%files static
|
||||
%{_libdir}/*.a
|
||||
@ -223,6 +223,10 @@ make %{?_smp_mflags} check VERBOSE=yes
|
||||
%{_mandir}/man1/pcretest.*
|
||||
|
||||
%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
|
||||
- Fix a non-diagnosis of missing assection after (?(?C) that could corrupt
|
||||
process stack (upstream bug #1780)
|
||||
|
Loading…
Reference in New Issue
Block a user