|
|
@ -3,12 +3,12 @@
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
Summary: A Tier 3 KDE Frameworks 5 module that provides indexing and search functionality
|
|
|
|
Summary: A Tier 3 KDE Frameworks 5 module that provides indexing and search functionality
|
|
|
|
Version: 5.21.0
|
|
|
|
Version: 5.21.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
# libs are LGPL, tools are GPL
|
|
|
|
# libs are LGPL, tools are GPL
|
|
|
|
# KDE e.V. may determine that future LGPL/GPL versions are accepted
|
|
|
|
# KDE e.V. may determine that future LGPL/GPL versions are accepted
|
|
|
|
License: (LGPLv2 or LGPLv3) and (GPLv2 or GPLv3)
|
|
|
|
License: (LGPLv2 or LGPLv3) and (GPLv2 or GPLv3)
|
|
|
|
URL: https://projects.kde.org/baloo
|
|
|
|
URL: https://quickgit.kde.org/?p=%{name}.git
|
|
|
|
|
|
|
|
|
|
|
|
%global versiondir %(echo %{version} | cut -d. -f1-2)
|
|
|
|
%global versiondir %(echo %{version} | cut -d. -f1-2)
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
|
@ -44,8 +44,12 @@ BuildRequires: qt5-qtdeclarative-devel
|
|
|
|
Requires: kf5-filesystem >= %{version}
|
|
|
|
Requires: kf5-filesystem >= %{version}
|
|
|
|
|
|
|
|
|
|
|
|
Obsoletes: kf5-baloo-tools < 5.5.95-1
|
|
|
|
Obsoletes: kf5-baloo-tools < 5.5.95-1
|
|
|
|
|
|
|
|
%if 0%{?fedora}
|
|
|
|
Obsoletes: baloo < 5
|
|
|
|
Obsoletes: baloo < 5
|
|
|
|
Provides: baloo = %{version}-%{release}
|
|
|
|
Provides: baloo = %{version}-%{release}
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
Conflicts: baloo < 5
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
%{summary}.
|
|
|
@ -68,9 +72,12 @@ developing applications that use %{name}.
|
|
|
|
Summary: File indexing and search for Baloo
|
|
|
|
Summary: File indexing and search for Baloo
|
|
|
|
# KDE e.V. may determine that future LGPL versions are accepted
|
|
|
|
# KDE e.V. may determine that future LGPL versions are accepted
|
|
|
|
License: LGPLv2 or LGPLv3
|
|
|
|
License: LGPLv2 or LGPLv3
|
|
|
|
Obsoletes: %{name} < 5.0.1-2
|
|
|
|
%if 0%{?fedora}
|
|
|
|
Obsoletes: baloo-file < 5.0.1-2
|
|
|
|
Obsoletes: baloo-file < 5.0.1-2
|
|
|
|
Provides: baloo-file = %{version}-%{release}
|
|
|
|
Provides: baloo-file = %{version}-%{release}
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
Conflicts: baloo-file < 5
|
|
|
|
|
|
|
|
%endif
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
%description file
|
|
|
|
%description file
|
|
|
|
%{summary}.
|
|
|
|
%{summary}.
|
|
|
@ -84,9 +91,7 @@ License: LGPLv2 or LGPLv3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -qn %{framework}-%{version}
|
|
|
|
%autosetup -n %{framework}-%{version} -p1
|
|
|
|
|
|
|
|
|
|
|
|
%patch1 -p1 -b .baloofile_config
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
@ -170,6 +175,10 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Apr 27 2016 Orion Poplawski <orion@cora.nwra.com> - 5.21.0-2
|
|
|
|
|
|
|
|
- Do not obsolete/provide baloo{-file} in EPEL, use Conflicts (for now)
|
|
|
|
|
|
|
|
- update URL
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Apr 04 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.21.0-1
|
|
|
|
* Mon Apr 04 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.21.0-1
|
|
|
|
- KDE Frameworks 5.21.0
|
|
|
|
- KDE Frameworks 5.21.0
|
|
|
|
|
|
|
|
|
|
|
|