rpms/python-simplejson/EL-5 .cvsignore, 1.4, 1.5 python-simplejson.spec, 1.7, 1.8 sources, 1.4, 1.5

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Tue Nov 27 20:36:56 UTC 2007


Author: lmacken

Update of /cvs/pkgs/rpms/python-simplejson/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12545

Modified Files:
	.cvsignore python-simplejson.spec sources 
Log Message:
1.7.3


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-simplejson/EL-5/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	3 Mar 2007 21:14:42 -0000	1.4
+++ .cvsignore	27 Nov 2007 20:36:24 -0000	1.5
@@ -1 +1 @@
-simplejson-1.5.tar.gz
+simplejson-1.7.3.tar.gz


Index: python-simplejson.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-simplejson/EL-5/python-simplejson.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- python-simplejson.spec	3 Mar 2007 21:14:42 -0000	1.7
+++ python-simplejson.spec	27 Nov 2007 20:36:24 -0000	1.8
@@ -1,9 +1,8 @@
-%{!?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]")}
-
+%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-simplejson
-Version:        1.5
+Version:        1.7.3
 Release:        1%{?dist}
 Summary:        Simple, fast, extensible JSON encoder/decoder for Python
 
@@ -12,9 +11,9 @@
 URL:            http://undefined.org/python/#simplejson
 Source0:        http://cheeseshop.python.org/packages/source/s/simplejson/simplejson-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildArch:      noarch
 
-BuildRequires:  python-setuptools python-devel
+BuildRequires:  python-devel python-setuptools-devel
+
 
 %description
 simplejson is a simple, fast, complete, correct and extensible
@@ -53,14 +52,18 @@
 
 %files
 %defattr(-,root,root,-)
-%doc docs
-%dir %{python_sitelib}/simplejson
-%{python_sitelib}/simplejson-%{version}-py%{pyver}.egg-info
-%{python_sitelib}/simplejson/*.py*
-%{python_sitelib}/simplejson/tests/*.py*
+%doc docs LICENSE.txt
+%dir %{python_sitearch}/simplejson
+%{python_sitearch}/simplejson-%{version}-py%{pyver}.egg-info
+%{python_sitearch}/simplejson/*.py*
+%{python_sitearch}/simplejson/tests/*.py*
+%{python_sitearch}/simplejson/_speedups.so
 
 
 %changelog
+* Tue Nov 27 2007 Luke Macken <lmacken at redhat.com> - 1.7.3-1
+- 1.7.3
+
 * Sat Mar  3 2007 Luke Macken <lmacken at redhat.com> - 1.5
 - 1.5
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-simplejson/EL-5/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	3 Mar 2007 21:14:42 -0000	1.4
+++ sources	27 Nov 2007 20:36:24 -0000	1.5
@@ -1 +1 @@
-16e579c1230e7a0469f9e46b57fb53df  simplejson-1.5.tar.gz
+03935eda1211f29d6856481baf6cba59  simplejson-1.7.3.tar.gz




More information about the fedora-extras-commits mailing list