commit kipi-plugins for openSUSE:Factory
Hello community, here is the log from the commit of package kipi-plugins for openSUSE:Factory checked in at Fri Jan 29 18:48:52 CET 2010. -------- --- KDE/kipi-plugins/kipi-plugins.changes 2010-01-11 16:12:31.000000000 +0100 +++ kipi-plugins/kipi-plugins.changes 2010-01-29 13:42:44.000000000 +0100 @@ -1,0 +2,5 @@ +Fri Jan 29 12:42:20 UTC 2010 - llunak@novell.com + +- split out -doc subpackage + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- kipi-plugins-docs.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kipi-plugins.spec ++++++ --- /var/tmp/diff_new_pack.wkM4MF/_old 2010-01-29 18:48:17.000000000 +0100 +++ /var/tmp/diff_new_pack.wkM4MF/_new 2010-01-29 18:48:17.000000000 +0100 @@ -17,12 +17,20 @@ # norootforbuild -%bcond_with opencv +%if !0%{?sles_version} +%if %suse_version > 1100 +%define with_opencv 1 +%else +%define with_opencv 0 +%endif +%else +%define with_opencv 0 +%endif Name: kipi-plugins -BuildRequires: libkdcraw-devel libkdepim4-devel libkexiv2-devel libkipi-devel +BuildRequires: libkdcraw-devel libkdepimlibs4-devel libkexiv2-devel libkipi-devel BuildRequires: cmake libexpat-devel libgcrypt-devel libgphoto2-devel libksane-devel -%if %{with opencv} +%if %{with_opencv} BuildRequires: libopencv-devel %endif BuildRequires: libgpod-devel @@ -32,13 +40,15 @@ Group: Productivity/Graphics/Other Summary: KDE Plug-Ins for Image Manipulation Version: 1.0.0 -Release: 3 +Release: 4 %define rversion 1.0.0 Recommends: dcraw Requires: /usr/bin/jpegtran Requires: %{name}-lang = %{version} +Suggests: %{name}-doc = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %name-%{rversion}.tar.bz2 +Source1: %{name}-docs.tar.bz2 Patch: desktop-files.diff Provides: kde4-kipi-plugins = 0.2 Obsoletes: kde4-kipi-plugins <= 0.2 @@ -62,14 +72,45 @@ Richard Groult <Richard dot Groult at jalix.org> Ralf Hoelzer <kde at ralfhoelzer dot com> + +%package doc +License: BSD3c(or similar) ; GPLv2+ ; LGPLv2.1+ ; MIT License (or similar) +Group: Productivity/Graphics/Other +Summary: KDE Plug-Ins for Image Manipulation +Requires: %{name} = %{version} + +%description doc +A set of plug-ins for the KDE KIPI interface, used by some KDE imaging +applications. + +This is the manual. + + +Authors: +-------- + Renchi Raju <renchi at pooh.tam.uiuc.edu> + Gilles Caulier <caulier dot gilles at free.fr> + Jesper K. Pedersen <blackie at kde.org> + + CONTRIBUTORS : + Aurelien Gateau <aurelien dot gateau at free.fr> + Todd Shoemaker <todd at theshoemakers.net> + Gregory Kokanosky <gregory dot kokanosky at free.fr> + Richard Groult <Richard dot Groult at jalix.org> + Ralf Hoelzer <kde at ralfhoelzer dot com> + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %lang_package %prep -%setup -q -n %name-%rversion +%setup -q -n %name-%rversion -a 1 %patch +echo "find_package(Msgfmt REQUIRED)" >> CMakeLists.txt +echo "find_package(Gettext REQUIRED)" >> CMakeLists.txt +echo "add_subdirectory( doc-translations )" >> CMakeLists.txt +echo "add_subdirectory( doc )" >> CMakeLists.txt %build %cmake_kde4 -d build @@ -86,6 +127,14 @@ for l in kipiplugin_acquireimages kipiplugin_batchprocessimages kipiplugin_dngconverter kipiplugin_flashexport kipiplugin_flickrexport kipiplugin_galleryexport kipiplugin_gpssync kipiplugin_htmlexport kipiplugin_imageviewer kipiplugin_jpeglossless kipiplugin_metadataedit kipiplugin_picasawebexport kipiplugin_rawconverter kipiplugin_sendimages kipiplugin_advancedslideshow kipiplugin_timeadjust kipiplugin_wallpaper kipiplugins kipiplugin_calendar kipiplugin_ipodexport kipiplugin_removeredeyes kipiplugin_facebook kipiplugin_smug kipiplugin_printimages kipiplugin_kioexportimport kipiplugin_shwup; do %find_lang $l suse.lang done +%if %suse_version < 1120 + mkdir -p $RPM_BUILD_ROOT/usr/share/doc/kde/HTML/sv/common + mkdir -p $RPM_BUILD_ROOT/usr/share/doc/kde/HTML/it/common + mkdir -p $RPM_BUILD_ROOT/usr/share/doc/kde/HTML/et/common + mkdir -p $RPM_BUILD_ROOT/usr/share/doc/kde/HTML/de/common + mkdir -p $RPM_BUILD_ROOT/usr/share/doc/kde/HTML/pt_BR/common + mkdir -p $RPM_BUILD_ROOT/usr/share/doc/kde/HTML/uk/common +%endif %clean rm -rf $RPM_BUILD_ROOT @@ -93,6 +142,20 @@ %files lang -f suse.lang %defattr(-,root,root) +%files doc +%defattr(-,root,root) +%dir /usr/share/doc/kde/HTML/*/kipi-plugins +%if %suse_version < 1120 +%dir /usr/share/doc/kde/HTML/*/common +%endif +%doc %lang(de) /usr/share/doc/kde/HTML/de/* +%doc %lang(en) /usr/share/doc/kde/HTML/en/* +%doc %lang(et) /usr/share/doc/kde/HTML/et/* +%doc %lang(it) /usr/share/doc/kde/HTML/it/* +%doc %lang(pt_BR) /usr/share/doc/kde/HTML/pt_BR/* +%doc %lang(sv) /usr/share/doc/kde/HTML/sv/* +%doc %lang(uk) /usr/share/doc/kde/HTML/uk/* + %files %defattr(-,root,root) %doc COPYING AUTHORS ChangeLog README @@ -143,7 +206,7 @@ %_kde4_modules/kipiplugin_acquireimages.so %_kde_share_dir/services/kipiplugin_acquireimages.desktop %_kde4_modules/kipiplugin_advancedslideshow.so -%if %{with opencv} +%if %{with_opencv} %_kde4_modules/kipiplugin_removeredeyes.so %_kde_share_dir/apps/kipiplugin_removeredeyes %_kde_share_dir/services/kipiplugin_removeredeyes.desktop ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de