rpms/python-catwalk/EL-5 import.log, NONE, 1.1 python-catwalk.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Luke Macken lmacken at fedoraproject.org
Wed Sep 30 19:54:36 UTC 2009


Author: lmacken

Update of /cvs/pkgs/rpms/python-catwalk/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27397/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-catwalk.spec 
Log Message:
Initial import of python-catwalk (#503591)


--- NEW FILE import.log ---
python-catwalk-2_0_2-1_fc10:EL-5:python-catwalk-2.0.2-1.fc10.src.rpm:1254325661


--- NEW FILE python-catwalk.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]")}

Name:           python-catwalk
Version:        2.0.2
Release:        1%{?dist}
Summary:        A way to view your models using TurboGears

Group:          Development/Languages
License:        MIT
URL:            http://code.google.com/p/tgtools/wiki/Catwalk
Source0:        http://pypi.python.org/packages/source/C/Catwalk/Catwalk-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  python-setuptools-devel
BuildRequires:  python-nose python-sprox python-tgext-admin
Requires:       python-sprox python-tgext-admin

%description
Catwalk is a database manipulation application built on top of TurboGears.
With it you can easily interact with your application data model and manage
your data.


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


%build
%{__python} setup.py build


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


# Disabled until chameleon.genshi is packaged
#%check
#PYTHONPATH=$(pwd) nosetests


%clean
rm -rf %{buildroot}


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


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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-catwalk/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	29 Sep 2009 19:55:12 -0000	1.1
+++ .cvsignore	30 Sep 2009 19:54:36 -0000	1.2
@@ -0,0 +1 @@
+Catwalk-2.0.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-catwalk/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	29 Sep 2009 19:55:12 -0000	1.1
+++ sources	30 Sep 2009 19:54:36 -0000	1.2
@@ -0,0 +1 @@
+e301fad3aa9c0888f9ff03b9f556bf46  Catwalk-2.0.2.tar.gz




More information about the fedora-extras-commits mailing list