|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
%global framework networkmanager-qt
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
|
Version: 5.12.0
|
|
|
|
|
Version: 5.13.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: A Tier 1 KDE Frameworks 5 module that wraps NetworkManager DBus API
|
|
|
|
|
|
|
|
|
@ -18,8 +18,8 @@ URL: https://projects.kde.org/projects/frameworks/networkmanager-qt
|
|
|
|
|
%endif
|
|
|
|
|
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
BuildRequires: kf5-rpm-macros
|
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
|
BuildRequires: kf5-rpm-macros >= %{version}
|
|
|
|
|
BuildRequires: extra-cmake-modules >= %{version}
|
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(NetworkManager) >= 0.9.8
|
|
|
|
@ -30,7 +30,7 @@ BuildRequires: pkgconfig(libnm-glib) pkgconfig(libnm-util)
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Requires: NetworkManager >= 0.9.9.0
|
|
|
|
|
Requires: kf5-filesystem
|
|
|
|
|
Requires: kf5-filesystem >= %{version}
|
|
|
|
|
|
|
|
|
|
# libmm-qt has been retired in F22
|
|
|
|
|
%if 0%{fedora} >= 22
|
|
|
|
@ -90,6 +90,15 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
%{_kf5_archdatadir}/mkspecs/modules/qt_NetworkManagerQt.pri
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Aug 19 2015 Daniel Vrátil <dvratil@redhat.com> - 5.13.0-1
|
|
|
|
|
- KDE Frameworks 5.13.0
|
|
|
|
|
|
|
|
|
|
* Wed Aug 19 2015 Daniel Vrátil <dvratil@redhat.com> - 5.13.0-1
|
|
|
|
|
- KDE Frameworks 5.13.0
|
|
|
|
|
|
|
|
|
|
* Tue Aug 11 2015 Daniel Vrátil <dvratil@redhat.com> - 5.13.0-0.1
|
|
|
|
|
- KDE Frameworks 5.13
|
|
|
|
|
|
|
|
|
|
* Fri Jul 17 2015 Daniel Vrátil <dvratil@redhat.com> - 5.12.0-1
|
|
|
|
|
- KDE Frameworks 5.12.0
|
|
|
|
|
|
|
|
|
|