Point LIBEXEC_INSTALL_DIR to %{_libexecdir} to fix duplicated path

epel8
Dan Vrátil 11 years ago
parent 417f462163
commit ef44cf9a1f

@ -1,6 +1,6 @@
Name: kf5 Name: kf5
Version: 4.99.0 Version: 4.99.0
Release: 4 Release: 5
Summary: Filesystem and RPM macros for KDE Frameworks 5 Summary: Filesystem and RPM macros for KDE Frameworks 5
BuildArch: noarch BuildArch: noarch
License: BSD License: BSD
@ -43,6 +43,9 @@ install -pm644 %{_sourcedir}/macros.kf5 %{buildroot}%{_rpmconfigdir}/macros.d
%changelog %changelog
* Wed Jun 04 2014 Daniel Vrátil <dvratil@redhat.com> 4.99.0-5
- Point LIBEXEC_INSTALL_DIR to %%{_libexecdir} to fix duplicated path
* Wed May 14 2014 Daniel Vrátil <dvratil@redhat.com> 4.99.0-4 * Wed May 14 2014 Daniel Vrátil <dvratil@redhat.com> 4.99.0-4
- Make LIB_INSTALL_DIR relative, otherwise /usr/usr/lib64/... is generated by CMake - Make LIB_INSTALL_DIR relative, otherwise /usr/usr/lib64/... is generated by CMake

@ -39,6 +39,6 @@
-DIMPORTS_INSTALL_DIR:PATH=%{_qt5_importdir} \\\ -DIMPORTS_INSTALL_DIR:PATH=%{_qt5_importdir} \\\
-DECM_MKSPECS_INSTALL_DIR:PATH=%{_kf5_libdir}/qt5/mkspecs/modules \\\ -DECM_MKSPECS_INSTALL_DIR:PATH=%{_kf5_libdir}/qt5/mkspecs/modules \\\
-DSYSCONF_INSTALL_DIR:PATH=%{_kf5_sysconfdir} \\\ -DSYSCONF_INSTALL_DIR:PATH=%{_kf5_sysconfdir} \\\
-DLIBEXEC_INSTALL_DIR:PATH=%{_kf5_libexecdir} \\\ -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir} \\\
-DKF5_LIBEXEC_INSTALL_DIR=%{_kf5_libexecdir} \\\ -DKF5_LIBEXEC_INSTALL_DIR=%{_kf5_libexecdir} \\\
-DKF5_INCLUDE_INSTALL_DIR=%{_kf5_includedir} -DKF5_INCLUDE_INSTALL_DIR=%{_kf5_includedir}

Loading…
Cancel
Save