|
@@ -1,19 +1,20 @@
|
|
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
|
|
|
|
-%define ver 0.5.1
|
|
|
|
-%define rel 2
|
|
|
|
|
|
+%define ver 0.6
|
|
|
|
+%define rel 1
|
|
|
|
|
|
Summary: Python toolkit for generation of output for the web
|
|
Summary: Python toolkit for generation of output for the web
|
|
Name: python-genshi
|
|
Name: python-genshi
|
|
Version: %{ver}
|
|
Version: %{ver}
|
|
Release: %{rel}%{?_dist_release}
|
|
Release: %{rel}%{?_dist_release}
|
|
-Source0: http://ftp.edgewall.com/pub/genshi/Genshi-%{version}.tar.bz2
|
|
|
|
|
|
+Source0: http://ftp.edgewall.com/pub/genshi/Genshi-%{version}.tar.gz
|
|
License: modified BSD-style License
|
|
License: modified BSD-style License
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
URL: http://genshi.edgewall.org/
|
|
URL: http://genshi.edgewall.org/
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
Requires: python-babel >= 0.8 python-setuptools >= 0.6a2
|
|
Requires: python-babel >= 0.8 python-setuptools >= 0.6a2
|
|
|
|
+BuildRequires: python-devel
|
|
BuildRequires: python-babel >= 0.8 python-setuptools >= 0.6a2
|
|
BuildRequires: python-babel >= 0.8 python-setuptools >= 0.6a2
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
@@ -46,6 +47,10 @@ python setup.py install --root=${RPM_BUILD_ROOT}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Apr 10 2011 IWAI, Masaharu <iwai@alib.jp> 0.6-1
|
|
|
|
+- new upstream release
|
|
|
|
+- add BuildRequires: python-devel
|
|
|
|
+
|
|
* Tue Feb 02 2010 Shu KONNO <owa@bg.wakwak.com> 0.5.1-2
|
|
* Tue Feb 02 2010 Shu KONNO <owa@bg.wakwak.com> 0.5.1-2
|
|
- rebuild with python-2.6
|
|
- rebuild with python-2.6
|
|
|
|
|