Update to version 0.9.0

Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
This commit is contained in:
Robert-André Mauchin 2021-03-29 23:29:51 +02:00
parent 6f1a12d20d
commit 309d41c007
1 changed files with 6 additions and 6 deletions

View File

@ -1,14 +1,13 @@
# Force out of source build # Build with aom
%undefine __cmake_in_source_build
%bcond_without aom %bcond_without aom
# Build SVT-AV1
%ifarch x86_64 %ifarch x86_64
%bcond_without svt %bcond_without svt
%endif %endif
Name: libavif Name: libavif
Version: 0.9.0 Version: 0.9.0
Release: 0%{?dist} Release: 1%{?dist}
Summary: Library for encoding and decoding .avif files Summary: Library for encoding and decoding .avif files
License: BSD License: BSD
@ -79,7 +78,8 @@ Avif-pixbuf-loader contains a plugin to load AVIF images in GTK+ applications.
%files %files
%license LICENSE %license LICENSE
%{_libdir}/libavif.so.* # Do not glob the soname
%{_libdir}/libavif.so.10*
%files devel %files devel
%{_libdir}/libavif.so %{_libdir}/libavif.so