Browse Source

python-genshi-0.6-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3406 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 13 years ago
parent
commit
58b5c1ee78
1 changed files with 8 additions and 3 deletions
  1. 8 3
      p/python-genshi/python-genshi-vl.spec

+ 8 - 3
p/python-genshi/python-genshi-vl.spec

@@ -1,19 +1,20 @@
 %{!?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
 Name: python-genshi
 Version: %{ver}
 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
 Group: Development/Libraries
 URL: http://genshi.edgewall.org/
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Requires: python-babel >= 0.8 python-setuptools >= 0.6a2
+BuildRequires: python-devel
 BuildRequires: python-babel >= 0.8 python-setuptools >= 0.6a2
 
 Vendor: Project Vine
@@ -46,6 +47,10 @@ python setup.py install --root=${RPM_BUILD_ROOT}
 
 
 %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
 - rebuild with python-2.6