packages: python-anyjson/python-anyjson.spec - desc, URL, cleanup

zbyniu zbyniu at pld-linux.org
Thu May 26 15:52:55 CEST 2011


Author: zbyniu                       Date: Thu May 26 13:52:55 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- desc, URL, cleanup

---- Files affected:
packages/python-anyjson:
   python-anyjson.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/python-anyjson/python-anyjson.spec
diff -u packages/python-anyjson/python-anyjson.spec:1.2 packages/python-anyjson/python-anyjson.spec:1.3
--- packages/python-anyjson/python-anyjson.spec:1.2	Wed May 25 09:18:29 2011
+++ packages/python-anyjson/python-anyjson.spec	Thu May 26 15:52:50 2011
@@ -1,15 +1,14 @@
 # $Revision$, $Date$
 %define 	module	anyjson
-Summary:	JSON implementation in a common interface.
-Summary(pl.UTF-8):	-
+Summary:	JSON implementation in a common interface
 Name:		python-%{module}
 Version:	0.3.1
 Release:	0.1
-License:	BSD-like
+License:	BSD
 Group:		Development/Languages/Python
 Source0:	http://pypi.python.org/packages/source/a/%{module}/%{module}-%{version}.tar.gz
 # Source0-md5:	2b53b5d53fc40af4da7268d3c3e35a50
-URL:		-
+URL:		https://bitbucket.org/runeh/anyjson
 BuildRequires:	python-distribute
 BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.219
@@ -19,6 +18,9 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
+Anyjson loads whichever is the fastest JSON module installed and
+provides a uniform API regardless of which JSON implementation is
+used.
 
 %prep
 %setup -q -n %{module}-%{version}
@@ -38,14 +40,6 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%pre
-
-%preun
-
-%post
-
-%postun
-
 %files
 %defattr(644,root,root,755)
 %doc README*
@@ -55,8 +49,6 @@
 %{py_sitescriptdir}/%{module}-*.egg-info
 %endif
 
-
-
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
@@ -64,6 +56,8 @@
 
 
 $Log$
-Revision 1.2  2011/05/25 07:18:29  cieciwa
-- updated %%file
+Revision 1.3  2011/05/26 13:52:50  zbyniu
+- desc, URL, cleanup
 
+Revision 1.2  2011/05/25 07:18:29  cieciwa
+- updated %file
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-anyjson/python-anyjson.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list