|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
|
|
|
|
|
Name: baloo-widgets
|
|
|
|
|
Summary: Widgets for Baloo
|
|
|
|
|
Version: 16.12.3
|
|
|
|
|
Version: 17.04.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
# # KDE e.V. may determine that future LGPL versions are accepted
|
|
|
|
@ -16,20 +16,22 @@ URL: https://cgit.kde.org/%{name}.git/
|
|
|
|
|
%endif
|
|
|
|
|
Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
# translations moved here
|
|
|
|
|
Conflicts: kde-l10n < 17.03
|
|
|
|
|
|
|
|
|
|
Provides: kf5-baloo-widgets = %{version}-%{release}
|
|
|
|
|
Provides: kf5-baloo-widgets%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
BuildRequires: kf5-rpm-macros
|
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
|
BuildRequires: cmake(Qt5Widgets)
|
|
|
|
|
BuildRequires: cmake(Qt5Test)
|
|
|
|
|
|
|
|
|
|
BuildRequires: kf5-kconfig-devel
|
|
|
|
|
BuildRequires: kf5-kio-devel
|
|
|
|
|
BuildRequires: kf5-ki18n-devel
|
|
|
|
|
BuildRequires: kf5-kservice-devel
|
|
|
|
|
BuildRequires: kf5-kfilemetadata-devel
|
|
|
|
|
BuildRequires: kf5-baloo-devel
|
|
|
|
|
BuildRequires: kf5-kdelibs4support-devel
|
|
|
|
|
BuildRequires: kf5-rpm-macros
|
|
|
|
|
BuildRequires: extra-cmake-modules >= 5.19
|
|
|
|
|
BuildRequires: cmake(KF5Config)
|
|
|
|
|
BuildRequires: cmake(KF5KIO)
|
|
|
|
|
BuildRequires: cmake(KF5I18n)
|
|
|
|
|
BuildRequires: cmake(KF5FileMetaData)
|
|
|
|
|
BuildRequires: cmake(KF5Baloo)
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
%{summary}.
|
|
|
|
@ -47,7 +49,7 @@ Requires: kf5-kio-devel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
%autosetup
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
@ -62,11 +64,13 @@ make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
|
%install
|
|
|
|
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
%find_lang %{name} --all-name
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
|
%doc COPYING.LIB
|
|
|
|
|
%{_kf5_libdir}/libKF5BalooWidgets.so.*
|
|
|
|
|
%{_kf5_bindir}/baloo_filemetadata_temp_extractor
|
|
|
|
@ -78,6 +82,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Apr 14 2017 Rex Dieter <rdieter@fedoraproject.org> - 17.04.0-1
|
|
|
|
|
- 17.04.0, cmake-style deps, includes translations
|
|
|
|
|
|
|
|
|
|
* Wed Mar 08 2017 Rex Dieter <rdieter@fedoraproject.org> - 16.12.3-1
|
|
|
|
|
- 16.12.3
|
|
|
|
|
|
|
|
|
|