mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user