commit kholidays for openSUSE:Factory

Hello community, here is the log from the commit of package kholidays for openSUSE:Factory checked in at 2015-11-02 12:54:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kholidays (Old) and /work/SRC/openSUSE:Factory/.kholidays.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "kholidays" Changes: -------- --- /work/SRC/openSUSE:Factory/kholidays/kholidays.changes 2015-10-14 16:46:02.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kholidays.new/kholidays.changes 2015-11-02 12:55:00.000000000 +0100 @@ -1,0 +2,7 @@ +Thu Oct 29 17:34:15 UTC 2015 - alarrosa@suse.com + +- Separated library in a new package named libKF5Holidays5 as required + by the openSUSE shared library packaging policy +- Duplicated BuildRequired package removed + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kholidays.spec ++++++ --- /var/tmp/diff_new_pack.xbxaAI/_old 2015-11-02 12:55:01.000000000 +0100 +++ /var/tmp/diff_new_pack.xbxaAI/_new 2015-11-02 12:55:01.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package kholidays # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -37,7 +37,6 @@ BuildRequires: kdelibs4support-devel >= %{kf5_version} BuildRequires: kdoctools-devel >= %{kf5_version} BuildRequires: kemoticons-devel >= %{kf5_version} -BuildRequires: kcodecs-devel >= %{kf5_version} BuildRequires: kf5-filesystem BuildRequires: ki18n-devel >= %{kf5_version} BuildRequires: kio-devel >= %{kf5_version} @@ -67,11 +66,21 @@ %description This package contains the Holiday API library for KDE PIM applications. +%package -n libKF5Holidays5 +Summary: KDE PIM Libraries +Group: System/GUI/KDE + +%description -n libKF5Holidays5 +This package contains the Holiday API library for KDE PIM applications. + + + %package devel Summary: KDE PIM Libraries: Build Environment Group: Development/Libraries/KDE -Requires: kholidays = %{version} Requires: kdelibs4support-devel >= %{kf5_version} +Requires: kholidays = %{version} +Requires: libKF5Holidays5 = %{version} %description devel This package contains necessary include files and libraries needed @@ -87,16 +96,20 @@ %install %kf5_makeinstall -C build -%post -p /sbin/ldconfig +%post -n libKF5Holidays5 -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%postun -n libKF5Holidays5 -p /sbin/ldconfig %files %defattr(-,root,root) -%doc COPYING.LIB DESIGN -%dir %{_kf5_plugindir}/designer +%doc DESIGN + +%files -n libKF5Holidays5 +%defattr(-,root,root) +%doc COPYING.LIB %{_kf5_datadir}/libkholidays/ %{_kf5_libdir}/libKF5Holidays.so.* +%dir %{_kf5_plugindir}/designer %{_kf5_plugindir}/designer/holidays5widgets.so %files devel
participants (1)
-
root@hilbert.suse.de