Minor spec cleanups
This commit is contained in:
parent
c73424d366
commit
2c52bf4afa
20
libvpx.spec
20
libvpx.spec
@ -6,13 +6,17 @@
|
|||||||
Name: libvpx
|
Name: libvpx
|
||||||
Summary: VP8/VP9 Video Codec SDK
|
Summary: VP8/VP9 Video Codec SDK
|
||||||
Version: 1.13.0
|
Version: 1.13.0
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
|
URL: http://www.webmproject.org/code/
|
||||||
Source0: https://github.com/webmproject/libvpx/archive/v%{version}.tar.gz
|
Source0: https://github.com/webmproject/libvpx/archive/v%{version}.tar.gz
|
||||||
Source1: vpx_config.h
|
Source1: vpx_config.h
|
||||||
# Thanks to debian.
|
# Thanks to debian.
|
||||||
Source2: libvpx.ver
|
Source2: libvpx.ver
|
||||||
URL: http://www.webmproject.org/code/
|
# Do not disable FORTIFY_SOURCE=2
|
||||||
|
Patch0: libvpx-1.7.0-leave-fortify-source-on.patch
|
||||||
|
Patch1: update-thread-counts.patch
|
||||||
|
Patch2: VP8-disallow-thread-count-changes.patch
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
@ -20,10 +24,6 @@ BuildRequires: make
|
|||||||
BuildRequires: yasm
|
BuildRequires: yasm
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: doxygen, php-cli, perl(Getopt::Long)
|
BuildRequires: doxygen, php-cli, perl(Getopt::Long)
|
||||||
# Do not disable FORTIFY_SOURCE=2
|
|
||||||
Patch0: libvpx-1.7.0-leave-fortify-source-on.patch
|
|
||||||
Patch1: update-thread-counts.patch
|
|
||||||
Patch2: VP8-disallow-thread-count-changes.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libvpx provides the VP8/VP9 SDK, which allows you to integrate your applications
|
libvpx provides the VP8/VP9 SDK, which allows you to integrate your applications
|
||||||
@ -47,10 +47,7 @@ A selection of utilities and tools for VP8, including a sample encoder
|
|||||||
and decoder.
|
and decoder.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n libvpx-%{version}
|
%autosetup -n libvpx-%{version} -p1
|
||||||
%patch0 -p1 -b .leave-fs-on
|
|
||||||
%patch1 -p1
|
|
||||||
%patch2 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -203,6 +200,9 @@ rm -rf %{buildroot}%{_prefix}/src
|
|||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 29 2023 Neal Gompa <ngompa@fedoraproject.org> - 1.13.0-5
|
||||||
|
- Minor spec cleanups
|
||||||
|
|
||||||
* Thu Sep 28 2023 Boudhayan Bhattacharya <bbhtt.zn0i8@slmail.me> - 1.13.0-4
|
* Thu Sep 28 2023 Boudhayan Bhattacharya <bbhtt.zn0i8@slmail.me> - 1.13.0-4
|
||||||
- Patch for CVE-2023-5217
|
- Patch for CVE-2023-5217
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user