|
@@ -1,9 +1,9 @@
|
|
-Summary: The GNU versions of grep pattern matching utilities.
|
|
+Summary: The GNU versions of grep pattern matching utilities.
|
|
-Summary(ja): GNU版 grep パターンマッチングユーティリティ
|
|
+Summary(ja): GNU版 grep パターンマッチングユーティリティ
|
|
-Name: grep
|
|
+Name: grep
|
|
-Version: 3.6
|
|
+Version: 3.7
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
-Group: system,accessories
|
|
+Group: system,accessories
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
|
|
|
|
@@ -13,8 +13,7 @@ Source: https://ftp.gnu.org/pub/gnu/grep/grep-%{version}.tar.xz
|
|
Source1: colorgrep.sh
|
|
Source1: colorgrep.sh
|
|
Source2: colorgrep.csh
|
|
Source2: colorgrep.csh
|
|
Source3: GREP_COLORS
|
|
Source3: GREP_COLORS
|
|
-# upstream ticket 39444
|
|
+Source1000: grep-3.7-ja.po
|
|
-Patch0: grep-3.33-man-fix-gs.patch
|
|
|
|
# upstream ticket 39445
|
|
# upstream ticket 39445
|
|
Patch1: grep-3.33-help-align.patch
|
|
Patch1: grep-3.33-help-align.patch
|
|
|
|
|
|
@@ -48,14 +47,21 @@ utility for searching through text.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
-%patch0 -p1 -b .man-fix-gs
|
|
|
|
%patch1 -p1 -b .help-align
|
|
%patch1 -p1 -b .help-align
|
|
|
|
+cp -f %{SOURCE1000} po/ja.po
|
|
|
|
+
|
|
|
|
+# workaround for glibc-bug
|
|
|
|
+# https://debbugs.gnu.org/cgi/bugreport.cgi?bug=50069
|
|
|
|
+# https://sourceware.org/bugzilla/show_bug.cgi?id=11053
|
|
|
|
+sed -i -e '/test-regex/d' -e '/test_regex/d' gnulib-tests/gnulib.mk
|
|
|
|
+autoreconf -ivf
|
|
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure \
|
|
%configure \
|
|
--without-included-regex
|
|
--without-included-regex
|
|
%__make %{?_smp_mflags}
|
|
%__make %{?_smp_mflags}
|
|
|
|
+%__make -C po ja.gmo
|
|
|
|
|
|
|
|
|
|
%install
|
|
%install
|
|
@@ -102,6 +108,11 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Aug 16 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.7-1
|
|
|
|
+- new upstream release.
|
|
|
|
+- dropped Patch0: fixed in upstream.
|
|
|
|
+- updated ja.po.
|
|
|
|
+
|
|
* Mon Feb 22 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.6-1
|
|
* Mon Feb 22 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.6-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|