rpms/python-kid/FC-4 .cvsignore, 1.2, 1.3 python-kid.spec, 1.2, 1.3 sources, 1.2, 1.3

Konstantin Ryabitsev (icon) fedora-extras-commits at redhat.com
Tue Jun 14 00:12:54 UTC 2005


Author: icon

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-kid/FC-4/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	30 Mar 2005 15:15:44 -0000	1.2
+++ .cvsignore	14 Jun 2005 00:12:52 -0000	1.3
@@ -1 +1 @@
-kid-0.6.3.tar.gz
+kid-0.6.4.tar.gz


Index: python-kid.spec
===================================================================
RCS file: /cvs/extras/rpms/python-kid/FC-4/python-kid.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-kid.spec	16 Apr 2005 15:42:15 -0000	1.2
+++ python-kid.spec	14 Jun 2005 00:12:52 -0000	1.3
@@ -1,14 +1,14 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-kid
-Version:        0.6.3
-Release:        2
+Version:        0.6.4
+Release:        1%{?dist}
 Summary:        Kid - A simple and pythonic XML template language
 
 Group:          Applications/Publishing
 License:        MIT
 URL:            http://www.lesscode.org/projects/kid
-Source0:        http://lesscode.org/dist/kid/kid-0.6.3.tar.gz
+Source0:        http://lesscode.org/dist/kid/kid-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch:      noarch
 
@@ -17,6 +17,7 @@
 Requires:       python-elementtree
 Requires:       python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
 
+
 %description
 Kid is a simple Python based template language for generating and
 transforming XML vocabularies. Templates are compiled to native Python 
@@ -34,7 +35,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
-rm -rf $RPM_BUILD_ROOT/%{python_sitelib}/kid/test
+rm -rf $RPM_BUILD_ROOT%{python_sitelib}/kid/test
 
 
 %clean
@@ -52,6 +53,10 @@
 
 
 %changelog
+* Mon Jun 13 2005 Konstantin Ryabitsev <icon at linux.duke.edu> - 0.6.4-1
+- Version 0.6.4
+- Disttagging
+
 * Sat Apr 16 2005 Seth Vidal <skvidal at phy.duke.edu> 0.6.3-2
 - BuildRequires python-elementtree
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-kid/FC-4/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	30 Mar 2005 15:15:44 -0000	1.2
+++ sources	14 Jun 2005 00:12:52 -0000	1.3
@@ -1 +1 @@
-ddc1db3b7d17372d18f095680e0992c8  kid-0.6.3.tar.gz
+e7e74a4387deff7cf473274dac442b36  kid-0.6.4.tar.gz




More information about the fedora-extras-commits mailing list