chore (kvazaar): bump version, fix license tag AND, use %conf, remove -p1 (#11296)

Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
This commit is contained in:
Owen Zimmerman
2026-04-17 17:19:47 -05:00
committed by GitHub
parent f925f39828
commit 9079f15ec9
+8 -6
View File
@@ -1,8 +1,8 @@
Name: kvazaar
Version: 2.3.1
Release: 2%{?dist}
Version: 2.3.2
Release: 3%{?dist}
Summary: An open-source HEVC encoder
License: BSD and ISC
License: BSD AND ISC
URL: https://ultravideo.fi/kvazaar.html
Source0: https://github.com/ultravideo/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
@@ -33,11 +33,13 @@ The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%autosetup -p1
%autosetup
%build
%conf
autoreconf -vif
%configure --enable-static=no
%build
%make_build
%install
@@ -55,7 +57,7 @@ rm -fr %{buildroot}%{_docdir}
%license LICENSE*
%doc README.md CREDITS
%{_libdir}/lib%{name}.so.7
%{_libdir}/lib%{name}.so.7.4.0
%{_libdir}/lib%{name}.so.7.5.0
%files devel
%{_includedir}/%{name}.h