Fix FTBFS, straight-forward cmake macro fix (rhbz#1863992)

epel9
Hans de Goede 5 years ago
parent 7a27ff1467
commit d4bd039df5

@ -1,7 +1,7 @@
Summary: Extensible Binary Meta Language library
Name: libebml
Version: 1.4.0
Release: 3%{?dist}
Release: 4%{?dist}
License: LGPLv2+
URL: https://www.matroska.org/
Source: https://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.xz
@ -38,12 +38,12 @@ rm -r src/lib/utf8-cpp
%build
%cmake3 .
make %{?_smp_mflags}
%cmake3
%cmake3_build
%install
%make_install
%cmake3_install
%ldconfig_scriptlets
@ -66,6 +66,9 @@ make %{?_smp_mflags}
%changelog
* Mon Aug 10 2020 Hans de Goede <hdegoede@redhat.com> - 1.4.0-4
- Fix FTBFS, straight-forward cmake macro fix (rhbz#1863992)
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-3
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

Loading…
Cancel
Save