|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
Name: plasma-integration
|
|
|
|
|
Summary: Qt Platform Theme integration plugin for Plasma
|
|
|
|
|
Version: 5.6.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Name: plasma-integration
|
|
|
|
|
Summary: Qt Platform Theme integration plugin for Plasma
|
|
|
|
|
Version: 5.6.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
# KDE e.V. may determine that future LGPL versions are accepted
|
|
|
|
|
License: LGPLv2 or LGPLv3
|
|
|
|
|
URL: https://quickgit.kde.org/?p=%{name}.git
|
|
|
|
|
License: LGPLv2 or LGPLv3
|
|
|
|
|
URL: https://quickgit.kde.org/?p=%{name}.git
|
|
|
|
|
|
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
|
|
|
%if %{revision} >= 50
|
|
|
|
@ -47,7 +47,8 @@ Requires: plasma-workspace >= %{majmin_ver}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
mkdir %{_target_platform}
|
|
|
|
@ -62,12 +63,17 @@ make %{?_smp_flags} -C %{_target_platform}
|
|
|
|
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
%find_lang plasmaintegration5 --with-qt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -f plasmaintegration5.lang
|
|
|
|
|
%doc README.md
|
|
|
|
|
%license COPYING.LIB COPYING.LGPL-2
|
|
|
|
|
%{_kf5_qtplugindir}/platformthemes/KDEPlasmaPlatformTheme.so
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Apr 08 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.1-1
|
|
|
|
|
- 5.6.1
|
|
|
|
|
|
|
|
|
|
* Sun Mar 20 2016 Daniel Vrátil <dvratil@fedoraproject.org> - 5.6.0-1
|
|
|
|
|
- Plasma 5.6.0
|
|
|
|
|
|
|
|
|
|