rpms/python-anyjson/F-12 import.log, NONE, 1.1 python-anyjson.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Fabian Affolter fab at fedoraproject.org
Tue Jul 20 22:33:20 UTC 2010


Author: fab

Update of /cvs/pkgs/rpms/python-anyjson/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14981/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-anyjson.spec 
Log Message:
Initial import


--- NEW FILE import.log ---
python-anyjson-0_2_4-1_fc13:F-12:python-anyjson-0.2.4-1.fc13.src.rpm:1279665181


--- NEW FILE python-anyjson.spec ---
%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%endif

%global srcname anyjson

Name:           python-%{srcname}
Version:        0.2.4
Release:        1%{?dist}
Summary:        Wraps the best available JSON implementation available

Group:          Development/Languages
License:        BSD
URL:            http://pypi.python.org/pypi/anyjson
Source0:        http://pypi.python.org/packages/source/a/%{srcname}/%{srcname}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  python-devel
BuildRequires:  python-setuptools


%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 %{srcname}-%{version}


%build
%{__python} setup.py build


%install
rm -rf %{buildroot}
%{__python} setup.py install --skip-build --root %{buildroot}

 
%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc CHANGELOG LICENSE README
%{python_sitelib}/%{srcname}/
%{python_sitelib}/%{srcname}*.egg-info


%changelog
* Sat Jul 03 2010 Fabian Affolter <fabian at bernewireless.net> - 0.2.4-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-anyjson/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	16 Jul 2010 17:47:05 -0000	1.1
+++ .cvsignore	20 Jul 2010 22:33:20 -0000	1.2
@@ -0,0 +1 @@
+anyjson-0.2.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-anyjson/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	16 Jul 2010 17:47:05 -0000	1.1
+++ sources	20 Jul 2010 22:33:20 -0000	1.2
@@ -0,0 +1 @@
+ed707033ad6cee0a44db199c289a4c80  anyjson-0.2.4.tar.gz



More information about the scm-commits mailing list