diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..858c8f1 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1,3 @@ +libKF5XmlGui5 +kxmlgui-devel + requires "libKF5XmlGui5- = " diff --git a/kxmlgui-4.100.0.tar.xz b/kxmlgui-4.100.0.tar.xz new file mode 100644 index 0000000..4ce54ca --- /dev/null +++ b/kxmlgui-4.100.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b2aa8ff5cf8c1051b78b8c76a482d7327d8d0d4aaa9ed7f20de2199cf7abc32 +size 3255872 diff --git a/kxmlgui-4.99.0.tar.xz b/kxmlgui-4.99.0.tar.xz deleted file mode 100644 index 2694387..0000000 --- a/kxmlgui-4.99.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77fabe339b543c73223e984dcda48ca75d3bd1b72c1b325b54af60498df57cf3 -size 3257096 diff --git a/kxmlgui.changes b/kxmlgui.changes index d98c659..3326034 100644 --- a/kxmlgui.changes +++ b/kxmlgui.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Jun 1 18:02:43 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:41:27 UTC 2014 - hrvoje.senjan@gmail.com diff --git a/kxmlgui.spec b/kxmlgui.spec index 06d452f..60f730d 100644 --- a/kxmlgui.spec +++ b/kxmlgui.spec @@ -18,11 +18,11 @@ %define lname libKF5XmlGui5 Name: kxmlgui -Version: 4.99.0 +Version: 4.100.0 Release: 0 BuildRequires: attica-qt5-devel >= %{_kf5_version} BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= 0.0.13 +BuildRequires: extra-cmake-modules >= 0.0.14 BuildRequires: fdupes BuildRequires: kconfig-devel >= %{_kf5_version} BuildRequires: kconfigwidgets-devel >= %{_kf5_version} @@ -46,7 +46,8 @@ Summary: Framework for managing menu and toolbar actions License: LGPL-2.1+ and GPL-2.0+ Group: System/GUI/KDE Url: http://www.kde.org -Source0: kxmlgui-%{version}.tar.xz +Source: http://download.kde.org/unstable/frameworks/%{version}/%{name}-%{version}.tar.xz +Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -59,6 +60,7 @@ description for example for integrating actions from plugins. Summary: Framework for managing menu and toolbar actions Group: System/GUI/KDE Obsoletes: libKF5XmlGui4 +Recommends: %lname-lang = %{version} %description -n %lname libkxmlgui provides a framework for managing menu and toolbar actions in an @@ -90,6 +92,7 @@ abstract way. The actions are configured through a XML description and hooks in the application code. The framework supports merging of multiple description for example for integrating actions from plugins. Development files. +%lang_package -n %lname %prep %setup -q @@ -101,10 +104,14 @@ description for example for integrating actions from plugins. 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*