]> git.pld-linux.org Git - packages/aom.git/commitdiff
add hack to workaround moronic version detection; rel 2 auto/th/aom-1.0.0-2
authorJan Palus <atler@pld-linux.org>
Sun, 18 Nov 2018 22:39:52 +0000 (23:39 +0100)
committerJan Palus <atler@pld-linux.org>
Sun, 18 Nov 2018 22:39:52 +0000 (23:39 +0100)
pkgconfig file indicates version 0.1.0 instead of 1.0.0

aom.spec

index 3375ad56a1478231b8b70dd1af4cec2b5a23e1f9..1e67b3b232df67a399c5e595e2b30691c9b66e78 100644 (file)
--- 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 \
This page took 0.189117 seconds and 4 git commands to generate.