[packages/aom] add hack to workaround moronic version detection; rel 2

atler atler at pld-linux.org
Sun Nov 18 23:40:47 CET 2018


commit 827c9cca86353ac71f89446886a4babf06465d0c
Author: Jan Palus <atler at pld-linux.org>
Date:   Sun Nov 18 23:39:52 2018 +0100

    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 \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/aom.git/commitdiff/827c9cca86353ac71f89446886a4babf06465d0c



More information about the pld-cvs-commit mailing list