KDE Frameworks 5.5.0

epel9
Dan Vrátil 10 years ago
parent c163af97fa
commit f09e35760e

1
.gitignore vendored

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

@ -1,20 +1,21 @@
%global framework khtml
Name: kf5-%{framework}
Version: 5.4.0
Version: 5.5.0
Release: 1%{?dist}
Summary: KDE Frameworks 5 Tier 4 solution with KHTML, a HTML rendering engine
License: LGPLv2+ and GPLv3 and MIT 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}/portingAids/%{framework}-%{version}.tar.xz
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/portingAids/%{framework}-%{version}.tar.xz
BuildRequires: fdupes
BuildRequires: giflib-devel
@ -115,6 +116,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 @@
65f90421ff7c061b025251ad07373d18 khtml-5.4.0.tar.xz
c9e88a77ecaf32699fbd8e261614c733 khtml-5.5.0.tar.xz

Loading…
Cancel
Save