From d76b557e28429c5215a3ae9de4c5198daf47f5cd Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Tue, 19 Feb 2019 21:08:59 +0100 Subject: [PATCH] - macros for cmake --- libebml.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libebml.spec b/libebml.spec index cb2056d..4921015 100644 --- a/libebml.spec +++ b/libebml.spec @@ -14,7 +14,7 @@ Source0: https://dl.matroska.org/downloads/libebml/%{name}-%{version}.tar.xz URL: https://www.matroska.org/ BuildRequires: cmake >= 3.1.2 BuildRequires: libstdc++-devel -BuildRequires: rpmbuild(macros) >= 1.553 +BuildRequires: rpmbuild(macros) >= 1.605 BuildRequires: xz BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -65,6 +65,7 @@ cd build-static -DBUILD_SHARED_LIBS:BOOL=OFF \ -DCMAKE_INSTALL_INCLUDEDIR=include \ -DCMAKE_INSTALL_LIBDIR=%{_lib} + %{__make} cd .. %endif -- 2.43.0