diff --git a/pcre.spec b/pcre.spec index 2f8f01f00d00277dab665e64a36b75f928f0769e..9c873ca3267f76268e4dddce2b80d8eccc164c9c 100644 --- a/pcre.spec +++ b/pcre.spec @@ -1,14 +1,12 @@ -%define anolis_release 2 - +%define anolis_release 3 Name: pcre Version: 8.45 Release: %{anolis_release}%{?dist} -%global myversion %{version}%{?rcversion:-%rcversion} Summary: Perl-compatible regular expression library License: BSD URL: https://www.pcre.org/ -Source0: https://sourceforge.net/projects/pcre/files/pcre/8.45/pcre-8.45.tar.bz2 +Source0: https://sourceforge.net/projects/pcre/files/pcre/%{version}/pcre-%{version}.tar.bz2 BuildRequires: readline-devel BuildRequires: autoconf BuildRequires: automake @@ -132,7 +130,6 @@ make %{?_smp_mflags} check VERBOSE=yes %{_libdir}/libpcreposix.so.0 %{_libdir}/libpcreposix.so.0.* %{abidir}/libpcre*.dump -%{abidir}/libpcreposix*.dump %license COPYING LICENCE %doc AUTHORS NEWS @@ -165,7 +162,6 @@ make %{?_smp_mflags} check VERBOSE=yes %{_mandir}/man1/pcre-config.* %{_mandir}/man3/* %{_bindir}/pcre-config -%{abidir}/pcre-config-option.list %doc doc/*.txt doc/html %doc README HACKING pcredemo.c @@ -181,6 +177,9 @@ make %{?_smp_mflags} check VERBOSE=yes %{_mandir}/man1/pcretest.* %changelog +* Wed Dec 28 2022 Heng Qi - 8.45-3 +- optimise spec file and correct abi-related files + * Fri Oct 14 2022 mgb01105731 - 8.45-2 - optimise spec file