Accepting request 236302 from KDE:Frameworks5

4.100.0

OBS-URL: https://build.opensuse.org/request/show/236302
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kxmlgui?expand=0&rev=5
This commit is contained in:
Stephan Kulow 2014-06-10 12:36:57 +00:00 committed by Git OBS Bridge
commit c349948c90
5 changed files with 26 additions and 6 deletions

3
baselibs.conf Normal file
View File

@ -0,0 +1,3 @@
libKF5XmlGui5
kxmlgui-devel
requires "libKF5XmlGui5-<targettype> = <version>"

3
kxmlgui-4.100.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b2aa8ff5cf8c1051b78b8c76a482d7327d8d0d4aaa9ed7f20de2199cf7abc32
size 3255872

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:77fabe339b543c73223e984dcda48ca75d3bd1b72c1b325b54af60498df57cf3
size 3257096

View File

@ -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 Sun May 4 01:41:27 UTC 2014 - hrvoje.senjan@gmail.com

View File

@ -18,11 +18,11 @@
%define lname libKF5XmlGui5 %define lname libKF5XmlGui5
Name: kxmlgui Name: kxmlgui
Version: 4.99.0 Version: 4.100.0
Release: 0 Release: 0
BuildRequires: attica-qt5-devel >= %{_kf5_version} BuildRequires: attica-qt5-devel >= %{_kf5_version}
BuildRequires: cmake >= 2.8.12 BuildRequires: cmake >= 2.8.12
BuildRequires: extra-cmake-modules >= 0.0.13 BuildRequires: extra-cmake-modules >= 0.0.14
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: kconfig-devel >= %{_kf5_version} BuildRequires: kconfig-devel >= %{_kf5_version}
BuildRequires: kconfigwidgets-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+ License: LGPL-2.1+ and GPL-2.0+
Group: System/GUI/KDE Group: System/GUI/KDE
Url: http://www.kde.org 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 BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -59,6 +60,7 @@ description for example for integrating actions from plugins.
Summary: Framework for managing menu and toolbar actions Summary: Framework for managing menu and toolbar actions
Group: System/GUI/KDE Group: System/GUI/KDE
Obsoletes: libKF5XmlGui4 Obsoletes: libKF5XmlGui4
Recommends: %lname-lang = %{version}
%description -n %lname %description -n %lname
libkxmlgui provides a framework for managing menu and toolbar actions in an 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 in the application code. The framework supports merging of multiple
description for example for integrating actions from plugins. Development files. description for example for integrating actions from plugins. Development files.
%lang_package -n %lname
%prep %prep
%setup -q %setup -q
@ -101,10 +104,14 @@ description for example for integrating actions from plugins. Development files.
%kf5_makeinstall -C build %kf5_makeinstall -C build
%fdupes -s %{buildroot} %fdupes -s %{buildroot}
%find_lang %{name}5
%post -n %lname -p /sbin/ldconfig %post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig
%files -n %lname-lang -f %{name}5.lang
%files -n %lname %files -n %lname
%defattr(-,root,root) %defattr(-,root,root)
%doc COPYING* README* %doc COPYING* README*