rpms/python-kid/FC-4 .cvsignore, 1.7, 1.8 python-kid.spec, 1.6, 1.7 sources, 1.7, 1.8

Konstantin Ryabitsev (icon) fedora-extras-commits at redhat.com
Mon Feb 27 18:15:03 UTC 2006


Author: icon

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-kid/FC-4/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	4 Dec 2005 02:56:13 -0000	1.7
+++ .cvsignore	27 Feb 2006 18:15:03 -0000	1.8
@@ -1,2 +1 @@
-kid-0.8.tar.gz
-kid-0.8-setuptools.patch
+kid-0.9.tar.gz


Index: python-kid.spec
===================================================================
RCS file: /cvs/extras/rpms/python-kid/FC-4/python-kid.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- python-kid.spec	4 Dec 2005 02:56:13 -0000	1.6
+++ python-kid.spec	27 Feb 2006 18:15:03 -0000	1.7
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-kid
-Version:        0.8
+Version:        0.9
 Release:        1%{?dist}
 Summary:        Kid - A simple and pythonic XML template language
 
@@ -9,14 +9,12 @@
 License:        MIT
 URL:            http://www.lesscode.org/projects/kid
 Source0:        http://lesscode.org/dist/kid/kid-%{version}.tar.gz
-Patch0:         kid-0.8-setuptools.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-BuildRequires:  python-devel
+BuildRequires:  python-setuptools
 BuildRequires:  python-elementtree
 Requires:       python-elementtree
-Requires:       python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
 
 
 %description
@@ -27,7 +25,7 @@
 
 %prep
 %setup -q -n kid-%{version}
-%patch0 -p0
+
 
 %build
 %{__python} setup.py build
@@ -35,7 +33,8 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT \
+    --single-version-externally-managed
 rm -rf $RPM_BUILD_ROOT%{python_sitelib}/kid/test
 
 
@@ -50,10 +49,17 @@
 %{python_sitelib}/kid/*.py
 %{python_sitelib}/kid/*.pyc
 %ghost %{python_sitelib}/kid/*.pyo
+%{python_sitelib}/kid*egg-info
 %{_bindir}/*
 
 
 %changelog
+* Mon Feb 27 2006 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.9-1
+- Version 0.9
+- Switch to using setuptools.
+- Handle .egg data.
+- Don't list python-abi namely -- FC4 and above does it automatically.
+
 * Fri Dec 02 2005 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.8-1
 - Version 0.8
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-kid/FC-4/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	4 Dec 2005 02:56:13 -0000	1.7
+++ sources	27 Feb 2006 18:15:03 -0000	1.8
@@ -1,2 +1 @@
-3ebc1df08ceb636fb5102fc3a1f6448e  kid-0.8.tar.gz
-ac863126ee6df21bd1f5e95210cef018  kid-0.8-setuptools.patch
+b9dcbebc61f65f7da0d5906b3bbc2b6e  kid-0.9.tar.gz




More information about the scm-commits mailing list