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

Matthias Saou (thias) fedora-extras-commits at redhat.com
Fri Apr 20 08:36:38 UTC 2007


Author: thias

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

Modified Files:
	.cvsignore sources 
Added Files:
	python-louie.spec 
Log Message:
Initial import of python-louie (#228298).



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

Summary: Dispatches signals between Python objects in a wide variety of contexts
Name: python-louie
Version: 1.1
Release: 1%{?dist}
License: BSD
Group: Development/Languages
URL: http://pylouie.org/
Source: http://cheeseshop.python.org/packages/source/L/Louie/Louie-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: python-setuptools
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildArch: noarch

%description
Louie provides Python programmers with a straightforward way to dispatch
signals between objects in a wide variety of contexts. It is based on
PyDispatcher, which in turn was based on a highly-rated recipe in the
Python Cookbook.


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


%build
%{__python} setup.py build


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


%clean
%{__rm} -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc doc/*
%{python_sitelib}/Louie-*.egg-info/
%{python_sitelib}/louie/


%changelog
* Fri Feb  9 2007 Matthias Saou <http://freshrpms.net/> 1.1-1
- Initial RPM release.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-louie/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Apr 2007 17:35:23 -0000	1.1
+++ .cvsignore	20 Apr 2007 08:36:04 -0000	1.2
@@ -0,0 +1 @@
+Louie-1.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-louie/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Apr 2007 17:35:23 -0000	1.1
+++ sources	20 Apr 2007 08:36:04 -0000	1.2
@@ -0,0 +1 @@
+46a61f7a88c624433c96f28ae30aa1a4  Louie-1.1.tar.gz




More information about the fedora-extras-commits mailing list