rpms/python-louie/devel python-louie.spec,1.6,1.7

Bastien Nocera hadess at fedoraproject.org
Wed May 26 09:43:55 UTC 2010


Author: hadess

Update of /cvs/pkgs/rpms/python-louie/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv29394

Modified Files:
	python-louie.spec 
Log Message:
* Wed May 26 2010 Bastien Nocera <bnocera at redhat.com> 1.1-7
- Remove empty files, fix project URL



Index: python-louie.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-louie/devel/python-louie.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- python-louie.spec	26 Jul 2009 20:36:09 -0000	1.6
+++ python-louie.spec	26 May 2010 09:43:55 -0000	1.7
@@ -3,10 +3,10 @@
 Summary: Dispatches signals between Python objects in a wide variety of contexts
 Name: python-louie
 Version: 1.1
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: BSD
 Group: Development/Languages
-URL: http://pylouie.org/
+URL: http://11craft.github.com/louie/
 Source: http://cheeseshop.python.org/packages/source/L/Louie/Louie-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires: python-setuptools
@@ -41,6 +41,9 @@ Python Cookbook.
 %{__rm} -rf %{buildroot}
 %{__python} setup.py install --skip-build --root %{buildroot}
 
+# Remove empty files
+%{__rm} %{buildroot}/%{python_sitelib}/Louie-*.egg-info/not-zip-safe
+%{__rm} %{buildroot}/%{python_sitelib}/louie/test/fixture.py
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -48,12 +51,15 @@ Python Cookbook.
 
 %files
 %defattr(-,root,root,-)
-%doc doc/*
+%doc doc/*.txt
 %{python_sitelib}/Louie-*.egg-info/
 %{python_sitelib}/louie/
 
 
 %changelog
+* Wed May 26 2010 Bastien Nocera <bnocera at redhat.com> 1.1-7
+- Remove empty files, fix project URL
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list