|
@@ -4,13 +4,15 @@ Summary: Library of python code used by programs in Vine Linux
|
|
Summary(ja): Vine Linux で利用する python コードライブラリ
|
|
Summary(ja): Vine Linux で利用する python コードライブラリ
|
|
Name: rhpl
|
|
Name: rhpl
|
|
Version: 0.216
|
|
Version: 0.216
|
|
-Release: 4%{?_dist_release}
|
|
+Release: 6%{?_dist_release}
|
|
Source0: %{name}-%{version}.tar.bz2
|
|
Source0: %{name}-%{version}.tar.bz2
|
|
Patch0: %{name}-0.216-compat.patch
|
|
Patch0: %{name}-0.216-compat.patch
|
|
|
|
+Patch1: %{name}-0.216-pmac.patch
|
|
License: GPL
|
|
License: GPL
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
BuildRoot: %{_tmppath}/%{name}-root
|
|
BuildRoot: %{_tmppath}/%{name}-root
|
|
BuildRequires: python-devel, gettext
|
|
BuildRequires: python-devel, gettext
|
|
|
|
+BuildRequires: wireless-tools-devel
|
|
Requires: python >= %(%{__python} -c "import sys; print sys.version[:3]")
|
|
Requires: python >= %(%{__python} -c "import sys; print sys.version[:3]")
|
|
Requires: pyxf86config >= 0.3.2
|
|
Requires: pyxf86config >= 0.3.2
|
|
|
|
|
|
@@ -20,7 +22,9 @@ The rhpl package contains Python code used by programs in Vine Linux.
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
%patch0 -p1 -b .compat
|
|
%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/python2.3/python2.4/g' Makefile.inc src/*
|
|
perl -pi -e 's/xgettext /xgettext --from-code=UTF-8 /g' po/Makefile
|
|
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
|
|
%{python_sitearch}/rhpl
|
|
|
|
|
|
%changelog
|
|
%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
|
|
* Tue Feb 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.216-4
|
|
- rebuild with python-2.6
|
|
- rebuild with python-2.6
|
|
|
|
|