rpms/python-genshi/devel .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
Thu Apr 24 19:11:15 UTC 2008


Author: jcollie

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

Modified Files:
	.cvsignore python-genshi.spec sources 
Log Message:
* Thu Apr 24 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.5-0.1.svn847
- Update to snapshot of 0.5



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-genshi/devel/.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	24 Apr 2008 19:10:37 -0000	1.5
@@ -1 +1 @@
-Genshi-0.4.4.tar.bz2
+Genshi-0.5-r847.tar.bz2


Index: python-genshi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-genshi/devel/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	24 Apr 2008 19:10:37 -0000	1.6
@@ -1,17 +1,24 @@
-%{!?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)")}
+
+%define svn 847
 
 Name:           python-genshi
-Version:        0.4.4
-Release:        2%{?dist}
+Version:        0.5
+Release:        0.1.svn%{svn}%{?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
+
+#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:     	Genshi-%{version}-r%{svn}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildArch:      noarch
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools-devel
 
@@ -22,7 +29,7 @@
 a template language, which is heavily inspired by Kid.
 
 %prep
-%setup -q -n Genshi-%{version}
+%setup -q -n Genshi-%{version}-r%{svn}
 find examples -type f | xargs chmod a-x
 
 %build
@@ -37,10 +44,13 @@
 
 %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
+* 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/devel/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	24 Apr 2008 19:10:37 -0000	1.5
@@ -1 +1 @@
-e9d8a1e6b0c3692e43d4bedb9df8a266  Genshi-0.4.4.tar.bz2
+f5476b2bb81ca34bf96406cae9833b03  Genshi-0.5-r847.tar.bz2




More information about the fedora-extras-commits mailing list