Browse Source

update to 1.5

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7036 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 11 years ago
parent
commit
2fbd3b0c87
1 changed files with 12 additions and 13 deletions
  1. 12 13
      g/gzip/gzip-vl.spec

+ 12 - 13
g/gzip/gzip-vl.spec

@@ -1,32 +1,31 @@
 Summary: The GNU data compression program.
 Summary(ja): GNU データ圧縮プログラム
 Name: gzip
-Version: 1.3.13
-Release: 2%{?_dist_release}
+Version: 1.5
+Release: 1%{?_dist_release}
 License: GPLv3+ and GFDL
 Group: Applications/Archiving
 URL: http://www.gzip.org/
 
-Source: ftp://alpha.gnu.org/gnu/gzip/gzip-%{version}.tar.gz
+Source: ftp://alpha.gnu.org/gnu/gzip/gzip-%{version}.tar.xz
 Patch0: gzip-1.3.12-openbsd-owl-tmp.patch
 Patch1: gzip-1.3.5-zforce.patch
-Patch3: gzip-1.3.9-stderr.patch
-Patch4: gzip-1.3.10-zgreppipe.patch
 Patch5: gzip-1.3.13-rsync.patch
 Patch7: gzip-1.3.9-addsuffix.patch
 
 Patch14: gzip-1.3.5-cve-2006-4338.patch
 Patch15: gzip-1.3.13-cve-2006-4337.patch
 Patch16: gzip-1.3.5-cve-2006-4337_len.patch
-Patch19: gzip-1.3.12-CVE-2010-0001.patch
 
 
-Prereq: install-info
-Requires: mktemp less
+Requires(post): install-info
+Requires(preun): install-info
+Requires: mktemp, less, coreutils
 Buildroot: %{_tmppath}/%{name}-%{version}-root
 
 Vendor: Project Vine
 Distribution: Vine Linux
+Packager: daisuke
 
 %description
 The gzip package contains the popular GNU gzip data compression
@@ -39,7 +38,7 @@ very commonly used data compression program.
 gzip パッケージには有名な GNU gzip データ圧縮プログラムが収められています.
 gzip で圧縮されたファイルには .gz の拡張子がつきます.
 
-gzip は大変一般的に使われる圧縮プログラムなので,Red Hat Linux システムには
+gzip は大変一般的に使われる圧縮プログラムなので,Linux システムには
 是非ともインストールされている必要があります.
 
 
@@ -47,8 +46,6 @@ gzip は大変一般的に使われる圧縮プログラムなので,Red Hat L
 %setup -q
 %patch0 -p1 -b .owl-tmp
 %patch1 -p1 -b .zforce
-%patch3 -p1 -b .stderr
-%patch4 -p1 -b .nixi
 %patch5 -p1 -b .rsync
 %patch7 -p1 -b .addsuffix
 
@@ -56,8 +53,6 @@ gzip は大変一般的に使われる圧縮プログラムなので,Red Hat L
 %patch15 -p1 -b .4337
 %patch16 -p1 -b .4337_len
 
-%patch19 -p1 -b .CVE-2010-0001
-
 
 %build
 export DEFS="-DNO_ASM"
@@ -115,6 +110,10 @@ fi
 
 
 %changelog
+* Mon Oct 29 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-1
+- update to 1.5
+- remove unneeded patches
+
 * Sun Apr 17 2011 IWAI, Masaharu <iwai@alib.jp> 1.3.13-2
 - build on current VineSeed