From 7f096cae140a19c1241a75287f2f1333d52aa71a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Wed, 23 Jan 2019 09:28:49 +0100 Subject: [PATCH] Append curdir to CMake invokation. (#1668512) --- libebml.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libebml.spec b/libebml.spec index 33bc592..124e040 100644 --- a/libebml.spec +++ b/libebml.spec @@ -1,7 +1,7 @@ Summary: Extensible Binary Meta Language library Name: libebml Version: 1.3.6 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: https://www.matroska.org/ @@ -36,7 +36,7 @@ will use the Extensible Binary Meta Language library. %build -%cmake +%cmake . make %{?_smp_mflags} @@ -63,6 +63,9 @@ make %{?_smp_mflags} %changelog +* Wed Jan 23 2019 Björn Esser - 1.3.6-2 +- Append curdir to CMake invokation. (#1668512) + * Mon Jul 23 2018 Dominik Mierzejewski - 1.3.6-1 - update to 1.3.6 (#1570224) - add BR: gcc for https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot