rpms/python-kid/FC-5 .cvsignore, 1.8, 1.9 python-kid.spec, 1.8, 1.9 sources, 1.8, 1.9

Konstantin Ryabitsev (icon) fedora-extras-commits at redhat.com
Fri May 19 18:54:11 UTC 2006


Author: icon

Update of /cvs/extras/rpms/python-kid/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25342/FC-5

Modified Files:
	.cvsignore python-kid.spec sources 
Log Message:
Version 0.9.1



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-kid/FC-5/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	27 Feb 2006 18:15:09 -0000	1.8
+++ .cvsignore	19 May 2006 18:54:11 -0000	1.9
@@ -1 +1 @@
-kid-0.9.tar.gz
+kid-0.9.1.tar.gz


Index: python-kid.spec
===================================================================
RCS file: /cvs/extras/rpms/python-kid/FC-5/python-kid.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- python-kid.spec	29 Mar 2006 04:03:12 -0000	1.8
+++ python-kid.spec	19 May 2006 18:54:11 -0000	1.9
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-kid
-Version:        0.9
-Release:        2%{?dist}
+Version:        0.9.1
+Release:        1%{?dist}
 Summary:        Kid - A simple and pythonic XML template language
 
 Group:          Applications/Publishing
@@ -12,9 +12,8 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-BuildRequires:  python-setuptools
-BuildRequires:  python-elementtree
-Requires:       python-elementtree, python-setuptools
+BuildRequires:  python-setuptools, python-docutils, python-elementtree
+Requires:       python-elementtree
 
 
 %description
@@ -29,6 +28,10 @@
 
 %build
 %{__python} setup.py build
+pushd doc
+sed -i -e 's|rst2html\.py|rst2html|' makefile
+make
+popd
 
 
 %install
@@ -36,8 +39,7 @@
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT \
     --single-version-externally-managed
 rm -rf $RPM_BUILD_ROOT%{python_sitelib}/kid/test
-# Do not rely on egg requires -- we'll do a better job
-rm -f $RPM_BUILD_ROOT%{python_sitelib}/kid*egg-info/requires.txt
+
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -45,7 +47,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING HISTORY README doc/*.txt doc/*.css doc/html test
+%doc COPYING HISTORY README doc/*.txt doc/*.css doc/*.html test
 %dir %{python_sitelib}/kid
 %{python_sitelib}/kid/*.py
 %{python_sitelib}/kid/*.pyc
@@ -55,9 +57,8 @@
 
 
 %changelog
-* Tue Mar 28 2006 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.9-2
-- Require python-setuptools
-- Do not rely on python egg requires.txt (#186296)
+* Fri May 19 2006 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.9.1-1
+- Version 0.9.1
 
 * Mon Feb 27 2006 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.9-1
 - Version 0.9


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-kid/FC-5/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	27 Feb 2006 18:15:09 -0000	1.8
+++ sources	19 May 2006 18:54:11 -0000	1.9
@@ -1 +1 @@
-b9dcbebc61f65f7da0d5906b3bbc2b6e  kid-0.9.tar.gz
+7a8ccde54f4e1bfe78220dfb8e04f2ba  kid-0.9.1.tar.gz




More information about the scm-commits mailing list