rpms/python-genshi/devel python-genshi.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Mon Jun 11 04:13:47 UTC 2007


Author: jcollie

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

Modified Files:
	.cvsignore sources 
Added Files:
	python-genshi.spec 
Log Message:
Initial import of python-genshi on devel



--- NEW FILE python-genshi.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           python-genshi
Version:        0.4.1
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

%description
Genshi is a Python library that provides an integrated set of
components for parsing, generating, and processing HTML, XML or other
textual content for output generation on the web. The major feature is
a template language, which is heavily inspired by Kid.

%prep
%setup -q -n Genshi-%{version}
find examples -type f | xargs chmod a-x

%build
%{__python} setup.py build

%install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
 
%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING doc examples README.txt UPGRADE.txt
%{python_sitelib}/*

%changelog
* Sat Jun  9 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.4.1-1
- Update to 0.4.1

* Wed Apr 18 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.4.0-1
- Update to 0.4.0

* Thu Apr 12 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.3.6-1
- First version for Fedora Extras



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-genshi/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	11 Jun 2007 03:42:19 -0000	1.1
+++ .cvsignore	11 Jun 2007 04:13:13 -0000	1.2
@@ -0,0 +1 @@
+Genshi-0.4.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-genshi/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 Jun 2007 03:42:19 -0000	1.1
+++ sources	11 Jun 2007 04:13:13 -0000	1.2
@@ -0,0 +1 @@
+bb4e7e6702f90334febf176620ca4b13  Genshi-0.4.1.tar.bz2




More information about the fedora-extras-commits mailing list