|
|
|
@ -7,7 +7,7 @@ Group: Development/Libraries/C++ |
|
|
|
|
|
|
|
|
|
Source0: %{name}-%{version}.tar.gz |
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
|
|
|
|
BuildRequires: which, pkgconfig, pandoc, gnupg, expect, subversion, make, automake, autoconf, rpm-build, binutils-devel, gcc-c++, cppunit-devel, doxygen, graphviz, java-openjdk @RPM_BUILD_DEPEND@ @RPM_DEPEND_IFEXISTS@ |
|
|
|
|
BuildRequires: which, pkgconfig, gnupg, expect, subversion, make, automake, autoconf, rpm-build, binutils-devel, gcc-c++, cppunit-devel, doxygen, graphviz, java-openjdk @RPM_BUILD_DEPEND@ @RPM_DEPEND_IFEXISTS@ |
|
|
|
|
|
|
|
|
|
#### os dependent definitions #### |
|
|
|
|
%if 0%{?suse_version} || 0%{?sles_version} |
|
|
|
@ -24,6 +24,9 @@ BuildRequires: rpm-sign, redhat-lsb |
|
|
|
|
%endif |
|
|
|
|
%if ! 0%{?centos} |
|
|
|
|
BuildRequires: mscgen |
|
|
|
|
%if ! 0%{?mageia} |
|
|
|
|
BuildRequires: pandoc |
|
|
|
|
%endif |
|
|
|
|
%endif |
|
|
|
|
%if 0%{?mageia} |
|
|
|
|
BuildRequires: libtool, libltdl-devel |
|
|
|
|