Add missing gcc-c++ build dependency
This commit is contained in:
parent
d24f2d2a49
commit
b04139f665
@ -1,11 +1,12 @@
|
||||
Summary: Library for easy parsing of XMP metadata
|
||||
Name: exempi
|
||||
Version: 2.4.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: BSD
|
||||
Group: System Environment/Libraries
|
||||
URL: http://libopenraw.freedesktop.org/wiki/Exempi
|
||||
Source0: http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: boost-devel expat-devel zlib-devel pkgconfig
|
||||
# Work around for aarch64 support (https://bugzilla.redhat.com/show_bug.cgi?id=925327)
|
||||
BuildRequires: autoconf automake libtool
|
||||
@ -66,6 +67,9 @@ rm -rf %{buildroot}%{_libdir}/*.a
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Tue Feb 20 2018 Nikola Forró <nforro@redhat.com> - 2.4.4-2
|
||||
- Add missing gcc-c++ build dependency
|
||||
|
||||
* Tue Feb 06 2018 Nikola Forró <nforro@redhat.com> - 2.4.4-1
|
||||
- Update to version 2.4.4
|
||||
Resolves #1541818
|
||||
|
||||
Loading…
Reference in New Issue
Block a user