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

Peter Lemenkov peter at fedoraproject.org
Wed Jun 3 17:54:59 UTC 2009


Author: peter

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

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-application.spec 
Log Message:
initial commit


--- NEW FILE import.log ---
python-application-1_1_1-2_fc10:EL-5:python-application-1.1.1-2.fc10.src.rpm:1244051134


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

Name:		python-application
Version:	1.1.1
Release:	2%{?dist}
Summary:	Basic building blocks for python applications
Group:		Development/Languages
License:	LGPLv2+
URL:		http://pypi.python.org/pypi/python-application
Source0:	http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires:	python-devel
BuildRequires:	python-setuptools-devel
BuildArch:	noarch


%description
This package is a collection of modules that are useful when building python
applications. Their purpose is to eliminate the need to divert resources
into implementing the small tasks that every application needs to do in
order to run successfully and focus instead on the application logic itself.

%prep
%setup -q
chmod 0644 examples/*.py

%build
%{__python} -c 'import setuptools; execfile("setup.py")' build



%install
rm -rf $RPM_BUILD_ROOT
%{__python} -c 'import setuptools; execfile("setup.py")' install --skip-build --root $RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc LICENSE NEWS PKG-INFO README examples
%{python_sitelib}/application/
%{python_sitelib}/python_application-%{version}-*.egg-info/


%changelog
* Mon Jun  1 2009 Peter Lemenkov <lemenkov at gmail.com> 1.1.1-2
- Added missing BR python-setuptools-devel

* Fri May 29 2009 Peter Lemenkov <lemenkov at gmail.com> 1.1.1-1
- Initial build



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-application/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	3 Jun 2009 17:09:04 -0000	1.1
+++ .cvsignore	3 Jun 2009 17:54:29 -0000	1.2
@@ -0,0 +1 @@
+python-application-1.1.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-application/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	3 Jun 2009 17:09:04 -0000	1.1
+++ sources	3 Jun 2009 17:54:29 -0000	1.2
@@ -0,0 +1 @@
+dd583f1e626b22676efdafee0d9c83e9  python-application-1.1.1.tar.gz




More information about the fedora-extras-commits mailing list