rpms/python-sprox/F-11 python-sprox.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Luke Macken lmacken at fedoraproject.org
Mon Aug 3 21:09:14 UTC 2009


Author: lmacken

Update of /cvs/pkgs/rpms/python-sprox/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2069

Modified Files:
	.cvsignore sources 
Added Files:
	python-sprox.spec 
Log Message:
Initial commit of python-sprox to F11


--- NEW FILE python-sprox.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           python-sprox
Version:        0.6.3
Release:        1%{?dist}
Summary:        A package for creation of web widgets directly from database schema

Group:          Development/Languages
License:        MIT
URL:            http://sprox.org

Source0:        http://pypi.python.org/packages/source/s/sprox/sprox-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools-devel
BuildRequires:  python-tw-forms python-genshi python-sqlalchemy

Requires:       python-sqlalchemy >= 0.5
Requires:       python-tw-forms >= 0.9.2
Requires:       python-genshi >= 0.5

%description
Sprox is a widget generation library that has a slightly different take on the
problem of creating custom web content directly from database schemas. Sprox
provides an easy way to create forms for web content which are: automatically
generated, easy to customize, and validated. Sprox also has powerful tools to
help you display your content the way you want to with table and record
viewers. Sprox provides a way to fill your widgets, whether they are forms or
other content with customizable data.

%prep
%setup -q -n sprox-%{version}


%build
%{__python} setup.py build


%install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
rm -fr %{buildroot}%{python_sitelib}/tests

# python-tw-dojo needs to be packaged first...
#%check
#PYTHONPATH=$(pwd) nosetests

%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc
%{python_sitelib}/sprox*


%changelog
* Mon Aug 03 2009 Luke Macken <lmacken at redhat.com> - 0.6.3-1
- 0.6.3

* Mon Jun 08 2009 Luke Macken <lmacken at redhat.com> - 0.6.1-1
- Update to the latest upstream release

* Mon Jun 01 2009 Luke Macken <lmacken at redhat.com> - 0.5.5-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-sprox/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	31 Jul 2009 21:15:15 -0000	1.1
+++ .cvsignore	3 Aug 2009 21:09:13 -0000	1.2
@@ -0,0 +1 @@
+sprox-0.6.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-sprox/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	31 Jul 2009 21:15:15 -0000	1.1
+++ sources	3 Aug 2009 21:09:13 -0000	1.2
@@ -0,0 +1 @@
+db5ec9e7af73b527173b08e748cfd9f0  sprox-0.6.3.tar.gz




More information about the fedora-extras-commits mailing list