KDE Frameworks 5.5.0

This commit is contained in:
Dan Vrátil 2014-12-08 15:12:29 +01:00
parent a29bc6cdb3
commit f98a1a5c41
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

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

View File

@ -1,20 +1,21 @@
%global framework kdeclarative
Name: kf5-%{framework}
Version: 5.4.0
Version: 5.5.0
Release: 1%{?dist}
Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative
License: GPLv2+ and MIT
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
@ -96,6 +97,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

View File

@ -1 +1 @@
2478ce5757782a8e8f3b06512aa3d65a kdeclarative-5.4.0.tar.xz
5f6fe011fb3b11bcbe49a688b3c55f3a kdeclarative-5.5.0.tar.xz