- pcre2grep can now read .gz and .bz2 files directly
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/pcre2?expand=0&rev=15
This commit is contained in:
parent
17bd215024
commit
df93a79905
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 2 16:56:21 UTC 2017 - astieger@suse.com
|
||||||
|
|
||||||
|
- pcre2grep can now read .gz and .bz2 files directly
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 16 21:25:42 UTC 2017 - astieger@suse.com
|
Thu Feb 16 21:25:42 UTC 2017 - astieger@suse.com
|
||||||
|
|
||||||
|
@ -33,8 +33,10 @@ Patch1: pcre2-10.10-multilib.patch
|
|||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: libbz2-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
|
BuildRequires: zlib-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -180,6 +182,8 @@ export LDFLAGS="-Wl,-z,relro,-z,now"
|
|||||||
--enable-newline-is-lf \
|
--enable-newline-is-lf \
|
||||||
--enable-pcre2-16 \
|
--enable-pcre2-16 \
|
||||||
--enable-pcre2-32 \
|
--enable-pcre2-32 \
|
||||||
|
--enable-pcre2grep-libz \
|
||||||
|
--enable-pcre2grep-libbz2 \
|
||||||
--enable-unicode
|
--enable-unicode
|
||||||
make %{?_smp_mflags} V=1
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user