Browse Source

alternatives:
- s/PreReq/Requires


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

daisuke 13 years ago
parent
commit
9b7cba1891
1 changed files with 8 additions and 4 deletions
  1. 8 4
      a/alternatives/alternatives-vl.spec

+ 8 - 4
a/alternatives/alternatives-vl.spec

@@ -2,19 +2,20 @@ Summary: maintain symbolic links determining default commands (from Debian dpkg
 Summary(ja): コマンドのシンボリックリンクを管理する (Debian dpkg ユーティリティーより)
 Name: alternatives
 Version: 0.1.10.18
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: GPL
 Group: System Environment/Base
 # source archive is generated from Debian dpkg-1.10.18
 Source0: alternatives-%{version}.tar.bz2
 Source1: update-alternatives.ja.8
 Patch0: alternatives-0.1.10.18-rpm.patch
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-PreReq: perl
+Requires: perl
 
 Distribution: Vine Linux
 Vendor: Project Vine
-Packager: Shoji Matsumoto <shom@vinelinux.org>
+Packager: daisuke
 
 
 %description
@@ -26,7 +27,7 @@ maintain symbolic links determining default commands (from Debian dpkg utilities
 
 %prep
 %setup
-%patch -p0
+%patch0 -p0
 
 %build
 pushd utils
@@ -75,6 +76,9 @@ rm -rf %{buildroot}
 /var/lib/rpm/enoent
 
 %changelog 
+* Sat Mar 19 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.10.18-2
+- s/PreReq/Requires perl
+
 * Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 0.1.10.18-1vl5
 - applied new versioning policy, spec in utf-8