KDE Frameworks 5.5.0

epel9
Dan Vrátil 10 years ago
parent 3db144d4d0
commit 2385c19c5c

1
.gitignore vendored

@ -5,3 +5,4 @@
/plasma-framework-5.3.0.tar.xz
/plasma-framework-5.3.1.tar.xz
/plasma-framework-5.4.0.tar.xz
/plasma-framework-5.5.0.tar.xz

@ -1,20 +1,21 @@
%global framework plasma
Name: kf5-%{framework}
Version: 5.4.0
Version: 5.5.0
Release: 1%{?dist}
Summary: KDE Frameworks 5 Tier 3 framework is foundation to build a primary user interface
License: GPLv2+ and LGPLv2+ and BSD
URL: http://www.kde.org
%global versiondir %(echo %{version} | cut -d. -f1-2)
%global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50
%global stable unstable
%else
%global stable stable
%endif
Source0: http://download.kde.org/%{stable}/frameworks/%{version}/%{framework}-framework-%{version}.tar.xz
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-framework-%{version}.tar.xz
BuildRequires: libX11-devel
BuildRequires: libxcb-devel
@ -115,6 +116,7 @@ make %{?_smp_mflags} -C %{_target_platform}
%{_kf5_datadir}/kservices5/*.desktop
%{_kf5_datadir}/kservices5/kded/*.desktop
%{_kf5_datadir}/kservicetypes5/*.desktop
%{_kf5_datadir}/knotifications5/plasmashell.notifyrc
%{_kf5_mandir}/man1/plasmapkg2.1.gz
%{_kf5_plugindir}/kded/platformstatus.so
@ -129,6 +131,9 @@ make %{?_smp_mflags} -C %{_target_platform}
%changelog
* Mon Dec 08 2014 Daniel Vrátil <dvratil@redhat.com> - 5.5.0-1
- KDE Frameworks 5.5.0
* Mon Nov 03 2014 Daniel Vrátil <dvratil@redhat.com> - 5.4.0-1
- KDE Frameworks 5.4.0

@ -1 +1 @@
f55da2ff4612bbe6c920aef0ec31d29d plasma-framework-5.4.0.tar.xz
e89f887d879cac23143f960fedb95ef7 plasma-framework-5.5.0.tar.xz

Loading…
Cancel
Save