|
|
@ -2,7 +2,7 @@
|
|
|
|
Name: baloo-widgets
|
|
|
|
Name: baloo-widgets
|
|
|
|
Summary: Widgets for Baloo
|
|
|
|
Summary: Widgets for Baloo
|
|
|
|
Version: 15.08.0
|
|
|
|
Version: 15.08.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
# # 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
|
|
|
@ -34,7 +34,9 @@ BuildRequires: kf5-kdelibs4support-devel
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: Developer files for %{name}
|
|
|
|
Summary: Developer files for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: baloo-devel
|
|
|
|
Requires: qt5-qtbase-devel
|
|
|
|
|
|
|
|
Requires: kf5-kcoreaddons-devel
|
|
|
|
|
|
|
|
Requires: kf5-kio-devel
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
|
%{summary}.
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
|
|
|
@ -44,7 +46,7 @@ Requires: baloo-devel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
mkdir -p %{_target_platform}
|
|
|
|
mkdir %{_target_platform}
|
|
|
|
pushd %{_target_platform}
|
|
|
|
pushd %{_target_platform}
|
|
|
|
%{cmake_kf5} ..
|
|
|
|
%{cmake_kf5} ..
|
|
|
|
popd
|
|
|
|
popd
|
|
|
@ -69,7 +71,11 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
%{_kf5_includedir}/BalooWidgets
|
|
|
|
%{_kf5_includedir}/BalooWidgets
|
|
|
|
%{_kf5_libdir}/libKF5BalooWidgets.so
|
|
|
|
%{_kf5_libdir}/libKF5BalooWidgets.so
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Sep 01 2015 Rex Dieter <rdieter@fedoraproject.org> 15.08.0-2
|
|
|
|
|
|
|
|
- fix -devel deps
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 20 2015 Than Ngo <than@redhat.com> - 15.08.0-1
|
|
|
|
* Thu Aug 20 2015 Than Ngo <than@redhat.com> - 15.08.0-1
|
|
|
|
- 15.08.0
|
|
|
|
- 15.08.0
|
|
|
|
|
|
|
|
|
|
|
|