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

José Abílio Oliveira Matos (jamatos) fedora-extras-commits at redhat.com
Thu Jan 3 21:38:08 UTC 2008


Author: jamatos

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

Modified Files:
	python-imaging.spec 
Log Message:
* 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.
- Fix files permission.



Index: python-imaging.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-imaging/devel/python-imaging.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- python-imaging.spec	28 Aug 2007 17:08:14 -0000	1.17
+++ python-imaging.spec	3 Jan 2008 21:37:29 -0000	1.18
@@ -5,7 +5,7 @@
 Summary:       Python's own image processing library
 Name:          python-imaging
 Version:       1.1.6
-Release:       4%{?dist}
+Release:       5%{?dist}
 
 License:       BSD
 Group:         System Environment/Libraries
@@ -31,7 +31,9 @@
 This library provides extensive file format support, an efficient
 internal representation, and powerful image processing capabilities.
 
-Details about licensing can be found from README file.
+Notice that in order to reduce the package dependencies there are
+three subpackages: devel (for development); tk (to interact with the
+tk interface) and sane (scanning devices interface).
 
 %package devel
 Summary: Development files for python-imaging
@@ -123,7 +125,7 @@
     echo %{python_sitearch}/PIL/$file >> "$p/$what"
 done
 popd
-        
+
 
 %check || :
 PYTHONPATH=$(ls -1d build/lib.linux*) %{__python} selftest.py
@@ -133,7 +135,7 @@
 
 
 %files -f files.main
-%defattr (-,root,root)
+%defattr (-,root,root,-)
 %doc README CHANGES
 %{python_sitearch}/PIL.pth
 %dir %{python_sitearch}/PIL
@@ -152,6 +154,11 @@
 %files tk -f files.tk
 
 %changelog
+* 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.
+- Fix files permission.
+
 * Tue Aug 28 2007 José Matos <jamatos[AT]fc.up.pt> - 1.1.6-4
 - Rebuild for devel (F8).
 




More information about the fedora-extras-commits mailing list