successfully built rpm on fedora 25

This commit is contained in:
Marc Wäckerlin
2016-12-07 10:27:50 +00:00
parent bc6a53d54a
commit 86cc10fc11
6 changed files with 447 additions and 61 deletions

View File

@@ -5,13 +5,13 @@ Release: @BUILD_NUMBER@%{?dist}
License: LGPL
Group: Development/Libraries/C++
Source0: %{name}-%{version}.tar.gz
BuildRequires: subversion, automake, autoconf, doxygen
BuildRequires: rpm-build subversion, automake, autoconf, doxygen, libtool, libtool-ltdl-devel, binutils-devel, gcc-c++
%if 0%{?fedora} != 20
BuildRequires: graphviz
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
%if 0%{?fedora} || 0%{?rhel} || 0%{?rhl} || 0%{?centos} || 0%{?centos_ver} || 0%{?centos_version}
BuildRequires: pkgconfig, cppunit-devel, redhat-lsb
BuildRequires: which, pkgconfig, cppunit-devel, redhat-lsb
%if ! ( 0%{?centos} || 0%{?centos_ver} || 0%{?centos_version} )
BuildRequires: mscgen
%endif