rpms/python-tgext-admin/devel import.log, NONE, 1.1 python-tgext-admin.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:40 UTC 2009


Author: lmacken

Update of /cvs/pkgs/rpms/python-tgext-admin/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2240/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-tgext-admin.spec 
Log Message:
Initial commit of python-tgext-admin for rawhide



--- NEW FILE import.log ---
python-tgext-admin-0_2_5-1_fc10:HEAD:python-tgext-admin-0.2.5-1.fc10.src.rpm:1249319152


--- NEW FILE python-tgext-admin.spec ---
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?pyver: %global pyver %(%{__python} -c "import sys ; print sys.version[:3]")}

Name:           python-tgext-admin
Version:        0.2.5
Release:        1%{?dist}
Summary:        Admin Controller add-on for basic TG identity model

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

BuildRequires:  python-setuptools-devel python-devel
#BuildRequires:  python-tgext-crud python-nose TurboGears2
Requires:       python-tgext-crud

%description
Admin Controller add-on for basic TG identity model.


%prep
%setup -q -n tgext.admin-%{version}


%build
%{__python} setup.py build


%install
rm -rf %{buildroot}
%{__python} setup.py install --skip-build --root %{buildroot}
%{__rm} -r %{buildroot}/%{python_sitelib}/tgext/admin/test


# Waiting for chameleon.genshi to be packaged
#%check
#PYTHONPATH=$(pwd) nosetests


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc license.txt README.txt
%{python_sitelib}/tgext.admin-%{version}-py%{pyver}*
%{python_sitelib}/tgext/admin/


%changelog
* Fri Jul 31 2009 Luke Macken <lmacken at redhat.com> - 0.2.5-1
- 0.2.5

* Sat Jun 27 2009 Luke Macken <lmacken at redhat.com> - 0.2.4-2
- Change %%define to %%global
- Don't package the test suite

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-tgext-admin/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	31 Jul 2009 21:13:38 -0000	1.1
+++ .cvsignore	3 Aug 2009 21:09:40 -0000	1.2
@@ -0,0 +1 @@
+tgext.admin-0.2.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-tgext-admin/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	31 Jul 2009 21:13:38 -0000	1.1
+++ sources	3 Aug 2009 21:09:40 -0000	1.2
@@ -0,0 +1 @@
+e08a09209ab8314726cf9357e29eaf2d  tgext.admin-0.2.5.tar.gz




More information about the scm-commits mailing list