rpms/python-genshi/F-8 .cvsignore, 1.4, 1.5 python-genshi.spec, 1.5, 1.6 sources, 1.4, 1.5

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Tue Jul 1 20:47:45 UTC 2008


Author: jcollie

Update of /cvs/pkgs/rpms/python-genshi/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10488

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/F-8/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	27 Aug 2007 23:25:29 -0000	1.4
+++ .cvsignore	1 Jul 2008 20:46:55 -0000	1.5
@@ -1 +1 @@
-Genshi-0.4.4.tar.bz2
+Genshi-0.5.tar.bz2


Index: python-genshi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-genshi/F-8/python-genshi.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- python-genshi.spec	28 Aug 2007 20:32:55 -0000	1.5
+++ python-genshi.spec	1 Jul 2008 20:46:55 -0000	1.6
@@ -1,17 +1,18 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitelib: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-genshi
-Version:        0.4.4
-Release:        2%{?dist}
+Version:        0.5
+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}.tar.bz2
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildArch:      noarch
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools-devel
 
@@ -31,16 +32,25 @@
 %install
 rm -rf %{buildroot}
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
- 
+
+%check
+%{__python} setup.py test
+
 %clean
 rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc ChangeLog COPYING doc examples README.txt UPGRADE.txt
-%{python_sitelib}/*
+%doc ChangeLog COPYING doc examples README.txt 
+%{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
+
 * Tue Aug 28 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.4.4-2
 - BR python-setuptools-devel
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-genshi/F-8/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	27 Aug 2007 23:25:29 -0000	1.4
+++ sources	1 Jul 2008 20:46:55 -0000	1.5
@@ -1 +1 @@
-e9d8a1e6b0c3692e43d4bedb9df8a266  Genshi-0.4.4.tar.bz2
+d8514ce763330d450bfa55869b375e5d  Genshi-0.5.tar.bz2




More information about the fedora-extras-commits mailing list