|
|
@ -14,13 +14,19 @@ URL: https://projects.kde.org/projects/kde/kdelibs/baloo-widgets
|
|
|
|
%else
|
|
|
|
%else
|
|
|
|
%global stable stable
|
|
|
|
%global stable stable
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
Source0: http://download.kde.org/%{stable}/%{version}/src/%{name}-%{version}.tar.xz
|
|
|
|
Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: baloo-devel >= %{version}
|
|
|
|
BuildRequires: kf5-rpm-macros
|
|
|
|
BuildRequires: kdelibs4-devel >= %{version}
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
BuildRequires: kfilemetadata-devel >= %{version}
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
|
|
|
|
|
|
|
|
Requires: baloo-libs%{?_isa} >= %{version}
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
%{summary}.
|
|
|
@ -40,7 +46,7 @@ Requires: baloo-devel
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
mkdir -p %{_target_platform}
|
|
|
|
mkdir -p %{_target_platform}
|
|
|
|
pushd %{_target_platform}
|
|
|
|
pushd %{_target_platform}
|
|
|
|
%{cmake_kde4} ..
|
|
|
|
%{cmake_kf5} ..
|
|
|
|
popd
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
|
|
make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
make %{?_smp_mflags} -C %{_target_platform}
|
|
|
@ -55,13 +61,13 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%doc COPYING.LIB
|
|
|
|
%doc COPYING.LIB
|
|
|
|
%{_kde4_libdir}/libbaloowidgets.so.4*
|
|
|
|
%{_kf5_libdir}/libKF5BalooWidgets.so.*
|
|
|
|
|
|
|
|
%{_kf5_bindir}/baloo_filemetadata_temp_extractor
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%{_kde4_includedir}/baloo/*.h
|
|
|
|
%{_kf5_libdir}/cmake/KF5BalooWidgets
|
|
|
|
%{_kde4_libdir}/cmake/BalooWidgets/
|
|
|
|
%{_kf5_includedir}/BalooWidgets
|
|
|
|
%{_kde4_libdir}/libbaloowidgets.so
|
|
|
|
%{_kf5_libdir}/libKF5BalooWidgets.so
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* 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
|
|
|
|