rpms/python-genshi/devel .cvsignore, 1.5, 1.6 python-genshi.spec, 1.6, 1.7 sources, 1.5, 1.6

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Mon Jun 9 13:59:30 UTC 2008


Author: jcollie

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

Modified Files:
	.cvsignore python-genshi.spec sources 
Log Message:
* Mon Jun  9 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.5-1
- Update to released version of Genshi.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-genshi/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	24 Apr 2008 19:10:37 -0000	1.5
+++ .cvsignore	9 Jun 2008 13:58:39 -0000	1.6
@@ -1 +1 @@
-Genshi-0.5-r847.tar.bz2
+Genshi-0.5.tar.bz2


Index: python-genshi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-genshi/devel/python-genshi.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- python-genshi.spec	24 Apr 2008 19:10:37 -0000	1.6
+++ python-genshi.spec	9 Jun 2008 13:58:39 -0000	1.7
@@ -1,22 +1,16 @@
 %{!?python_sitelib: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
-%define svn 847
-
 Name:           python-genshi
 Version:        0.5
-Release:        0.1.svn%{svn}%{?dist}
+Release:        1%{?dist}
 Summary:        Toolkit for stream-based generation of output for the web
 
 Group:          Development/Languages
 License:        BSD
 URL:            http://genshi.edgewall.org/
 
-#Source0:        http://ftp.edgewall.com/pub/genshi/Genshi-%{version}-r%{svn}.tar.bz2
-
-# svn export -r %{svn} http://svn.edgewall.org/repos/genshi/trunk Genshi-%{version}-r%{svn}
-# tar cjf Genshi-%{version}-r%{svn}.tar.bz2 Genshi-%{version}-r%{svn}
+Source0:        http://ftp.edgewall.com/pub/genshi/Genshi-%{version}.tar.bz2
 
-Source0:     	Genshi-%{version}-r%{svn}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel
@@ -29,7 +23,7 @@
 a template language, which is heavily inspired by Kid.
 
 %prep
-%setup -q -n Genshi-%{version}-r%{svn}
+%setup -q -n Genshi-%{version}
 find examples -type f | xargs chmod a-x
 
 %build
@@ -38,7 +32,10 @@
 %install
 rm -rf %{buildroot}
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
- 
+
+%check
+%{__python} setup.py test
+
 %clean
 rm -rf %{buildroot}
 
@@ -48,6 +45,9 @@
 %{python_sitearch}/*
 
 %changelog
+* Mon Jun  9 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.5-1
+- Update to released version of Genshi.
+
 * Thu Apr 24 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.5-0.1.svn847
 - Update to snapshot of 0.5
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-genshi/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	24 Apr 2008 19:10:37 -0000	1.5
+++ sources	9 Jun 2008 13:58:39 -0000	1.6
@@ -1 +1 @@
-f5476b2bb81ca34bf96406cae9833b03  Genshi-0.5-r847.tar.bz2
+d8514ce763330d450bfa55869b375e5d  Genshi-0.5.tar.bz2




More information about the fedora-extras-commits mailing list