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

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Wed Oct 3 15:01:16 UTC 2007


Author: lmacken

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

Modified Files:
	.cvsignore python-turbojson.spec sources 
Log Message:
* Wed Oct  3 2007 Luke Macken <lmacken at redhat.com> 1.1-1
- 1.1
- Update URL and Source




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-turbojson/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	6 Oct 2006 06:04:14 -0000	1.2
+++ .cvsignore	3 Oct 2007 15:00:43 -0000	1.3
@@ -1 +1 @@
-TurboJson-0.9.9-py2.4.egg
+TurboJson-1.1.tar.gz


Index: python-turbojson.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-turbojson/devel/python-turbojson.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-turbojson.spec	9 Dec 2006 04:42:00 -0000	1.2
+++ python-turbojson.spec	3 Oct 2007 15:00:43 -0000	1.3
@@ -4,14 +4,14 @@
 %define module turbojson
 
 Name:           python-turbojson
-Version:        0.9.9
-Release:        3%{?dist}
+Version:        1.1
+Release:        1%{?dist}
 Summary:        Python template plugin that supports json
 
 Group:          Development/Languages
 License:        MIT
-URL:            http://www.turbogears.org/docs/plugins/template.html
-Source0:        http://files.turbogears.org/eggs/TurboJson-%{version}-py2.4.egg
+URL:            http://cheeseshop.python.org/pypi/TurboJson
+Source0:        http://pypi.python.org/packages/source/T/TurboJson/TurboJson-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -32,10 +32,10 @@
 rm -rf %{buildroot}
 mkdir -p %{buildroot}%{python_sitelib}/%{module}
 mkdir -p %{buildroot}%{python_sitelib}/%{module}/tests
-install -p -m 0644 %{module}/*.py %{buildroot}%{python_sitelib}/%{module}
-install -p -m 0644 %{module}/tests/*.py %{buildroot}%{python_sitelib}/%{module}/tests
+install -p -m 0644 TurboJson-%{version}/%{module}/*.py %{buildroot}%{python_sitelib}/%{module}
+install -p -m 0644 TurboJson-%{version}/%{module}/tests/*.py %{buildroot}%{python_sitelib}/%{module}/tests
 mkdir -p %{buildroot}%{python_sitelib}/TurboJson-%{version}-py%{pyver}.egg-info
-install -p -m 0644 EGG-INFO/* %{buildroot}%{python_sitelib}/TurboJson-%{version}-py%{pyver}.egg-info
+install -p -m 0644 TurboJson-%{version}/TurboJson.egg-info/* %{buildroot}%{python_sitelib}/TurboJson-%{version}-py%{pyver}.egg-info
 
 %clean
 rm -rf %{buildroot}
@@ -48,6 +48,10 @@
 
 
 %changelog
+* Wed Oct  3 2007 Luke Macken <lmacken at redhat.com> 1.1-1
+- 1.1
+- Update URL and Source
+
 * Fri Dec  8 2006 Luke Macken <lmacken at redhat.com> 0.9.9-3
 - Rebuild for new python
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-turbojson/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	6 Oct 2006 06:04:14 -0000	1.2
+++ sources	3 Oct 2007 15:00:43 -0000	1.3
@@ -1 +1 @@
-d8053e4b4e7920305bb6a96bfba23164  TurboJson-0.9.9-py2.4.egg
+4c5cd655a4f271d3a29e5eac49808754  TurboJson-1.1.tar.gz




More information about the fedora-extras-commits mailing list