SPECS: python-pycups.spec - updated to 1.9.23 - added size_t patc...

wiget wiget at pld-linux.org
Fri Jun 8 23:28:08 CEST 2007


Author: wiget                        Date: Fri Jun  8 21:28:08 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.9.23 
- added size_t patch (fix python 2.5 compatibility)

---- Files affected:
SPECS:
   python-pycups.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/python-pycups.spec
diff -u SPECS/python-pycups.spec:1.11 SPECS/python-pycups.spec:1.12
--- SPECS/python-pycups.spec:1.11	Wed May 23 20:51:18 2007
+++ SPECS/python-pycups.spec	Fri Jun  8 23:28:03 2007
@@ -5,14 +5,15 @@
 Summary:	Set of Python bindings for the CUPS API
 Summary(pl.UTF-8):	Zbiór wiązań Pythona do API CUPS-a
 Name:		python-%{module}
-Version:	1.9.22
+Version:	1.9.23
 Release:	1
 License:	GPL
 Group:		Development/Languages/Python
 Source0:	http://cyberelk.net/tim/data/pycups/pycups-%{version}.tar.bz2
-# Source0-md5:	b430eaf0b7d74f0330eb49d2866e5cea
+# Source0-md5:	fcfe25039e83d086af0614bf59331561
+Patch0:		%{name}-size_t.patch
 BuildRequires:	cups-devel >= 1.2.1
-BuildRequires:	python-devel >= 1:2.3
+BuildRequires:	python-devel >= 1:2.5
 BuildRequires:	rpm-pythonprov
 %pyrequires_eq	python-modules
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -25,9 +26,10 @@
 
 %prep
 %setup -q -n %{module}-%{version}
+%patch0 -p1
 
 %build
-CFLAGS="%{rpmcflags}"
+CFLAGS="-DVERSION=\\\"%{version}\\\" %{rpmcflags}"
 export CFLAGS
 python setup.py build
 
@@ -46,6 +48,7 @@
 %defattr(644,root,root,755)
 %doc NEWS ChangeLog
 %attr(755,root,root) %{py_sitedir}/*.so
+%attr(755,root,root) %{py_sitedir}/*.egg-info
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -53,6 +56,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2007/06/08 21:28:03  wiget
+- updated to 1.9.23
+- added size_t patch (fix python 2.5 compatibility)
+
 Revision 1.11  2007/05/23 18:51:18  patrys
 - 1.9.22
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/python-pycups.spec?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list