|
|
@ -1551,12 +1551,25 @@ BuildRequires: gnupg, ${VCSDEPENDS} make, automake, autoconf, rpm-build$( |
|
|
|
%if 0%{?fedora} != 20 |
|
|
|
%if 0%{?fedora} != 20 |
|
|
|
$(if testtag AX_USE_DOXYGEN; then echo -n "BuildRequires: graphviz"; fi) |
|
|
|
$(if testtag AX_USE_DOXYGEN; then echo -n "BuildRequires: graphviz"; fi) |
|
|
|
%endif |
|
|
|
%endif |
|
|
|
%if 0%{?fedora} || 0%{?rhel} || 0%{?rhl} || 0%{?centos} || 0%{?centos_ver} || 0%{?centos_version} |
|
|
|
%if 0%{?fedora} || 0%{?rhel} || 0%{?rhl} || 0%{?centos} || 0%{?centos_ver} || 0%{?centos_version} || 0%{?mageia} |
|
|
|
BuildRequires: which, svn2cl, pkgconfig, redhat-lsb$( |
|
|
|
BuildRequires: which, pkgconfig$( |
|
|
|
if testtag AX_USE_LIBTOOL; then |
|
|
|
if testtag AX_USE_LIBTOOL; then |
|
|
|
echo -n ", libtool-ltdl-devel"; |
|
|
|
echo -n ", cppunit-devel" |
|
|
|
fi |
|
|
|
fi |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
%if 0%{?mageia} |
|
|
|
|
|
|
|
BuildRequires: lsb-release$( |
|
|
|
|
|
|
|
if testtag AX_USE_LIBTOOL; then |
|
|
|
|
|
|
|
echo -n ", libltdl-devel" |
|
|
|
|
|
|
|
fi |
|
|
|
|
|
|
|
) |
|
|
|
|
|
|
|
%else |
|
|
|
|
|
|
|
BuildRequires: redhat-lsb$( |
|
|
|
|
|
|
|
if testtag AX_USE_LIBTOOL; then |
|
|
|
|
|
|
|
echo -n ", libtool-ltdl-devel" |
|
|
|
|
|
|
|
fi |
|
|
|
|
|
|
|
) |
|
|
|
|
|
|
|
%endif |
|
|
|
%if ! ( 0%{?centos} || 0%{?centos_ver} || 0%{?centos_version} ) |
|
|
|
%if ! ( 0%{?centos} || 0%{?centos_ver} || 0%{?centos_version} ) |
|
|
|
$(if testtag AX_USE_DOXYGEN; then echo -n "BuildRequires: mscgen"; fi) |
|
|
|
$(if testtag AX_USE_DOXYGEN; then echo -n "BuildRequires: mscgen"; fi) |
|
|
|
$(if testtag AX_REQUIRE_QT || testtag AX_CHECK_QT AX_REQUIRE_QT; then echo -n "BuildRequires: qt5-qtbase-devel, qt5-qttools, qt5-qtwebkit-devel"; fi) |
|
|
|
$(if testtag AX_REQUIRE_QT || testtag AX_CHECK_QT AX_REQUIRE_QT; then echo -n "BuildRequires: qt5-qtbase-devel, qt5-qttools, qt5-qtwebkit-devel"; fi) |
|
|
|