aom 1.0.0-1.28.10.2019 (x86_64;aarch64) 2019-9458
-9999

Status rejected
Submitter nobodydead [@T] gmail.com
Platform rolling
Repository main
URL https://abf.openmandriva.org/build_lists/650699
Packages
aom-1.0.0-1.28.10.2019.x86_64.binary
aom-1.0.0-1.28.10.2019.x86_64.source
aom-debuginfo-1.0.0-1.28.10.2019.x86_64.debuginfo
aom-extra-tools-1.0.0-1.28.10.2019.x86_64.binary
aom-extra-tools-debuginfo-1.0.0-1.28.10.2019.x86_64.debuginfo
lib64aom0-1.0.0-1.28.10.2019.x86_64.binary
lib64aom0-debuginfo-1.0.0-1.28.10.2019.x86_64.debuginfo
lib64aom-devel-1.0.0-1.28.10.2019.x86_64.binary
aom-1.0.0-1.28.10.2019.aarch64.binary
aom-1.0.0-1.28.10.2019.aarch64.source
aom-debuginfo-1.0.0-1.28.10.2019.aarch64.debuginfo
aom-extra-tools-1.0.0-1.28.10.2019.aarch64.binary
aom-extra-tools-debuginfo-1.0.0-1.28.10.2019.aarch64.debuginfo
lib64aom0-1.0.0-1.28.10.2019.aarch64.binary
lib64aom0-debuginfo-1.0.0-1.28.10.2019.aarch64.debuginfo
lib64aom-devel-1.0.0-1.28.10.2019.aarch64.binary
Build Date 2019-12-09 13:26:13 +0000 UTC
Last Updated 2019-12-25 21:14:28.771638311 +0000 UTC
$ git show --format=fuller --patch-with-stat --summary 3cf947e521cbd8a044f7a4e2ad42ee40aa766f62

commit 3cf947e521cbd8a044f7a4e2ad42ee40aa766f62
Author:     tpgxyz <tpgxyz@gmail.com>
AuthorDate: Mon Dec 9 14:06:32 2019 +0100
Commit:     tpgxyz <tpgxyz@gmail.com>
CommitDate: Mon Dec 9 14:06:32 2019 +0100

    spec file clean
---
 aom.spec | 88 ++++++++++++++++++++++++++++------------------------------------
 1 file changed, 39 insertions(+), 49 deletions(-)

diff --git a/aom.spec b/aom.spec
index 02ffd58..184a061 100644
--- a/aom.spec
+++ b/aom.spec
@@ -7,24 +7,22 @@
 
 %define gitdate 28.10.2019
 
-Name:       aom
-Version:    1.0.0
-Release:    0.%{gitdate}
-Summary:    Royalty-free next-generation video format
-Group:      System/Libraries
-License:    BSD
-URL:        http://aomedia.org/
+Name:		aom
+Version:	1.0.0
+Release:	1.%{gitdate}
+Summary:	Royalty-free next-generation video format
+Group:		System/Libraries
+License:	BSD
+URL:		http://aomedia.org/
 #Source should be taken from: https://aomedia.googlesource.com/aom/
-Source0:    %{name}-%{gitdate}.tar.xz
-
-BuildRequires:  cmake
-BuildRequires:  doxygen
-BuildRequires:  graphviz
-BuildRequires:  perl(Getopt::Long)
-BuildRequires:  wxgtku3.0-devel
-BuildRequires:  yasm
-
-Provides:       av1 = %{version}-%{release}
+Source0:	%{name}-%{gitdate}.tar.xz
+BuildRequires:	cmake
+BuildRequires:	doxygen
+BuildRequires:	graphviz
+BuildRequires:	perl(Getopt::Long)
+BuildRequires:	wxgtku3.0-devel
+BuildRequires:	yasm
+Provides:	av1 = %{version}-%{release}
 
 %description
 The Alliance for Open Media’s focus is to deliver a next-generation
@@ -40,86 +38,78 @@ video format that is:
 
 This package contains the reference encoder and decoder.
 
-
 %package extra-tools
-Summary:        Extra tools for aom
-Group:          System/Libraries
-Requires:       %{name} = %{version}-%{release}
+Summary:	Extra tools for aom
+Group:		System/Libraries
+Requires:	%{name} = %{version}-%{release}
 
 %description extra-tools
 This package contains the aom analyzer.
 
-
 %package -n %{libname}
-Summary:        Library files for aom
-Group:          System/Libraries
+Summary:	Library files for aom
+Group:		System/Libraries
 
 %description -n %{libname}
 Library files for aom, the royalty-free next-generation 
 video format.
 
-
 %package -n %{develname}
-Summary:        Development files for aom
-Group:          Development/C
-Requires:       %{name} = %{version}-%{release}
+Summary:	Development files for aom
+Group:		Development/C
+Requires:	%{name} = %{version}-%{release}
 
 %description -n %{develname}
 Development files for aom, the royalty-free next-generation 
 video format.
 
-
 %prep
 %autosetup -p1 -n %{name}-%{gitdate}
 
-
 %build
-%cmake -Wno-dev -DENABLE_CCACHE=1 \
-            -DCMAKE_SKIP_RPATH=1 \
-%ifnarch aarch64 %{arm} %{ix86} x86_64
-            -DAOM_TARGET_CPU=generic \
+%cmake \
+	-Wno-dev -DENABLE_CCACHE=1 \
+	-DCMAKE_SKIP_RPATH=1 \
+%ifnarch aarch64 %{arm} %{ix86} %{x86_64}
+	-DAOM_TARGET_CPU=generic \
 %endif
 %ifarch %{arm}
-            -DAOM_TARGET_CPU=arm \
+	-DAOM_TARGET_CPU=arm \
 %endif
-%ifarch aarch64
-            -DAOM_TARGET_CPU=arm64 \
+%ifarch aarch64 riscv64
+	-DAOM_TARGET_CPU=arm64 \
 %endif
 %ifarch %{ix86}
-            -DAOM_TARGET_CPU=x86 \
+	-DAOM_TARGET_CPU=x86 \
 %endif
-%ifarch x86_64
-            -DAOM_TARGET_CPU=x86_64 \
+%ifarch %{x86_64}
+	-DAOM_TARGET_CPU=x86_64 \
 %endif
-            -DCONFIG_WEBM_IO=1 \
-            -DENABLE_DOCS=1 \
-            -DCONFIG_ANALYZER=1 \
-            -DCONFIG_LOWBITDEPTH=1
-%make_build
+	-DCONFIG_WEBM_IO=1 \
+	-DENABLE_DOCS=1 \
+	-DCONFIG_ANALYZER=1 \
+	-DCONFIG_LOWBITDEPTH=1
 
+%make_build
 
 %install
 %make_install -C build
 
 install -pm 0755 build/examples/analyzer %{buildroot}%{_bindir}/aomanalyzer
 
-
 %files
 %doc AUTHORS CHANGELOG README.md
 %license LICENSE PATENTS
 %{_bindir}/aomdec
 %{_bindir}/aomenc
 
-
 %files extra-tools
 %{_bindir}/aomanalyzer
 
-
 %files -n %{libname}
 %license LICENSE PATENTS
 %{_libdir}/libaom.so.%{major}{,.*}
 
-
 %files -n %{develname}
 %doc build/docs/html/
 %{_includedir}/%{name}
Not Available

benbullard79 [@T] cox.netProbably should not move any until python and boost upgrades are done and applied in Cooker1806d 13hrs
benbullard79 [@T] cox.netShould not move packs until python and boost upgrade in Cooker is done and applied1806d 13hrs
benbullard79 [@T] cox.netNo Comment.1797d 10hrs