Author: arekm Date: Sat Aug 26 21:13:25 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 2; fix python includes
---- Files affected: SPECS: libidn.spec (1.51 -> 1.52) ---- Diffs: ================================================================ Index: SPECS/libidn.spec diff -u SPECS/libidn.spec:1.51 SPECS/libidn.spec:1.52 --- SPECS/libidn.spec:1.51 Sat Aug 26 00:34:19 2006 +++ SPECS/libidn.spec Sat Aug 26 23:13:20 2006 @@ -17,7 +17,7 @@ Summary(pl): Biblioteka do przetwarzania umiędzynarodowionych łańcuchów Name: libidn Version: 0.6.6 -Release: 1 +Release: 2 License: LGPL v2.1 Group: Libraries Source0: http://josefsson.org/libidn/releases/%{name}-%{version}.tar.gz @@ -153,7 +153,7 @@ %if %{with python} %{__make} -C contrib/idn-python \ - INCLUDE="/usr/include/python2.4 -I/usr/include/python2.3 %{rpmcflags} -I../../lib -L../../lib/.libs" + INCLUDE="%{py_incdir} %{rpmcflags} -I../../lib -L../../lib/.libs" %endif %install @@ -228,6 +228,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.52 2006/08/26 21:13:20 arekm +- rel 2; fix python includes + Revision 1.51 2006/08/25 22:34:19 qboosh - updated to 0.6.6, updated pl.po-update patch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libidn.spec?r1=1.51&r2=1.52&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
