[packages/python-genshi] up to 0.7 (Jan 27 2013)
glen
glen at pld-linux.org
Mon May 2 22:14:18 CEST 2016
commit b0f49fdf777cf69cdf1727444de8d8de79eb914e
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Mon May 2 23:05:39 2016 +0300
up to 0.7 (Jan 27 2013)
python-genshi.spec | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/python-genshi.spec b/python-genshi.spec
index 932092b..890d400 100644
--- a/python-genshi.spec
+++ b/python-genshi.spec
@@ -1,5 +1,6 @@
# TODO:
# - fails to build --with speedups
+# - --with speedups broken with new python macros
# - do not enable tests before ensuring they do not lock up builders
#
# Conditional build:
@@ -8,13 +9,13 @@
Summary: Python toolkit for generation of output for the web
Name: python-genshi
-Version: 0.6
-Release: 6
+Version: 0.7
+Release: 0.1
License: BSD
Group: Development/Languages/Python
-Source0: http://ftp.edgewall.com/pub/genshi/Genshi-%{version}.tar.gz
-# Source0-md5: 604e8b23b4697655d36a69c2d8ef7187
-URL: http://genshi.edgewall.org/
+Source0: http://ftp.edgewall.com/pub/genshi/Genshi-0.7.tar.gz
+# Source0-md5: 54e64dd69da3ec961f86e686e0848a82
+URL: https://genshi.edgewall.org/
BuildRequires: python-devel
BuildRequires: python-devel-tools
BuildRequires: python-setuptools
@@ -40,11 +41,8 @@ textual content for output generation on the web.
%install
rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py \
- %{?with_speedups:--with-speedups} \
- install \
- --optimize=2 \
- --root=$RPM_BUILD_ROOT
+%py_install \
+ %{?with_speedups:--with-speedups}
%py_ocomp $RPM_BUILD_ROOT%{py_sitescriptdir}
%py_comp $RPM_BUILD_ROOT%{py_sitescriptdir}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-genshi.git/commitdiff/499a229ae8dcfe0d69d82e71adf6711b0519b475
More information about the pld-cvs-commit
mailing list