rpms/python-mwlib/devel .cvsignore, 1.7, 1.8 python-mwlib.spec, 1.10, 1.11 sources, 1.7, 1.8

Ian Weller ianweller at fedoraproject.org
Fri May 22 14:37:54 UTC 2009


Author: ianweller

Update of /cvs/pkgs/rpms/python-mwlib/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8790

Modified Files:
	.cvsignore python-mwlib.spec sources 
Log Message:
latest mwlib


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-mwlib/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	20 Feb 2009 04:01:25 -0000	1.7
+++ .cvsignore	22 May 2009 14:37:23 -0000	1.8
@@ -1 +1 @@
-mwlib-0.9.10.tar.gz
+e4adff8732c4.tar.bz2


Index: python-mwlib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-mwlib/devel/python-mwlib.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- python-mwlib.spec	26 Feb 2009 22:28:29 -0000	1.10
+++ python-mwlib.spec	22 May 2009 14:37:23 -0000	1.11
@@ -1,20 +1,22 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-mwlib
-Version:        0.9.10
-Release:        2%{?dist}
+Version:        0.11.2
+Release:        1.20090522hg2956%{?dist}
 Summary:        MediaWiki conversion library for Python
 
 Group:          Development/Languages
 # mwlib/cdb.py under Python license, everything else under BSD
 License:        BSD and Python
 URL:            http://code.pediapress.com/
-Source0:        http://pypi.python.org/packages/source/m/mwlib/mwlib-%{version}.tar.gz
+Source0:        http://code.pediapress.com/hg/mwlib/archive/e4adff8732c4.tar.bz2
+#Source0:        http://pypi.python.org/packages/source/m/mwlib/mwlib-%{version}.tar.gz
 Patch0:         mwlib.patch
 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 python-flup pyparsing odfpy python-simplejson
+Requires:       LabPlot blahtexml odfpy07 python-dateutil >= 1.4.1
 Requires:       tex(latex)
 
 
@@ -25,12 +27,14 @@ MediaWiki articles.
 
 
 %prep
-%setup -q -n mwlib-%{version}
+%setup -q -n mwlib-e4adff8732c4
 %patch0 -p1
+sed -ie "s/rst2html\.py/rst2html/" docs/Makefile
 
 
 %build
 CFLAGS="%{optflags}" %{__python} setup.py build
+make -C docs
 
 
 %install
@@ -38,8 +42,6 @@ rm -rf %{buildroot}
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
 sed -i '/#! \/usr\/bin\/env python/d' %{buildroot}%{python_sitearch}/mwlib/*.py
 sed -i '/^#! -\*- .* -\*-$/d' %{buildroot}%{python_sitearch}/mwlib/*.py
-chmod a-x %{buildroot}%{python_sitearch}/mwlib/snippets.txt
-chmod 755 %{buildroot}%{python_sitearch}/mwlib/_mwscan.so
 
 
 %clean 
@@ -54,6 +56,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri May 22 2009 Ian Weller <ianweller at gmail.coM> - 0.11.2-1.20090522hg2956
+- Bump to hg tip which fixes bug 486678
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.10-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-mwlib/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	20 Feb 2009 04:01:25 -0000	1.7
+++ sources	22 May 2009 14:37:23 -0000	1.8
@@ -1 +1 @@
-e2e889b15b2788fbbdf9a6c08a5fe056  mwlib-0.9.10.tar.gz
+e69b843f1d593de76caaf8bb935dbf22  e4adff8732c4.tar.bz2




More information about the fedora-extras-commits mailing list