Append curdir to CMake invokation. (#1668512)

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

@ -1,7 +1,7 @@
Summary: Open audio/video container format library Summary: Open audio/video container format library
Name: libmatroska Name: libmatroska
Version: 1.4.9 Version: 1.4.9
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/
@ -40,7 +40,7 @@ will use the Matroska container format.
%build %build
%cmake %cmake .
%make_build %make_build
@ -67,6 +67,9 @@ will use the Matroska container format.
%changelog %changelog
* Wed Jan 23 2019 Björn Esser <besser82@fedoraproject.org> - 1.4.9-2
- Append curdir to CMake invokation. (#1668512)
* Tue Jul 24 2018 Dominik Mierzejewski <rpm@greysector.net> - 1.4.9-1 * Tue Jul 24 2018 Dominik Mierzejewski <rpm@greysector.net> - 1.4.9-1
- update to 1.4.9 (#1570226) - update to 1.4.9 (#1570226)
- switch build system to cmake, add missing dependencies - switch build system to cmake, add missing dependencies

Loading…
Cancel
Save