Append curdir to CMake invokation. (#1668512)

epel8
Björn Esser 6 years ago
parent e47cbb69b1
commit 7f096cae14
No known key found for this signature in database
GPG Key ID: F52E98007594C21D

@ -1,7 +1,7 @@
Summary: Extensible Binary Meta Language library Summary: Extensible Binary Meta Language library
Name: libebml Name: libebml
Version: 1.3.6 Version: 1.3.6
Release: 1%{?dist} Release: 2%{?dist}
License: LGPLv2+ License: LGPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
URL: https://www.matroska.org/ URL: https://www.matroska.org/
@ -36,7 +36,7 @@ will use the Extensible Binary Meta Language library.
%build %build
%cmake %cmake .
make %{?_smp_mflags} make %{?_smp_mflags}
@ -63,6 +63,9 @@ make %{?_smp_mflags}
%changelog %changelog
* Wed Jan 23 2019 Björn Esser <besser82@fedoraproject.org> - 1.3.6-2
- Append curdir to CMake invokation. (#1668512)
* Mon Jul 23 2018 Dominik Mierzejewski <rpm@greysector.net> - 1.3.6-1 * Mon Jul 23 2018 Dominik Mierzejewski <rpm@greysector.net> - 1.3.6-1
- update to 1.3.6 (#1570224) - update to 1.3.6 (#1570224)
- add BR: gcc for https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot - add BR: gcc for https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot

Loading…
Cancel
Save