rpms/python-imaging/devel python-imaging.spec,1.3,1.4

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Mar 3 23:53:15 UTC 2005


Author: thias

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

Modified Files:
	python-imaging.spec 
Log Message:
Mass letter "o" and "p" update, one or more apply :
- Drop epoch: 0
- Remove %{epoch} requirements in sub-packages
- Remove trailing white spaces
- Keep consistent between spaces and tabs



Index: python-imaging.spec
===================================================================
RCS file: /cvs/extras/rpms/python-imaging/devel/python-imaging.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-imaging.spec	11 Feb 2005 13:17:58 -0000	1.3
+++ python-imaging.spec	3 Mar 2005 23:53:13 -0000	1.4
@@ -2,9 +2,8 @@
 %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")
 %define py_incdir %{_includedir}/python%{pyver}
 
-Summary: Python's own image processing library 
+Summary: Python's own image processing library
 Name: python-imaging
-Epoch: 0
 Version: 1.1.4
 Release: 7
 License: Distributable
@@ -24,9 +23,9 @@
 Requires: python-abi = %{pyver}
 
 %description
-Python Imaging Library 
-   
-The Python Imaging Library (PIL) adds image processing capabilities 
+Python Imaging Library
+
+The Python Imaging Library (PIL) adds image processing capabilities
 to your Python interpreter.
 
 This library provides extensive file format support, an efficient
@@ -37,12 +36,11 @@
 %package devel
 Summary: Development files for python-imaging.
 Group: Development/Languages
-Requires: %{name} = %{epoch}:%{version}-%{release}, python-devel, %{py_incdir}
+Requires: %{name} = %{version}-%{release}, python-devel, %{py_incdir}
 
 %description devel
 Development files for python-imaging.
 
-#---------------------------------------------------------------------
 
 %prep
 %setup -q -n Imaging-%{version}
@@ -54,7 +52,6 @@
 %patch5 -p1
 %patch6 -p1
 
-#---------------------------------------------------------------------
 
 %build
 cd libImaging
@@ -68,7 +65,6 @@
 cd ..
 %{__python} setup.py build
 
-#---------------------------------------------------------------------
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -76,17 +72,14 @@
 install -m 644 libImaging/*.h $RPM_BUILD_ROOT/%{py_incdir}/Imaging
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 
-#---------------------------------------------------------------------
 
 %check || :
 PYTHONPATH=$(ls -1d build/lib.linux*) %{__python} selftest.py
 
-#---------------------------------------------------------------------
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-#---------------------------------------------------------------------
 
 %files
 %defattr (-,root,root)
@@ -103,6 +96,7 @@
 %{py_incdir}/Imaging
 %doc Doc Scripts Images Sane
 
+
 %changelog
 * Mon Feb  7 2005 Thorsten Leemhuis <fedora at leemhuis dot info> - 0:1.1.4-7
 - Build PIC on x86_64 to fix x86_64 linking.
@@ -115,7 +109,7 @@
 
 * Sun Nov 30 2003 Juha Ylitalo <jylitalo at iki.fi> - 0:1.1.4-0.fdr.5
 - added -devel package (thanks to patch from pmatilai at welho.com)
-- FC1 requires dependency to tcl-devel and tk-devel package 
+- FC1 requires dependency to tcl-devel and tk-devel package
 
 * Wed Jul 16 2003 Juha Ylitalo <jylitalo at iki.fi> - 0:1.1.4-0.fdr.4
 - bumped release
@@ -126,7 +120,7 @@
 
 * Sat Jul 12 2003 Juha Ylitalo <jylitalo at iki.fi> - 0:1.1.4-0.fdr.3
 - fixed source0 to point into effbot.org instead of pythonware.com
-- changed references from python2 to python, since python in RH9 is 
+- changed references from python2 to python, since python in RH9 is
   python 2.2.
 - removed percent signs from changelog.
 
@@ -140,7 +134,7 @@
 
 * Tue May 20 2003 Juha Ylitalo <jylitalo at iki.fi> - 0:1.1.3-0.fdr.5
 - added python2-devel into buildrequires.
-- added versionm variable into setup macro instead of hard coded 
+- added versionm variable into setup macro instead of hard coded
   version number.
 
 * Mon May 12 2003 Juha Ylitalo <jylitalo at iki.fi> - 0:1.1.3-0.fdr.4
@@ -168,7 +162,7 @@
 - switched from python 1.5.2 to python 2.2
 - other modifications to make it build at minimal effort
 
-* Tue Sep 12 2000 Ray Garcia <rayg at ssec.wisc.edu> 
+* Tue Sep 12 2000 Ray Garcia <rayg at ssec.wisc.edu>
 - update to 1.1
 
 * Thu Mar 30 2000 Frederic Lepied <flepied at mandrakesoft.com> 1.0b1-3mdk
@@ -187,11 +181,11 @@
 
 * Sun Dec 27 1998 Oliver Andrich <oli at andrich.net>
 - changed Setup file so that the tkinter module is compiled with Tix and BLT
-	support
+  support
 
 * Mon Jul 20 1998 Oliver Andrich <oli at andrich.net>
 - had to recompile and update the package to support the uptodate graphics
-	libs
+  libs
 
 * Sat Jun 07 1998 Oliver Andrich <oli at andrich.net>
 - updated package to version 0.3a4




More information about the fedora-extras-commits mailing list