|
|
@ -2,11 +2,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
Version: 5.11.0
|
|
|
|
Version: 5.11.0
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Summary: KDE Frameworks 5 Tier 1 addon with advanced configuration system
|
|
|
|
Summary: KDE Frameworks 5 Tier 1 addon with advanced configuration system
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv2+ and LGPLv2+ and MIT
|
|
|
|
License: GPLv2+ and LGPLv2+ and MIT
|
|
|
|
URL: http://www.kde.org
|
|
|
|
URL: https://projects.kde.org/projects/frameworks/kconfig
|
|
|
|
|
|
|
|
|
|
|
|
%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)
|
|
|
@ -91,7 +91,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
%{_kf5_bindir}/kwriteconfig5
|
|
|
|
%{_kf5_bindir}/kwriteconfig5
|
|
|
|
%{_kf5_bindir}/kconfig_compiler_kf5
|
|
|
|
%{_kf5_bindir}/kconfig_compiler_kf5
|
|
|
|
%{_kf5_libdir}/libKF5ConfigCore.so.*
|
|
|
|
%{_kf5_libdir}/libKF5ConfigCore.so.*
|
|
|
|
%{_kf5_libexecdir}/kconf_update
|
|
|
|
%{_kf5_libexecdir}/kconf_update/
|
|
|
|
|
|
|
|
|
|
|
|
%post gui -p /sbin/ldconfig
|
|
|
|
%post gui -p /sbin/ldconfig
|
|
|
|
%postun gui -p /sbin/ldconfig
|
|
|
|
%postun gui -p /sbin/ldconfig
|
|
|
@ -101,16 +101,19 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%{_kf5_includedir}/kconfig_version.h
|
|
|
|
%{_kf5_includedir}/kconfig_version.h
|
|
|
|
%{_kf5_includedir}/KConfigCore
|
|
|
|
%{_kf5_includedir}/KConfigCore/
|
|
|
|
%{_kf5_includedir}/KConfigGui
|
|
|
|
%{_kf5_includedir}/KConfigGui/
|
|
|
|
%{_kf5_libdir}/libKF5ConfigCore.so
|
|
|
|
%{_kf5_libdir}/libKF5ConfigCore.so
|
|
|
|
%{_kf5_libdir}/libKF5ConfigGui.so
|
|
|
|
%{_kf5_libdir}/libKF5ConfigGui.so
|
|
|
|
%{_kf5_libdir}/cmake/KF5Config
|
|
|
|
%{_kf5_libdir}/cmake/KF5Config/
|
|
|
|
%{_kf5_archdatadir}/mkspecs/modules/qt_KConfigCore.pri
|
|
|
|
%{_kf5_archdatadir}/mkspecs/modules/qt_KConfigCore.pri
|
|
|
|
%{_kf5_archdatadir}/mkspecs/modules/qt_KConfigGui.pri
|
|
|
|
%{_kf5_archdatadir}/mkspecs/modules/qt_KConfigGui.pri
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Jul 09 2015 Rex Dieter <rdieter@fedoraproject.org> 5.11.0-3
|
|
|
|
|
|
|
|
- update URL, minor cosmetics
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.11.0-2
|
|
|
|
* 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
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|