Add missing gcc-c++ build dependency
This commit is contained in:
parent
4d89f9a341
commit
a2385376bf
@ -1,7 +1,7 @@
|
||||
Summary: Library of functions for manipulating TIFF format image files
|
||||
Name: libtiff
|
||||
Version: 4.0.9
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
License: libtiff
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.simplesystems.org/libtiff/
|
||||
@ -11,7 +11,7 @@ Source: ftp://ftp.simplesystems.org/pub/libtiff/tiff-%{version}.tar.gz
|
||||
Patch0: libtiff-am-version.patch
|
||||
Patch1: libtiff-make-check.patch
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc, gcc-c++
|
||||
BuildRequires: zlib-devel libjpeg-devel jbigkit-devel
|
||||
BuildRequires: libtool automake autoconf pkgconfig
|
||||
|
||||
@ -166,6 +166,9 @@ find html -name 'Makefile*' | xargs rm
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Tue Feb 20 2018 Nikola Forró <nforro@redhat.com> - 4.0.9-6
|
||||
- Add missing gcc-c++ build dependency
|
||||
|
||||
* Tue Feb 20 2018 Nikola Forró <nforro@redhat.com> - 4.0.9-5
|
||||
- Add missing gcc build dependency
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user