Add condition for doc placement in F20+
This commit is contained in:
parent
5460e2a995
commit
3318b49773
@ -314,8 +314,10 @@ cmake . -DBUILD_CONFIG=mysql_release \
|
|||||||
-DFEATURE_SET="community" \
|
-DFEATURE_SET="community" \
|
||||||
-DINSTALL_LAYOUT=RPM \
|
-DINSTALL_LAYOUT=RPM \
|
||||||
-DCMAKE_INSTALL_PREFIX="%{_prefix}" \
|
-DCMAKE_INSTALL_PREFIX="%{_prefix}" \
|
||||||
|
%if 0%{?fedora} >= 20
|
||||||
-DINSTALL_DOCDIR=share/doc/mariadb \
|
-DINSTALL_DOCDIR=share/doc/mariadb \
|
||||||
-DINSTALL_DOCREADMEDIR=share/doc/mariadb \
|
-DINSTALL_DOCREADMEDIR=share/doc/mariadb \
|
||||||
|
%endif
|
||||||
-DINSTALL_INCLUDEDIR=include/mysql \
|
-DINSTALL_INCLUDEDIR=include/mysql \
|
||||||
-DINSTALL_INFODIR=share/info \
|
-DINSTALL_INFODIR=share/info \
|
||||||
-DINSTALL_LIBDIR="%{_lib}/mysql" \
|
-DINSTALL_LIBDIR="%{_lib}/mysql" \
|
||||||
@ -757,6 +759,7 @@ fi
|
|||||||
- Fix multilib header location for arm
|
- Fix multilib header location for arm
|
||||||
- Enhance documentation in the unit file
|
- Enhance documentation in the unit file
|
||||||
- Use scriptstub instead of links to avoid multilib conflicts
|
- Use scriptstub instead of links to avoid multilib conflicts
|
||||||
|
- Add condition for doc placement in F20+
|
||||||
|
|
||||||
* Sun Jul 28 2013 Dennis Gilmore <dennis@ausil.us> - 5.5.32-5
|
* Sun Jul 28 2013 Dennis Gilmore <dennis@ausil.us> - 5.5.32-5
|
||||||
- remove "Requires(pretrans): systemd" since its not possible
|
- remove "Requires(pretrans): systemd" since its not possible
|
||||||
|
Loading…
Reference in New Issue
Block a user