rpms/python-imaging/devel python-imaging.spec,1.18,1.19

Alex Lancaster (alexlan) fedora-extras-commits at redhat.com
Sat Jan 5 01:10:27 UTC 2008


Author: alexlan

Update of /cvs/pkgs/rpms/python-imaging/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15269

Modified Files:
	python-imaging.spec 
Log Message:
* Fri Jan  4 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.1.6-6
- Support for Python Eggs for F9+



Index: python-imaging.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-imaging/devel/python-imaging.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- python-imaging.spec	3 Jan 2008 21:37:29 -0000	1.18
+++ python-imaging.spec	5 Jan 2008 01:09:51 -0000	1.19
@@ -5,7 +5,7 @@
 Summary:       Python's own image processing library
 Name:          python-imaging
 Version:       1.1.6
-Release:       5%{?dist}
+Release:       6%{?dist}
 
 License:       BSD
 Group:         System Environment/Libraries
@@ -137,6 +137,9 @@
 %files -f files.main
 %defattr (-,root,root,-)
 %doc README CHANGES
+%if 0%{?fedora} >= 9
+%{python_sitelib}/PIL*egg-info
+%endif
 %{python_sitearch}/PIL.pth
 %dir %{python_sitearch}/PIL
 
@@ -148,12 +151,18 @@
 %files sane
 %defattr (0644,root,root,755)
 %doc Sane/CHANGES Sane/demo*.py Sane/sanedoc.txt
+%if 0%{?fedora} >= 9
+%{python_sitelib}/pysane*egg-info
+%endif
 %{python_sitearch}/_sane.so
 %{python_sitearch}/sane.py*
 
 %files tk -f files.tk
 
 %changelog
+* Fri Jan  4 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.1.6-6
+- Support for Python Eggs for F9+
+
 * Thu Jan  3 2008 José Matos <jamatos[AT]fc.up.pt> - 1.1.6-5
 - Rebuild for Tcl/Tk upgrade (F9+).
 - Update description to reflect the subpackages.




More information about the fedora-extras-commits mailing list