Author: glen Date: Thu Aug 19 08:27:34 2010 GMT Module: packages Tag: HEAD ---- Log message: - 0.1, kde4 version, yet build fails (see notes)
---- Files affected: packages/synce-kcemirror: synce-kcemirror.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: packages/synce-kcemirror/synce-kcemirror.spec diff -u packages/synce-kcemirror/synce-kcemirror.spec:1.7 packages/synce-kcemirror/synce-kcemirror.spec:1.8 --- packages/synce-kcemirror/synce-kcemirror.spec:1.7 Sun Mar 23 12:07:31 2008 +++ packages/synce-kcemirror/synce-kcemirror.spec Thu Aug 19 10:27:28 2010 @@ -1,27 +1,29 @@ # $Revision$, $Date$ +# TODO +# - fails to build doc: "dtd/kdex.dtd" locate error, while package present: +# $ ql kde4-kdelibs|grep dtd/kdex.dtd +# /usr/share/apps/ksgmltools2/customization/dtd/kdex.dtd Summary: Windows CE remote control tool like VNC Summary(pl.UTF-8): Narzędzie do sterowania Windows CE podobne do VNC Summary(ru.UTF-8): Управление Windows CE в стиле VNC Summary(uk.UTF-8): Керування Windows CE у стилі VNC Name: synce-kcemirror -Version: 0.1.5 +Version: 0.1 Release: 0.1 License: Freeware Group: Networking -Source0: http://dl.sourceforge.net/synce/kcemirror-%{version}.tar.gz -# Source0-md5: bcd19781a3215222d96300d1e26f0a36 -URL: http://synce.sourceforge.net/synce/kde/kcemirror.php -BuildRequires: kdelibs-devel +Source0: http://downloads.sourceforge.net/project/synce/SynCE-KCEMirror/0.2/kde4-kcemirror-%{version}.tar.gz +# Source0-md5: ed9a6c5fd014e53b9632889debdae345 +URL: http://www.synce.org/ BuildRequires: libjpeg-devel BuildRequires: libstdc++-devel -BuildRequires: qt-devel BuildRequires: synce-librapi2-devel BuildRequires: synce-libsynce-devel +#BuildRequires: xml-utils BuildRequires: xorg-cf-files BuildRequires: xorg-lib-libXext-devel BuildRequires: xorg-lib-libXt-devel BuildRequires: xorg-util-imake -#BuildRequires: xml-utils BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -55,29 +57,26 @@ ввод за допомогою клавіатури та миші повертається до Windows CE. %prep -%setup -q -n kcemirror-%{version} +%setup -q -n kde4-kcemirror-%{version} %build -%configure \ +install -d build +cd build +%cmake .. \ + -DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \ + -DCMAKE_INSTALL_PREFIX=%{_prefix} \ %if "%{_lib}" == "lib64" - --enable-libsuffix=64 \ + -DLIB_SUFFIX=64 %endif - --%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \ - --with-qt-libraries=%{_libdir} \ - --enable-shared \ - --disable-static \ - --disable-rpath \ - --with-pic %{__make} %install rm -rf $RPM_BUILD_ROOT -%{__make} install \ - DESTDIR=$RPM_BUILD_ROOT \ - kde_htmldir=%{_kdedocdir} +%{__make} -C build install \ + DESTDIR=$RPM_BUILD_ROOT -install -D kcemirror.1 $RPM_BUILD_ROOT%{_mandir}/man1/kcemirror.1 +install -Dp kcemirror.1 $RPM_BUILD_ROOT%{_mandir}/man1/kcemirror.1 %find_lang kcemirror --with-kde @@ -98,6 +97,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2010/08/19 08:27:28 glen +- 0.1, kde4 version, yet build fails (see notes) + Revision 1.7 2008/03/23 11:07:31 glen - never use --enable-final ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/synce-kcemirror/synce-kcemirror.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
