KDE Frameworks 5.5.0

epel9
Dan Vrátil 10 years ago
parent 74a04463cc
commit 32141b2155

1
.gitignore vendored

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

@ -1,20 +1,21 @@
%global framework kdnssd
Name: kf5-%{framework}
Version: 5.4.0
Version: 5.5.0
Release: 1%{?dist}
Summary: KDE Frameworks 5 Tier 1 integration module for DNS-SD services (Zeroconf)
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: avahi-devel
@ -68,6 +69,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 @@
67a3a3f0653e3bd1b152af230fcc1f5c kdnssd-5.4.0.tar.xz
fc79827b301022a837bc970b105bd5f9 kdnssd-5.5.0.tar.xz

Loading…
Cancel
Save