Browse Source

gawk:
- update to 4.0.1
- drop outdated ja.po
- disable libsigsegv
- add BR: byacc

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7181 ec354946-7b23-47d6-9f5a-488ba84defc7

daisuke 11 years ago
parent
commit
b4b065259f
1 changed files with 14 additions and 7 deletions
  1. 14 7
      g/gawk/gawk-vl.spec

+ 14 - 7
g/gawk/gawk-vl.spec

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