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

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Fri Oct 6 06:04:15 UTC 2006


Author: lmacken

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

Modified Files:
	.cvsignore sources 
Added Files:
	python-turbojson.spec 
Log Message:
auto-import python-turbojson-0.9.9-2 on branch devel from python-turbojson-0.9.9-2.src.rpm


--- NEW FILE python-turbojson.spec ---
%{!?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]")}

%define module turbojson

Name:           python-turbojson
Version:        0.9.9
Release:        2%{?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
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

%description
This package provides a template engine plugin, allowing you
to easily use Json with TurboGears, Buffet or other systems
that support python.templating.engines.


%prep
%setup -q -c


%build


%install
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
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

%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%{python_sitelib}/%{module}/
%{python_sitelib}/TurboJson-%{version}-py%{pyver}.egg-info


%changelog
* Fri Oct  6 2006 Luke Macken <lmacken at redhat.com> 0.9.9-2
- Update source url

* Mon Sep 25 2006 Luke Macken <lmacken at redhat.com> 0.9.9-1
- 0.9.9
- Rename to python-turbojson
- Own the %%{python_sitelib/turbojson directory
- Install the EGG-INFO

* Sat Sep 16 2006 Luke Macken <lmacken at redhat.com> 0.9.8-1
- Initial creation


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-turbojson/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	6 Oct 2006 06:03:49 -0000	1.1
+++ .cvsignore	6 Oct 2006 06:04:14 -0000	1.2
@@ -0,0 +1 @@
+TurboJson-0.9.9-py2.4.egg


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-turbojson/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	6 Oct 2006 06:03:49 -0000	1.1
+++ sources	6 Oct 2006 06:04:14 -0000	1.2
@@ -0,0 +1 @@
+d8053e4b4e7920305bb6a96bfba23164  TurboJson-0.9.9-py2.4.egg




More information about the fedora-extras-commits mailing list