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

This commit is contained in:
Raboneko
2026-04-17 18:16:45 -05:00
committed by GitHub
parent e5d5d23bf0
commit 5e20b8a613
+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