|
@@ -1,19 +1,22 @@
|
|
Summary(ja): GNU バージョンの awk テキスト処理ユーティリティー
|
|
Summary(ja): GNU バージョンの awk テキスト処理ユーティリティー
|
|
Summary: The GNU version of the awk text processing utility.
|
|
Summary: The GNU version of the awk text processing utility.
|
|
Name: gawk
|
|
Name: gawk
|
|
-Version: 3.1.8
|
|
+Version: 4.0.1
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: GPL
|
|
License: GPL
|
|
Group: Applications/Text
|
|
Group: Applications/Text
|
|
|
|
|
|
-Source0: ftp://ftp.gnu.org/gnu/gawk/gawk-%{version}.tar.bz2
|
|
+Source0: ftp://ftp.gnu.org/gnu/gawk/gawk-%{version}.tar.xz
|
|
-Source10: gawk-3.1.8-ja.po
|
|
|
|
|
|
|
|
Requires(post): /sbin/install-info
|
|
Requires(post): /sbin/install-info
|
|
Requires: mktemp
|
|
Requires: mktemp
|
|
|
|
+
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
+BuildRequires: byacc
|
|
|
|
+
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
|
|
+Packager: daisuke
|
|
|
|
|
|
%description
|
|
%description
|
|
The gawk packages contains the GNU version of awk, a text processing
|
|
The gawk packages contains the GNU version of awk, a text processing
|
|
@@ -34,12 +37,10 @@ gawk パッケージは GNU バージョンの、テキスト処理ユーティ
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q -n gawk-%{version}
|
|
%setup -q -n gawk-%{version}
|
|
-cp -f %{SOURCE10} po/ja.po
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
-%configure --bindir=/bin
|
|
+%configure --bindir=/bin --with-libsigsegv-prefix=no
|
|
-make
|
|
+make %{?_smp_mflags}
|
|
-(cd po; make update-po; make)
|
|
|
|
|
|
|
|
%install
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
@@ -80,6 +81,12 @@ fi
|
|
%{_datadir}/awk
|
|
%{_datadir}/awk
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Nov 29 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 4.0.1-1
|
|
|
|
+- new upstream reelase
|
|
|
|
+- drop outdated ja.po
|
|
|
|
+- disable libsigsegv
|
|
|
|
+- add BR: byacc
|
|
|
|
+
|
|
* Thu Apr 07 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1.8-1
|
|
* Thu Apr 07 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1.8-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|