Author: qboosh Date: Sat Dec 4 06:29:38 2010 GMT Module: packages Tag: HEAD ---- Log message: - BR: freetype-devel, lcms-devel - pl for -sane and -tk
---- Files affected: packages/python-PIL: python-PIL.spec (1.73 -> 1.74) ---- Diffs: ================================================================ Index: packages/python-PIL/python-PIL.spec diff -u packages/python-PIL/python-PIL.spec:1.73 packages/python-PIL/python-PIL.spec:1.74 --- packages/python-PIL/python-PIL.spec:1.73 Sat Nov 13 01:20:23 2010 +++ packages/python-PIL/python-PIL.spec Sat Dec 4 07:29:33 2010 @@ -11,7 +11,7 @@ Version: 1.1.7 Release: 3 Epoch: 1 -License: distributable +License: BSD-like Group: Libraries/Python Source0: http://effbot.org/downloads/Imaging-%{version}.tar.gz # Source0-md5: fc14a54e1ce02a0225be8854bfba478e @@ -20,15 +20,20 @@ Patch2: python-imaging-1.1.6-sane-types.patch Patch3: python-imaging-giftrans.patch URL: http://www.pythonware.com/products/pil/ +BuildRequires: freetype-devel >= 2.3.9 +BuildRequires: lcms-devel >= 1.1.5 BuildRequires: libjpeg-devel >= 6a -BuildRequires: python +BuildRequires: python >= 1:2.5 BuildRequires: python-devel >= 1:2.5 %{?with_tk:BuildRequires: python-tkinter} BuildRequires: rpm-pythonprov BuildRequires: sane-backends-devel %{?with_tk:BuildRequires: tk-devel} -BuildRequires: zlib-devel +BuildRequires: zlib-devel >= 1.2.3 %pyrequires_eq python-libs +Requires: freetype >= 2.3.9 +Requires: lcms >= 1.1.5 +Requires: zlib >= 1.2.3 Obsoletes: python-Imaging BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -40,11 +45,12 @@ %description -l pl.UTF-8 Python Imaging Library (PIL) dodaje możliwość przetwarzania obrazu do -interpretera Pythona. Biblioteka daje wsparcie dla wielu formatów -plików, wydajną reprezentację wewnętrzną i duże możliwości obróbki +interpretera Pythona. Biblioteka ma obsługę wielu formatów plików, +wydajną reprezentację wewnętrzną i duże możliwości obróbki. %package sane Summary: Python Module for using scanners +Summary(pl.UTF-8): Moduły Pythona do używania skanerów Group: Libraries Requires: %{name} = %{epoch}:%{version}-%{release} @@ -53,8 +59,14 @@ to various raster scanning devices such as flatbed scanners and digital cameras. +%description sane -l pl.UTF-8 +Ten pakiet zawiera moduł sane dla Pythona, dający dostęp do wielu +rastrowych urządzeń skanujących, takich jak skanery płaskie i aparaty +cyfrowe. + %package tk Summary: Tk interface for python-imaging +Summary(pl.UTF-8): Interfejs Tk do modułów python-imaging Group: Libraries Requires: %{name} = %{epoch}:%{version}-%{release} Requires: python-tkinter @@ -63,6 +75,9 @@ %description tk This package contains a Tk interface for python-imaging. +%description tk -l pl.UTF-8 +Ten pakiet zawiera interfejs Tk do modułów python-imaging. + %package devel Summary: Python's own image processing library header files Summary(pl.UTF-8): Pliki nagłówkowe do biblioteki obróbki obrazu w Pythonie @@ -126,11 +141,11 @@ %files %defattr(644,root,root,755) -%doc README CHANGES* +%doc CHANGES README %{py_sitedir}/%{module}.pth %dir %{py_sitedir}/%{module} %{py_sitedir}/%{module}/*.py[co] -%attr(755,root,root) %{py_sitedir}/%{module}/*.so +%attr(755,root,root) %{py_sitedir}/%{module}/_imaging*.so %if "%{py_ver}" > "2.4" %{py_sitedir}/%{module}/%{module}-*.egg-info %endif @@ -162,7 +177,8 @@ %files devel %defattr(644,root,root,755) -%{py_incdir}/*.h +%{py_incdir}/ImPlatform.h +%{py_incdir}/Imaging.h %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -170,6 +186,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.74 2010/12/04 06:29:33 qboosh +- BR: freetype-devel, lcms-devel +- pl for -sane and -tk + Revision 1.73 2010/11/13 00:20:23 pawelz - release 3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-PIL/python-PIL.spec?r1=1.73&r2=1.74&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
