From 827c9cca86353ac71f89446886a4babf06465d0c Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Sun, 18 Nov 2018 23:39:52 +0100 Subject: [PATCH] add hack to workaround moronic version detection; rel 2 pkgconfig file indicates version 0.1.0 instead of 1.0.0 --- aom.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/aom.spec b/aom.spec index 3375ad5..1e67b3b 100644 --- a/aom.spec +++ b/aom.spec @@ -3,7 +3,7 @@ Summary: Royalty-free next-generation video format Name: aom Version: 1.0.0 -Release: 1 +Release: 2 License: BSD Group: Libraries URL: http://aomedia.org/ @@ -45,6 +45,8 @@ format. %setup -qc %patch0 -p1 +%{__sed} -i -e 's/v0\.1\.0/v%{version}/' CHANGELOG + %build install -d build; cd build %cmake \ -- 2.44.0