Accepting request 127180 from home:jsmeix:branches:Base:System

Version upgrade to grep-2.13 that fixes Turkish I-with-dot/i-without-dot issues in UTF-8 locale

OBS-URL: https://build.opensuse.org/request/show/127180
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=28
This commit is contained in:
2012-07-05 13:46:46 +00:00
committed by Git OBS Bridge
parent 9db86fc1fe
commit 60b72d06e4
4 changed files with 45 additions and 6 deletions

View File

@@ -25,12 +25,24 @@ BuildRequires: pcre
Url: http://www.gnu.org/software/grep/
Provides: base:/usr/bin/grep
PreReq: %{install_info_prereq}
Version: 2.12
Version: 2.13
Release: 0
Summary: Print lines matching a pattern
License: GPL-3.0+
Group: Productivity/Text/Utilities
Source: grep-%{version}.tar.bz2
# URL for Source0: http://ftp.gnu.org/gnu/grep/grep-2.13.tar.xz
# URL for the GPG signature for Source0: http://ftp.gnu.org/gnu/grep/grep-2.13.tar.xz.sig
# How to verify Source0:
# To import the required public key run: gpg --keyserver keys.gnupg.net --recv-keys 7FD9FCCB000BEEEE
# To verify Source0 run: gpg --verify grep-2.13.tar.xz.sig
# The result should look like:
# gpg: Good signature from "Jim Meyering <jim@meyering.net>"
# gpg: WARNING: This key is not certified with a trusted signature!
# In the openSUSE build service SLE_11_SP1 does not provide an "xz" package
# so that "BuildRequires: xz" cannot be used to make it work with Source0 as is.
# Therefore to decompress Source0 run: xz -d grep-2.13.tar.xz
# and then to compress it again run: bzip2 grep-2.13.tar
Source0: grep-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -48,7 +60,6 @@ echo "ac_cv_search_pcre_compile=\${ac_cv_search_pcre_compile=%{_libdir}/libpcre.
%ifarch ppc ppc64
export CFLAGS="$RPM_OPT_FLAGS -mlong-double-64"
%endif
%if 0%{?suse_version} < 1120
%configure -C --bindir=/bin --disable-silent-rules --without-included-regex
%else