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

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sun Oct 15 17:35:19 UTC 2006


Author: lmacken

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

Modified Files:
	.cvsignore sources 
Added Files:
	python-tgfastdata.spec 
Log Message:
auto-import python-tgfastdata-0.9a6-4 on branch devel from python-tgfastdata-0.9a6-4.src.rpm


--- NEW FILE python-tgfastdata.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 tgfastdata

Name:           python-tgfastdata
Version:        0.9a6
Release:        4%{?dist}
Summary:        Automatic user interface generation for TurboGears

Group:          Development/Languages
License:        MIT
URL:            http://www.turbogears.org/docs/plugins/template.html
Source0:        http://files.turbogears.org/eggs/TGFastData-%{version}-py2.4.egg
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch


%description
FastData is an extension to TurboGears which can provide automatic user
interface generation based upon an application's model objects.


%prep
%setup -q -c


%build


%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{python_sitelib}/%{module}{,/templates}
install -p -m 0644 %{module}/*.py %{buildroot}%{python_sitelib}/%{module}
install -p -m 0644 %{module}/templates/* %{buildroot}%{python_sitelib}/%{module}/templates

# Install the egg-info directory
mkdir -p %{buildroot}%{python_sitelib}/TurboKid-%{version}-py%{pyver}.egg-info
install -p -m 0644 EGG-INFO/* %{buildroot}%{python_sitelib}/TurboKid-%{version}-py%{pyver}.egg-info


%clean
rm -rf %{buildroot}


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

%changelog
* Tue Oct 14 2006 Luke Macken <lmacken at redhat.com> - 0.9a6-4
- Fix Source0
- Own %%{python_sitelib}/%{module}
- Don't install unusable tests

* Tue Oct 10 2006 Luke Macken <lmacken at redhat.com> - 0.9a6-3
- Remove TurboGears requirement

* Sat Sep 30 2006 Luke Macken <lmacken at redhat.com> - 0.9a6-2
- Rename to python-tgfastdata
- Install egg-info

* Sun Sep 17 2006 Luke Macken <lmacken at redhat.com> - 0.9a6-1
- Initial creation


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-tgfastdata/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 Oct 2006 17:34:58 -0000	1.1
+++ .cvsignore	15 Oct 2006 17:35:19 -0000	1.2
@@ -0,0 +1 @@
+TGFastData-0.9a6-py2.4.egg


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-tgfastdata/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 Oct 2006 17:34:58 -0000	1.1
+++ sources	15 Oct 2006 17:35:19 -0000	1.2
@@ -0,0 +1 @@
+523bdd96bda2f505c2626051a95565d4  TGFastData-0.9a6-py2.4.egg




More information about the scm-commits mailing list