Author: glen Date: Fri Oct 13 07:51:23 2006 GMT Module: SPECS Tag: AC-branch ---- Log message: - KDE 3.5.5
---- Files affected: SPECS: kdebindings.spec (1.66.2.4 -> 1.66.2.5) ---- Diffs: ================================================================ Index: SPECS/kdebindings.spec diff -u SPECS/kdebindings.spec:1.66.2.4 SPECS/kdebindings.spec:1.66.2.5 --- SPECS/kdebindings.spec:1.66.2.4 Mon Aug 21 15:58:04 2006 +++ SPECS/kdebindings.spec Fri Oct 13 09:51:18 2006 @@ -1,4 +1,7 @@ # $Revision$, $Date$ +# TODO +# - python-dcop binding .so files are installed into /usr/share after pld-common-PLD patch! +# - do we need pcop.la from pyhton-dcop? (create -devel?) anyone knows add rm -f into install section # # Conditional build: %bcond_without ruby # disable ruby @@ -17,14 +20,15 @@ Summary(pl): Dowiązania KDE dla języków innych niż C++ Summary(pt_BR): Bindings para KDE Name: kdebindings -Version: 3.5.4 -Release: 1 +Version: 3.5.5 +Release: 0.1 License: GPL Group: X11/Applications Source0: ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{name}-%{version}.tar.bz2 -# Source0-md5: 097eb4311f5715f36fdc83dc5badb476 -Patch0: %{name}-ac.patch -#Patch100: %{name}-branch.diff +# Source0-md5: e0da219943407a786c2ceea1605fadd1 +#Patch100: %{name}-branch.diff +Patch0: kde-common-PLD.patch +Patch1: %{name}-ac.patch URL: http://www.kde.org/ BuildRequires: autoconf BuildRequires: automake @@ -40,7 +44,7 @@ BuildRequires: perl-devel BuildRequires: perl-modules >= 1:5.8.0 #BuildRequires: pnet >= 0.4.8 -BuildRequires: python-devel >= 2.1 +BuildRequires: python-devel >= 1:2.1 %if %{with ruby} BuildRequires: rpmbuild(macros) >= 1.277 BuildRequires: ruby-devel @@ -407,16 +411,15 @@ %prep %setup -q #%patch100 -p1 -%patch0 -p1 -b .niedakh +%patch0 -p1 +%patch1 -p1 -%build # dont build pyQt and pyKDE since we build it from a separate spec -echo "DO_NOT_COMPILE=\"\$DO_NOT_COMPILE python\"" > python/configure.in.in +echo 'DO_NOT_COMPILE="$DO_NOT_COMPILE python"' > python/configure.in.in +%build cp %{_datadir}/automake/config.sub admin -#export UNSERMAKE=/usr/share/unsermake/unsermake %{__make} -f admin/Makefile.common cvs - %configure \ %if "%{_lib}" == "lib64" --enable-libsuffix=64 \ @@ -520,15 +523,17 @@ %{_libdir}/*kjsembed.la %{_includedir}/kjsembed -# python bindings for dcop, others wont be built - +# python bindings for dcop, others won't be built %files python-dcop %defattr(644,root,root,755) -%{py_libdir}/pydcop.py -%attr(755,root,root) %{py_libdir}/site-packages/pcop.so +#%{py_libdir}/pydcop.py +#%attr(755,root,root) %{py_libdir}/site-packages/pcop.so +%{py_scriptdir}/pydcop.py +# FIXME: should be in /usr/lib! +%{py_sitescriptdir}/pcop.la +%attr(755,root,root) %{py_sitescriptdir}/pcop.so # C bindings for qt and kde using the smoke technology - %files smoke-qt %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/*smokeqt.so.1.2.2 @@ -681,6 +686,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.66.2.5 2006/10/13 07:51:18 glen +- KDE 3.5.5 + Revision 1.66.2.4 2006/08/21 13:58:04 glen - KDE 3.5.4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/kdebindings.spec?r1=1.66.2.4&r2=1.66.2.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
