SPECS: python-simplejson.spec - added .egg-info dir - added Req py...

emes emes at pld-linux.org
Sun Nov 19 03:35:57 CET 2006


Author: emes                         Date: Sun Nov 19 02:35:57 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added .egg-info dir
- added Req python

---- Files affected:
SPECS:
   python-simplejson.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/python-simplejson.spec
diff -u SPECS/python-simplejson.spec:1.1 SPECS/python-simplejson.spec:1.2
--- SPECS/python-simplejson.spec:1.1	Sun Nov 19 01:35:57 2006
+++ SPECS/python-simplejson.spec	Sun Nov 19 03:35:52 2006
@@ -1,15 +1,17 @@
 # $Revision$
 %define     module  simplejson
+%define     python_version  2.4
 Summary:	Simple, fast, extensible JSON encoder/decoder for Python
 Summary(pl):	Prosty, szybki, rozszerzalny (de)koder JSON dla Pythona
 Name:		python-%{module}
 Version:	1.4
-Release:	0.1
+Release:	0.2
 License:	MIT
 Group:		Libraries
 Source0:    http://cheeseshop.python.org/packages/source/s/%{module}/%{module}-%{version}.tar.gz
 # Source0-md5:	5fbad786a4b151d44a9b1e1e157e5510
 URL:		http://undefined.org/python/#simplejson
+Requires:   python >= %{python_version}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -36,7 +38,8 @@
 %files
 %defattr(644,root,root,755)
 %dir %{py_sitescriptdir}/%{module}
-%{py_sitescriptdir}/%{module}/*.py[co]
+%{py_sitescriptdir}/%{module}
+%{py_sitescriptdir}/%{module}-%{version}-py%{python_version}.egg-info
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -44,6 +47,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/11/19 02:35:52  emes
+- added .egg-info dir
+- added Req python
+
 Revision 1.1  2006/11/19 00:35:57  emes
 - first version, builds but not tested if works
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/python-simplejson.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list