rpms/python-genshi/EL-5 .cvsignore, 1.4, 1.5 python-genshi.spec, 1.4, 1.5 sources, 1.4, 1.5

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Mon Jun 16 03:21:39 UTC 2008


Author: jcollie

Update of /cvs/pkgs/rpms/python-genshi/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32297

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/EL-5/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	28 Aug 2007 01:46:44 -0000	1.4
+++ .cvsignore	16 Jun 2008 03:20:43 -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/EL-5/python-genshi.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-genshi.spec	28 Aug 2007 01:46:44 -0000	1.4
+++ python-genshi.spec	16 Jun 2008 03:20:43 -0000	1.5
@@ -1,19 +1,20 @@
-%{!?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
+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
+BuildRequires:  python-setuptools-devel
 
 %description
 Genshi is a Python library that provides an integrated set of
@@ -31,16 +32,28 @@
 %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
+
 * Mon Aug 27 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.4.4-1
 - Update to 0.4.4
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-genshi/EL-5/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	28 Aug 2007 01:46:44 -0000	1.4
+++ sources	16 Jun 2008 03:20:43 -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