Accepting request 236304 from KDE:Frameworks5
4.100.0 OBS-URL: https://build.opensuse.org/request/show/236304 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcmutils?expand=0&rev=4
This commit is contained in:
commit
554014d2ac
3
baselibs.conf
Normal file
3
baselibs.conf
Normal file
@ -0,0 +1,3 @@
|
||||
libKF5KCMUtils5
|
||||
kcmutils-devel
|
||||
requires "libKF5KCMUtils5-<targettype> = <version>"
|
3
kcmutils-4.100.0.tar.xz
Normal file
3
kcmutils-4.100.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5f6bdbab8d3372406bd46e524d6d93cf7bee5189516599536410d4e7e0d9681
|
||||
size 2849832
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:681c057f31a4b08bc068d62889e47747a1fe765218ae15dc93535a9f1caf0911
|
||||
size 2850700
|
@ -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
|
||||
|
||||
|
@ -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*
|
||||
|
Loading…
x
Reference in New Issue
Block a user