Browse Source

update: which

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3070 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 13 years ago
parent
commit
abc3131796
1 changed files with 6 additions and 2 deletions
  1. 6 2
      w/which/which-vl.spec

+ 6 - 2
w/which/which-vl.spec

@@ -2,7 +2,7 @@ Summary: Displays where a particular program in your path is located.
 Summary(ja): プログラムがパスのどこにあるかを表示する
 Name: which
 Version: 2.20
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: GPLv3
 Group: Applications/System
 Source0: ftp://ftp.gnu.org/gnu/which/%{name}-%{version}.tar.gz
@@ -35,7 +35,6 @@ which コマンドを使うと,プログラムのフルパスを表示出来
 %configure
 make
 
-
 %install
 [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
 
@@ -44,6 +43,8 @@ mkdir -p $RPM_BUILD_ROOT/etc/profile.d
 install -m 755 %{SOURCE1} %{SOURCE2} \
 	$RPM_BUILD_ROOT/etc/profile.d
 
+rm -f $RPM_BUILD_ROOT%{_infodir}/dir
+
 %post
 /sbin/install-info --quiet --info-dir=%{_infodir} %{_infodir}/which.info.gz > /dev/null 2>&1
 
@@ -65,6 +66,9 @@ fi
 %{_mandir}/*/*
 
 %changelog
+* Tue Mar 22 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20-2
+- rebuilt with new toolchains
+
 * Sat Oct 18 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20-1
 - new upstream release
 - spec in UTF-8