|
|
|
@ -735,15 +735,24 @@ Source0: %{name}-%{version}.tar.gz |
|
|
|
|
BuildRequires: gnupg, subversion, automake, autoconf$( |
|
|
|
|
if testtag AX_USE_DOXYGEN; then |
|
|
|
|
echo -n ", doxygen, graphviz"; |
|
|
|
|
fi; |
|
|
|
|
if testtag AX_REQUIRE_QT || testtag AX_CHECK_QT; then |
|
|
|
|
echo -n ", qtbase5-devel | libqt4-devel, qtbase5-devel-tools | qt4-devel-tools"; |
|
|
|
|
fi) |
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} || 0%{?rhl} || 0%{?centos} || 0%{?centos_ver} || 0%{?centos_version} |
|
|
|
|
BuildRequires: pkgconfig, redhat-lsb$(if testtag AX_USE_CPPUNIT; then echo -n ", cppunit-devel"; fi) |
|
|
|
|
BuildRequires: pkgconfig, redhat-lsb$( |
|
|
|
|
if testtag AX_USE_CPPUNIT; then |
|
|
|
|
echo -n ", cppunit-devel"; |
|
|
|
|
fi; |
|
|
|
|
if testtag AX_REQUIRE_QT || testtag AX_CHECK_QT; then |
|
|
|
|
echo -n ", qtbase5-devel, qtbase5-devel-tools, qt5-qtwebkit-devel"; |
|
|
|
|
fi) |
|
|
|
|
%else%if 0%{?suse_version} || 0%{?sles_version} |
|
|
|
|
BuildRequires: pkg-config, lsb-release$(if testtag AX_USE_CPPUNIT; then echo -n ", libcppunit-devel"; fi) |
|
|
|
|
BuildRequires: pkg-config, lsb-release$( |
|
|
|
|
if testtag AX_USE_CPPUNIT; then |
|
|
|
|
echo -n ", libcppunit-devel"; |
|
|
|
|
fi; |
|
|
|
|
if testtag AX_REQUIRE_QT || testtag AX_CHECK_QT; then |
|
|
|
|
echo -n ", libqt5-qtbase-devel, libqt5-qttools, libQt5WebKit5-devel"; |
|
|
|
|
fi) |
|
|
|
|
%endif%endif |
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} || 0%{?rhl} |
|
|
|
|
$(if testtag AX_USE_DOXYGEN; then echo -n "BuildRequires: mscgen"; fi) |
|
|
|
|