epel9
Rex Dieter 8 years ago
parent 9e0428db66
commit 02f04200e2

1
.gitignore vendored

@ -5,3 +5,4 @@
/plasma-integration-5.7.3.tar.xz /plasma-integration-5.7.3.tar.xz
/plasma-integration-5.7.4.tar.xz /plasma-integration-5.7.4.tar.xz
/plasma-integration-5.7.5.tar.xz /plasma-integration-5.7.5.tar.xz
/plasma-integration-5.7.95.tar.xz

@ -1,6 +1,6 @@
Name: plasma-integration Name: plasma-integration
Summary: Qt Platform Theme integration plugin for Plasma Summary: Qt Platform Theme integration plugin for Plasma
Version: 5.7.5 Version: 5.7.95
Release: 1%{?dist} Release: 1%{?dist}
# KDE e.V. may determine that future LGPL versions are accepted # KDE e.V. may determine that future LGPL versions are accepted
@ -9,14 +9,14 @@ URL: https://quickgit.kde.org/?p=%{name}.git
%global revision %(echo %{version} | cut -d. -f3) %global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50 %if %{revision} >= 50
%global majmin_ver %(echo %{version} | cut -d. -f1,2).50
%global stable unstable %global stable unstable
%else %else
%global majmin_ver %(echo %{version} | cut -d. -f1,2)
%global stable stable %global stable stable
%endif %endif
Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz
%global majmin_ver %(echo %{version} | cut -d. -f1,2)
BuildRequires: kf5-rpm-macros BuildRequires: kf5-rpm-macros
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
@ -83,6 +83,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%changelog %changelog
* Thu Sep 22 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.95-1
- 5.7.95
* Tue Sep 13 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.5-1 * Tue Sep 13 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.5-1
- 5.7.5 - 5.7.5

@ -1 +1 @@
9d71ead78883e423c455897ae3e716cc plasma-integration-5.7.5.tar.xz 6fb3746a6cd510834982c878300b8e4d plasma-integration-5.7.95.tar.xz

Loading…
Cancel
Save