rpms/python-turbokid/devel .cvsignore, 1.2, 1.3 python-turbokid.spec, 1.1, 1.2 sources, 1.2, 1.3

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sat Sep 30 06:23:30 UTC 2006


Author: lmacken

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

Modified Files:
	.cvsignore python-turbokid.spec sources 
Log Message:
* Sat Sep 30 2006 Luke Macken <lmacken at redhat.com> - 0.9.9-1
- 0.9.9
- Add README




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-turbokid/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	30 Sep 2006 06:15:34 -0000	1.2
+++ .cvsignore	30 Sep 2006 06:23:30 -0000	1.3
@@ -1 +1 @@
-TurboKid-0.9.8-py2.4.egg
+TurboKid-0.9.9.tar.gz


Index: python-turbokid.spec
===================================================================
RCS file: /cvs/extras/rpms/python-turbokid/devel/python-turbokid.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-turbokid.spec	30 Sep 2006 05:58:37 -0000	1.1
+++ python-turbokid.spec	30 Sep 2006 06:23:30 -0000	1.2
@@ -4,18 +4,18 @@
 %define module turbokid
 
 Name:           python-turbokid
-Version:        0.9.8
-Release:        3%{?dist}
+Version:        0.9.9
+Release:        1%{?dist}
 Summary:        Python template plugin that supports Kid templates
 
 Group:          Development/Languages
 License:        MIT
 URL:            http://www.turbogears.org/docs/plugins/template.html
-Source0:        http://files.turbogears.org/eggs/TurboKid-%{version}-py2.4.egg
+Source0:        http://files.turbogears.org/eggs/TurboKid-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-Requires:       python-kid >= 0.9.3
+Requires:       python-kid >= 0.9.1
 
 %description
 This package provides a template engine plugin, allowing you
@@ -24,18 +24,16 @@
 
 
 %prep
-%setup -q -c
+%setup -q -n TurboKid-%{version}
 
 
 %build
+%{__python} setup.py build
 
 
 %install
 rm -rf %{buildroot}
-mkdir -p %{buildroot}%{python_sitelib}/%{module}
-install -p -m 0644 %{module}/*.py %{buildroot}%{python_sitelib}/%{module}
-mkdir -p %{buildroot}%{python_sitelib}/TurboKid-%{version}-py%{pyver}.egg-info
-install -p -m 0644 EGG-INFO/* %{buildroot}%{python_sitelib}/TurboKid-%{version}-py%{pyver}.egg-info
+%{__python} setup.py install -O1 --skip-build --root %{buildroot}
 
 
 %clean
@@ -44,12 +42,16 @@
 
 %files
 %defattr(-,root,root,-)
-%doc
+%doc README.txt
 %{python_sitelib}/%{module}/
 %{python_sitelib}/TurboKid-%{version}-py%{pyver}.egg-info
 
 
 %changelog
+* Sat Sep 30 2006 Luke Macken <lmacken at redhat.com> - 0.9.9-1
+- 0.9.9
+- Add README
+
 * Sat Sep 23 2006 Luke Macken <lmacken at redhat.com> - 0.9.8-3
 - Rename to python-turbokid
 - Own %%{python_sitelib}/turbokid directory


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-turbokid/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	30 Sep 2006 06:15:34 -0000	1.2
+++ sources	30 Sep 2006 06:23:30 -0000	1.3
@@ -1 +1 @@
-35997fd4208f40279461b6a823a4e03f  TurboKid-0.9.8-py2.4.egg
+49492d0d50257737f097e72500715a3b  TurboKid-0.9.9.tar.gz




More information about the scm-commits mailing list