packages: python-genshi/python-genshi.spec - test bcond was inversed
glen
glen at pld-linux.org
Wed Nov 16 12:52:33 CET 2011
Author: glen Date: Wed Nov 16 11:52:33 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- test bcond was inversed
---- Files affected:
packages/python-genshi:
python-genshi.spec (1.11 -> 1.12)
---- Diffs:
================================================================
Index: packages/python-genshi/python-genshi.spec
diff -u packages/python-genshi/python-genshi.spec:1.11 packages/python-genshi/python-genshi.spec:1.12
--- packages/python-genshi/python-genshi.spec:1.11 Sat Nov 13 01:19:11 2010
+++ packages/python-genshi/python-genshi.spec Wed Nov 16 12:52:28 2011
@@ -36,7 +36,8 @@
%build
export CFLAGS="%{rpmcflags}"
%{__python} setup.py build
-%{!?with_tests:%{__python} setup.py test}
+
+%{?with_tests:%{__python} setup.py test}
%install
rm -rf $RPM_BUILD_ROOT
@@ -56,7 +57,6 @@
%files
%defattr(644,root,root,755)
%doc ChangeLog
-
%dir %{py_sitescriptdir}/genshi
%{py_sitescriptdir}/genshi/*.py[co]
%dir %{py_sitescriptdir}/genshi/filters
@@ -77,6 +77,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.12 2011/11/16 11:52:28 glen
+- test bcond was inversed
+
Revision 1.11 2010/11/13 00:19:11 pawelz
- release 4
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-genshi/python-genshi.spec?r1=1.11&r2=1.12&f=u
More information about the pld-cvs-commit
mailing list