Author: arekm Date: Sat Jul 4 08:33:03 2009 GMT Module: packages Tag: HEAD ---- Log message: - up to 2.0.1
---- Files affected: packages/kde4-koffice: kde4-koffice.spec (1.41 -> 1.42) ---- Diffs: ================================================================ Index: packages/kde4-koffice/kde4-koffice.spec diff -u packages/kde4-koffice/kde4-koffice.spec:1.41 packages/kde4-koffice/kde4-koffice.spec:1.42 --- packages/kde4-koffice/kde4-koffice.spec:1.41 Mon Jun 8 23:42:56 2009 +++ packages/kde4-koffice/kde4-koffice.spec Sat Jul 4 10:32:57 2009 @@ -10,6 +10,8 @@ %define origname koffice %define kdever 4.2.4 +%bcond_with pdf + Summary: KOffice - powerful office suite for KDE Summary(pl.UTF-8): KOffice - potężny pakiet biurowy dla KDE Summary(pt_BR.UTF-8): Suíte de aplicativos office para o KDE @@ -17,13 +19,15 @@ Summary(uk.UTF-8): Набір офісних програм для KDE Summary(zh_CN.UTF-8): KDE 的办公应用软件集。 Name: kde4-koffice -Version: 2.0.0 -Release: 4 +Version: 2.0.1 +Release: 1 License: GPL/LGPL Group: X11/Applications Source0: ftp://ftp.kde.org/pub/kde/%{_state}/%{origname}-%{version}/src/%{origname}-%{version}.tar.bz2 -# Source0-md5: 46531c940d4672f5206cd60bb484f1c6 +# Source0-md5: 86fb3660c2b87495d1bf84da9044d441 URL: http://www.koffice.org/ +BuildRequires: QtTest-devel +BuildRequires: QtUiTools-devel BuildRequires: GraphicsMagick-devel BuildRequires: OpenEXR-devel BuildRequires: OpenGL-GLU-devel @@ -49,7 +53,10 @@ BuildRequires: libxslt-devel >= 1.0.7 BuildRequires: mysql-devel BuildRequires: pkgconfig -BuildRequires: poppler-qt-devel >= 0.5.1 +%if %{with pdf} +BuildRequires: poppler-qt-devel >= 0.6 +BuildRequires: poppler-qt-devel < 0.7 +%endif BuildRequires: python-devel >= 2.2 BuildRequires: qca-devel >= 2.0.0 BuildRequires: qimageblitz-devel @@ -403,9 +410,11 @@ %dir %{_datadir}/templates/.source %{_desktopdir}/kde4/koffice.desktop %{_iconsdir}/oxygen/*/actions/*.png +%{_iconsdir}/oxygen/*/actions/*.svgz %{_kdedocdir}/en/koffice %dir %{_datadir}/color %dir %{_datadir}/color/icc +%{_datadir}/color/icc/pigment # # Files i dunno what to do with # @@ -546,7 +555,9 @@ %{_desktopdir}/kde4/kplato.desktop %{_datadir}/config/kplatorc %{_iconsdir}/hicolor/*/apps/kplato.png +%{_iconsdir}/hicolor/*/apps/kplato.svgz %{_iconsdir}/hicolor/*/mimetypes/application-x-vnd.kde.kplato.png +%{_iconsdir}/hicolor/*/mimetypes/application-x-vnd.kde.kplato.svgz %{_kdedocdir}/en/kplato %files kpresenter @@ -610,12 +621,15 @@ %attr(755,root,root) %{_libdir}/kde4/libkritaoraexport.so %attr(755,root,root) %{_libdir}/kde4/libkritaoraimport.so %attr(755,root,root) %{_libdir}/kde4/libkritapart.so -%attr(755,root,root) %{_libdir}/kde4/libkritapdfimport.so %attr(755,root,root) %{_libdir}/kde4/libkritapngexport.so %attr(755,root,root) %{_libdir}/kde4/libkritapngimport.so %attr(755,root,root) %{_libdir}/kde4/libkritatiffexport.so %attr(755,root,root) %{_libdir}/kde4/libkritatiffimport.so %attr(755,root,root) %{_libdir}/kde4/libkrita_raw_import.so +%if %{with pdf} +%attr(755,root,root) %{_libdir}/kde4/libkritapdfimport.so +%{_datadir}/applications/kde4/krita_pdf.desktop +%endif %{_datadir}/applications/kde4/krita_raw.desktop %{_datadir}/kde4/services/ServiceMenus/krita_konqi.desktop %{_datadir}/apps/krita @@ -625,7 +639,6 @@ %{_datadir}/applications/kde4/krita_jpeg.desktop %{_datadir}/applications/kde4/krita_magick.desktop %{_datadir}/applications/kde4/krita_ora.desktop -%{_datadir}/applications/kde4/krita_pdf.desktop %{_datadir}/applications/kde4/krita_png.desktop %{_datadir}/applications/kde4/krita_tiff.desktop %{_datadir}/config/kritarc @@ -717,6 +730,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.42 2009/07/04 08:32:57 arekm +- up to 2.0.1 + Revision 1.41 2009/06/08 21:42:56 shadzik - BR: kde4-kdegraphics-devel for krita-raw support - rel 4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kde4-koffice/kde4-koffice.spec?r1=1.41&r2=1.42&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
