KDE Frameworks 5.5.0

epel9
Dan Vrátil 10 years ago
parent 69a4959885
commit bf76d75fdd

1
.gitignore vendored

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

@ -1,7 +1,7 @@
%global framework attica %global framework attica
Name: kf5-attica Name: kf5-attica
Version: 5.4.0 Version: 5.5.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API
@ -9,13 +9,14 @@ Group: Development/Libraries
License: LGPLv2+ License: LGPLv2+
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
@ -68,6 +69,9 @@ make install/fast DESTDIR=%{buildroot} -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 @@
493c08ce82d5ab34bf2efeb1a01349ab attica-5.4.0.tar.xz 094b6d024cc171b9350c44f7870011e1 attica-5.5.0.tar.xz

Loading…
Cancel
Save