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

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Tue Oct 10 15:19:09 UTC 2006


Author: lmacken

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

Modified Files:
	.cvsignore sources 
Added Files:
	python-turbocheetah.spec 
Log Message:
auto-import python-turbocheetah-0.9.5-4 on branch devel from python-turbocheetah-0.9.5-4.src.rpm


--- NEW FILE python-turbocheetah.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}

%define module turbocheetah

Name:           python-turbocheetah
Version:        0.9.5
Release:        4%{?dist}
Summary:        TurboGears plugin to support use of Cheetah templates

Group:          Development/Languages
License:        MIT
URL:            http://www.turbogears.org/docs/plugins/template.html
Source0:        http://cheeseshop.python.org/packages/source/T/TurboCheetah/TurboCheetah-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  python-setuptools
Requires:       python-cheetah >= 1.0

%description
This package provides a template engine plugin, allowing you
to easily use Cheetah with TurboGears, Buffet and other tools that
support the python.templating.engines entry point.


%prep
%setup -q -n TurboCheetah-%{version}


%build
%{__python} setup.py build


%install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
rm -fr %{buildroot}/%{python_sitelib}/%{module}/tests


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc README.txt
%{python_sitelib}/%{module}/
%{python_sitelib}/TurboCheetah-%{version}-py%{pyver}.egg-info


%changelog
* Tue Oct 10 2006 Luke Macken <lmacken at redhat.com> - 0.9.5-4
- Fix Source0
- Own %%{python_sitelib}/turbocheetah

* Fri Oct  6 2006 Luke Macken <lmacken at redhat.com> - 0.9.5-3
- Add python-setuptools to BuildRequires
- Remove tests directory

* Sat Sep 30 2006 Luke Macken <lmacken at redhat.com> - 0.9.5-2
- Rename to python-turbocheetah
- Install egg-info
- Add README

* Sat Sep 16 2006 Luke Macken <lmacken at redhat.com> - 0.9.5-1
- Initial creation


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-turbocheetah/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Oct 2006 15:18:50 -0000	1.1
+++ .cvsignore	10 Oct 2006 15:19:09 -0000	1.2
@@ -0,0 +1 @@
+TurboCheetah-0.9.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-turbocheetah/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Oct 2006 15:18:50 -0000	1.1
+++ sources	10 Oct 2006 15:19:09 -0000	1.2
@@ -0,0 +1 @@
+52e12130302a218a8e3b925447041be4  TurboCheetah-0.9.5.tar.gz




More information about the scm-commits mailing list