From: Jan Palus Date: Sun, 18 Nov 2018 22:39:52 +0000 (+0100) Subject: add hack to workaround moronic version detection; rel 2 X-Git-Tag: auto/th/aom-1.0.0-2 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=827c9cca86353ac71f89446886a4babf06465d0c;p=packages%2Faom.git add hack to workaround moronic version detection; rel 2 pkgconfig file indicates version 0.1.0 instead of 1.0.0 --- 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 \