diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..ed20265 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1,3 @@ +libKF5KCMUtils5 +kcmutils-devel + requires "libKF5KCMUtils5- = " diff --git a/kcmutils-4.100.0.tar.xz b/kcmutils-4.100.0.tar.xz new file mode 100644 index 0000000..fdb0a77 --- /dev/null +++ b/kcmutils-4.100.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f6bdbab8d3372406bd46e524d6d93cf7bee5189516599536410d4e7e0d9681 +size 2849832 diff --git a/kcmutils-4.99.0.tar.xz b/kcmutils-4.99.0.tar.xz deleted file mode 100644 index 6b3486c..0000000 --- a/kcmutils-4.99.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:681c057f31a4b08bc068d62889e47747a1fe765218ae15dc93535a9f1caf0911 -size 2850700 diff --git a/kcmutils.changes b/kcmutils.changes index 45cb2ac..99e8d56 100644 --- a/kcmutils.changes +++ b/kcmutils.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Jun 1 18:02:40 UTC 2014 - hrvoje.senjan@gmail.com + +- Update to 4.100.0 + * API improvements and cleanups + * Buildsystem fixes + * For more details please see: + http://www.kde.org/announcements/announce-frameworks5-beta3.php +- Add baselibs.conf + ------------------------------------------------------------------- Sun May 4 01:40:58 UTC 2014 - hrvoje.senjan@gmail.com diff --git a/kcmutils.spec b/kcmutils.spec index 825a574..fbf90ac 100644 --- a/kcmutils.spec +++ b/kcmutils.spec @@ -18,10 +18,10 @@ %define lname libKF5KCMUtils5 Name: kcmutils -Version: 4.99.0 +Version: 4.100.0 Release: 0 BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= 0.0.13 +BuildRequires: extra-cmake-modules >= 0.0.14 BuildRequires: fdupes BuildRequires: kconfigwidgets-devel >= %{_kf5_version} BuildRequires: kcoreaddons-devel >= %{_kf5_version} @@ -37,7 +37,8 @@ Summary: Provides various classes to work with KCModules License: LGPL-2.1+ Group: System/GUI/KDE Url: http://www.kde.org -Source0: kcmutils-%{version}.tar.xz +Source: http://download.kde.org/unstable/frameworks/%{version}/%{name}-%{version}.tar.xz +Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -48,6 +49,7 @@ created with the KConfigWidgets framework. Summary: Provides various classes to work with KCModules Group: System/GUI/KDE Obsoletes: libKF5KCMUtils4 +Recommends: %lname-lang = %{version} %description -n %lname KCMUtils provides various classes to work with KCModules. KCModules can be @@ -68,6 +70,7 @@ Requires: kxmlgui-devel >= %{_kf5_version} KCMUtils provides various classes to work with KCModules. KCModules can be created with the KConfigWidgets framework. Development files. +%lang_package -n %lname %prep %setup -q @@ -79,10 +82,14 @@ created with the KConfigWidgets framework. Development files. %kf5_makeinstall -C build %fdupes -s %{buildroot} + %find_lang %{name}5 + %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig +%files -n %lname-lang -f %{name}5.lang + %files -n %lname %defattr(-,root,root) %doc COPYING* README*