Fix spec file to be ready for backport by Oden Eriksson

Resolves: #1026404
This commit is contained in:
Honza Horák 2013-11-04 16:40:18 +01:00
parent eb0830bac9
commit 9a2be74e7b
1 changed files with 8 additions and 1 deletions

View File

@ -7,7 +7,7 @@
Name: mariadb
Version: 5.5.33a
Release: 3%{?dist}
Release: 4%{?dist}
Epoch: 1
Summary: A community developed branch of MySQL
@ -327,6 +327,9 @@ cmake . -DBUILD_CONFIG=mysql_release \
%if 0%{?fedora} >= 20
-DINSTALL_DOCDIR=share/doc/mariadb \
-DINSTALL_DOCREADMEDIR=share/doc/mariadb \
%else
-DINSTALL_DOCDIR=share/doc/%{name}-%{version} \
-DINSTALL_DOCREADMEDIR=share/doc/%{name}-%{version} \
%endif
-DINSTALL_INCLUDEDIR=include/mysql \
-DINSTALL_INFODIR=share/info \
@ -798,6 +801,10 @@ fi
%{_mandir}/man1/mysql_client_test.1*
%changelog
* Mon Nov 4 2013 Honza Horak <hhorak@redhat.com> 1:5.5.33a-4
- Fix spec file to be ready for backport by Oden Eriksson
Resolves: #1026404
* Mon Nov 4 2013 Honza Horak <hhorak@redhat.com> 1:5.5.33a-3
- Add pam-devel to build-requires in order to build
Related: #1019945