|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
|
Version: 5.11.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: KDE Frameworks 5 Tier 2 library to load and install packages as plugins
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
@ -46,36 +46,47 @@ developing applications that use %{name}.
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{framework}-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
mkdir -p %{_target_platform}
|
|
|
|
|
mkdir %{_target_platform}
|
|
|
|
|
pushd %{_target_platform}
|
|
|
|
|
%{cmake_kf5} ..
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
%find_lang kpackage5_qt --with-qt --with-man --all-name
|
|
|
|
|
|
|
|
|
|
# create/own plugindir
|
|
|
|
|
mkdir -p %{buildroot}%{_kf5_qtplugindir}/kpackage/packagestructure/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%files -f kpackage5_qt.lang
|
|
|
|
|
%doc COPYING.LIB README.md
|
|
|
|
|
%{_kf5_libdir}/libKF5Package.so.*
|
|
|
|
|
%{_kf5_qtplugindir}/kpackage/
|
|
|
|
|
%{_kf5_bindir}/kpackagetool5
|
|
|
|
|
%{_kf5_datadir}/kservicetypes5/kpackage-packagestructure.desktop
|
|
|
|
|
%{_mandir}/man1/kpackagetool5.1.gz
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%{_kf5_includedir}/kpackage_version.h
|
|
|
|
|
%{_kf5_includedir}/KPackage
|
|
|
|
|
%{_kf5_includedir}/KPackage/
|
|
|
|
|
%{_kf5_libdir}/libKF5Package.so
|
|
|
|
|
%{_kf5_libdir}/cmake/KF5Package
|
|
|
|
|
%{_kf5_libdir}/cmake/KF5Package/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jul 09 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.11.0-3
|
|
|
|
|
- own %%{_kf5_qtplugindir}/kpackage/{packagestructure/}
|
|
|
|
|
- .spec cosmetics
|
|
|
|
|
|
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.11.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|