KDE Frameworks 5.5.0

epel9
Dan Vrátil 10 years ago
parent 5496927233
commit 5d5441db27

1
.gitignore vendored

@ -4,3 +4,4 @@
/kactivities-5.2.0.tar.xz
/kactivities-5.3.0.tar.xz
/kactivities-5.4.0.tar.xz
/kactivities-5.5.0.tar.xz

@ -6,19 +6,20 @@
Name: kf5-%{framework}
Summary: A KDE Frameworks 5 Tier 3 to organize user work into separate activities
Version: 5.4.0
Version: 5.5.0
Release: 1%{?dist}
License: GPLv2+ and LGPLv2+
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}-%{version}.tar.xz
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz
BuildRequires: boost-devel
@ -119,6 +120,9 @@ rm -rf %{buildroot}/%{_kf5_datadir}/kf5/kactivitymanagerd
%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 @@
b2f1c2952a94a5fe2dfd27e93dcf725c kactivities-5.4.0.tar.xz
7c5b240c53eadaa007857716053d8b66 kactivities-5.5.0.tar.xz

Loading…
Cancel
Save