Browse Source

add BR: gzip, bzip2 for fix making vbuilder env.

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@979 ec354946-7b23-47d6-9f5a-488ba84defc7
iwamoto 14 years ago
parent
commit
dedb842332
1 changed files with 8 additions and 3 deletions
  1. 8 3
      t/texinfo/texinfo-vl.spec

+ 8 - 3
t/texinfo/texinfo-vl.spec

@@ -7,7 +7,7 @@ Summary(ja): Texinfo ドキュメントを作成する為に使うツール群
 
 Name:        texinfo
 Version:     4.13
-Release:     1%{?_dist_release}
+Release:     2%{?_dist_release}
 License:     GPL
 Group:       Applications/Publishing
 URL:         http://www.gnu.org/software/texinfo/
@@ -16,7 +16,7 @@ Source0:     ftp://ftp.gnu.org/gnu/texinfo/texinfo-%{version}.tar.gz
 Source1:     info-dir
 Patch1:      texinfo-fix.patch
 Patch3:      texinfo-4.3-zlib.patch
-Prereq:      install-info
+Requires(pre): install-info
 Prefix:      %{_prefix}
 Buildroot:   %{_tmppath}/%{name}-%{version}-root
 BuildRequires: autoconf libtool ncurses-devel zlib-devel
@@ -56,7 +56,7 @@ Group:       System Environment/Base
 # ugly method of doing it (triggers which fire on set intersection would
 # be better), but it's the best we can do for now. Talk to Erik before
 # removing this.
-Prereq: bash install-info
+Requires(pre): bash install-info
 Requires: install-info
 
 %description -n info
@@ -75,6 +75,7 @@ Summary:     info file installer
 Summary(ja): info ファイルのインストーラー
 Group:       System Environment/Base
 Conflicts: info < 4.0b-3vl2
+Requires: gzip, bzip2
 
 %description -n install-info
 info file installer.
@@ -182,6 +183,10 @@ fi
 
 
 %changelog
+* Mon May 10 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.13-2
+- add R: gzip, bzip2 into install-info to fix making vbootstrap env.
+- change tag Prereq -> Req(pre)
+
 * Wed Apr 21 2010 Shu KONNO <owa@bg.wakwak.com> 4.13-1
 - new upstream release, and rebuilt with new environment
 - dropt Patch3: texinfo-4.3-zlib.patch