KDE Frameworks 5.5.0

epel8
Dan Vrátil 10 years ago
parent b67f8109c0
commit b0f9434938

1
.gitignore vendored

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

@ -1,20 +1,21 @@
%global framework kcodecs %global framework kcodecs
Name: kf5-%{framework} Name: kf5-%{framework}
Version: 5.4.0 Version: 5.5.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: KDE Frameworks 5 Tier 1 addon with string manipulation methods Summary: KDE Frameworks 5 Tier 1 addon with string manipulation methods
License: GPLv2+ and LGPLv2+ and BSD License: GPLv2+ and LGPLv2+ and BSD
URL: http://www.kde.org URL: http://www.kde.org
%global versiondir %(echo %{version} | cut -d. -f1-2)
%global revision %(echo %{version} | cut -d. -f3) %global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50 %if %{revision} >= 50
%global stable unstable %global stable unstable
%else %else
%global stable stable %global stable stable
%endif %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: kf5-rpm-macros
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
@ -69,6 +70,9 @@ make %{?_smp_mflags} -C %{_target_platform}
%changelog %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 * Mon Nov 03 2014 Daniel Vrátil <dvratil@redhat.com> - 5.4.0-1
- KDE Frameworks 5.4.0 - KDE Frameworks 5.4.0

@ -1 +1 @@
0ca7e54af0fbd7be443ba95e501143c5 kcodecs-5.4.0.tar.xz 052cf9d58968162a50b36c0f67e5470b kcodecs-5.5.0.tar.xz

Loading…
Cancel
Save