|
|
@ -1,7 +1,7 @@
|
|
|
|
Summary: Extensible Binary Meta Language library
|
|
|
|
Summary: Extensible Binary Meta Language library
|
|
|
|
Name: libebml
|
|
|
|
Name: libebml
|
|
|
|
Version: 1.4.0
|
|
|
|
Version: 1.4.0
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 4%{?dist}
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: https://www.matroska.org/
|
|
|
|
URL: https://www.matroska.org/
|
|
|
|
Source: https://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.xz
|
|
|
|
Source: https://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.xz
|
|
|
@ -38,12 +38,12 @@ rm -r src/lib/utf8-cpp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%cmake3 .
|
|
|
|
%cmake3
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
%cmake3_build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
%cmake3_install
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
%ldconfig_scriptlets
|
|
|
@ -66,6 +66,9 @@ make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-3
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|