Browse Source

updated version number

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@718 ec354946-7b23-47d6-9f5a-488ba84defc7
owa 14 years ago
parent
commit
e54faeb966
1 changed files with 13 additions and 1 deletions
  1. 13 1
      r/rhpl/rhpl-vl.spec

+ 13 - 1
r/rhpl/rhpl-vl.spec

@@ -4,13 +4,15 @@ Summary: Library of python code used by programs in Vine Linux
 Summary(ja): Vine Linux で利用する python コードライブラリ
 Name: rhpl
 Version: 0.216
-Release: 4%{?_dist_release}
+Release: 6%{?_dist_release}
 Source0: %{name}-%{version}.tar.bz2
 Patch0: %{name}-0.216-compat.patch
+Patch1: %{name}-0.216-pmac.patch
 License: GPL
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-root
 BuildRequires: python-devel, gettext
+BuildRequires: wireless-tools-devel
 Requires: python >= %(%{__python} -c "import sys; print sys.version[:3]")
 Requires: pyxf86config >= 0.3.2
 
@@ -20,7 +22,9 @@ The rhpl package contains Python code used by programs in Vine Linux.
 %prep
 %setup -q
 %patch0 -p1 -b .compat
+%patch1 -p1 -b .pmac
 
+# this line is no more need?
 perl -pi -e 's/python2.3/python2.4/g' Makefile.inc src/*
 perl -pi -e 's/xgettext /xgettext --from-code=UTF-8 /g' po/Makefile
 
@@ -42,6 +46,14 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/rhpl
 
 %changelog
+* Wed Mar 31 2010 Shu KONNO <owa@bg.wakwak.com> 0.216-6
+- updated release number
+- import Vine5.1 changes
+  * Wed Jan 27 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.216-5
+  - add BuildRequires: wireless-tools-devel
+  * Wed Sep  9 2009 MATSUBAYSHI Kohji <shaolin@vinelinux.org> 0.216-4
+  - add Patch1: implement getPPCMachineName()
+
 * Tue Feb 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.216-4
 - rebuild with python-2.6