KDE Frameworks 5.5.0

epel9
Dan Vrátil 10 years ago
parent db8304f5d5
commit a30d6c1bab

1
.gitignore vendored

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

@ -1,20 +1,21 @@
%global framework kded
Name: kf5-%{framework}
Version: 5.4.0
Version: 5.5.0
Release: 1%{?dist}
Summary: KDE Frameworks 5 Tier 3 addon with extensible daemon for system-level services
License: 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: kf5-rpm-macros
BuildRequires: extra-cmake-modules
@ -88,6 +89,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 @@
3663a438466a8e2431500f352a4cf5bf kded-5.4.0.tar.xz
46f2752bcef43af35c74a60abdea6051 kded-5.5.0.tar.xz

Loading…
Cancel
Save