Accepting request 949534 from devel:libraries:c_c++
- require glibc-locale OBS-URL: https://build.opensuse.org/request/show/949534 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tre?expand=0&rev=16
This commit is contained in:
commit
7365a1a248
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 27 20:23:27 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- require glibc-locale
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 30 14:03:39 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
Thu Jan 30 14:03:39 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
7
tre.spec
7
tre.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package tre
|
# spec file for package tre
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -34,6 +34,7 @@ Patch0: %{name}.diff
|
|||||||
Patch1: %{name}-chicken.patch
|
Patch1: %{name}-chicken.patch
|
||||||
Patch2: CVE-2016-8859.patch
|
Patch2: CVE-2016-8859.patch
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
|
BuildRequires: glibc-locale
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -88,7 +89,7 @@ approximate patterns as well as block oriented search.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --enable-shared
|
%configure --disable-static --enable-shared
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@ -96,7 +97,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%find_lang %{name} || echo -n >> %{name}.lang
|
%find_lang %{name} || echo -n >> %{name}.lang
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check %{?_smp_mflags}
|
%make_build check
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
Loading…
Reference in New Issue
Block a user