rpms/python-mwlib/devel python-mwlib.spec,1.1,1.2

Paul W. Frields (pfrields) fedora-extras-commits at redhat.com
Thu Jul 31 11:38:12 UTC 2008


Author: pfrields

Update of /cvs/pkgs/rpms/python-mwlib/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5715/devel

Modified Files:
	python-mwlib.spec 
Log Message:
Fix Requires for F-8


Index: python-mwlib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-mwlib/devel/python-mwlib.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-mwlib.spec	25 Jul 2008 17:26:19 -0000	1.1
+++ python-mwlib.spec	31 Jul 2008 11:37:41 -0000	1.2
@@ -2,7 +2,7 @@
 
 Name:           python-mwlib
 Version:        0.8.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        MediaWiki conversion library for Python
 
 Group:          Development/Languages
@@ -14,7 +14,13 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel re2c python-docutils python-flup odfpy pyparsing python-simplejson python-setuptools
-Requires:       perl python-imaging tex(latex) python-flup pyparsing odfpy python-simplejson
+Requires:       perl python-imaging python-flup pyparsing odfpy python-simplejson
+# Virtual provides for this capability started with Fedora 9
+%if 0%{fedora} < 9
+Requires:       tetex-latex
+%else
+Requires:	tex(latex)
+%endif
 
 %description
 mwlib is a Python library for parsing MediaWiki articles. It is
@@ -47,6 +53,9 @@
 
 
 %changelog
+* Thu Jul 31 2008 Paul W. Frields <stickster at gmail.com> - 0.8.0-3
+- Fix Requires to unbreak F-8 dependencies
+
 * Fri Jul 25 2008 Ian Weller <ianweller at gmail.com> 0.8.0-2
 - Fix source URL (again)
 - Remove make commands because setup.py build does that now




More information about the fedora-extras-commits mailing list