|
|
|
@ -1,19 +1,18 @@
|
|
|
|
|
Name: dolphin
|
|
|
|
|
Summary: KDE File Manager
|
|
|
|
|
Name: dolphin
|
|
|
|
|
Summary: KDE File Manager
|
|
|
|
|
Version: 15.12.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: https://projects.kde.org/%{name}
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: https://projects.kde.org/%{name}
|
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
|
|
|
%if %{revision} >= 50
|
|
|
|
|
%global stable unstable
|
|
|
|
|
%else
|
|
|
|
|
%global stable stable
|
|
|
|
|
%endif
|
|
|
|
|
Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-%{version}.tar.xz
|
|
|
|
|
Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
@ -43,7 +42,8 @@ BuildRequires: kf5-kfilemetadata-devel
|
|
|
|
|
|
|
|
|
|
BuildRequires: phonon-qt5-devel
|
|
|
|
|
|
|
|
|
|
BuildRequires: baloo-widgets-devel >= 15.08
|
|
|
|
|
%global majmin_ver %(echo %{version} | cut -d. -f1,2)
|
|
|
|
|
BuildRequires: baloo-widgets-devel >= %{majmin_ver}
|
|
|
|
|
|
|
|
|
|
BuildRequires: libappstream-glib
|
|
|
|
|
|
|
|
|
@ -134,6 +134,9 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jan 18 2016 Rex Dieter <rdieter@fedoraproject.org> 15.12.1-2
|
|
|
|
|
- cosmetics, tighten BR: baloo-widgets, -BR: cmake
|
|
|
|
|
|
|
|
|
|
* Mon Jan 18 2016 Rex Dieter <rdieter@fedoraproject.org> - 15.12.1-1
|
|
|
|
|
- 15.12.1
|
|
|
|
|
|
|
|
|
|