delete -Sgit from %autosetup, and delete BuildRequires git
This commit is contained in:
parent
a5d0fd9ba5
commit
a70d88725b
@ -1,12 +1,12 @@
|
|||||||
Name: libva
|
Name: libva
|
||||||
Version: 2.5.0
|
Version: 2.5.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Libva is an implementation for VA-API (Video Acceleration API)
|
Summary: Libva is an implementation for VA-API (Video Acceleration API)
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/intel/libva
|
URL: https://github.com/intel/libva
|
||||||
Source0: https://github.com/intel/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/intel/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: libtool libudev-devel libXext-devel libXfixes-devel libdrm-devel git
|
BuildRequires: libtool libudev-devel libXext-devel libXfixes-devel libdrm-devel
|
||||||
BuildRequires: libpciaccess-devel mesa-libEGL-devel mesa-libGL-devel mesa-libGLES-devel
|
BuildRequires: libpciaccess-devel mesa-libEGL-devel mesa-libGL-devel mesa-libGLES-devel
|
||||||
BuildRequires: wayland-devel pkgconfig(wayland-client) pkgconfig(wayland-scanner)
|
BuildRequires: wayland-devel pkgconfig(wayland-client) pkgconfig(wayland-scanner)
|
||||||
|
|
||||||
@ -32,7 +32,7 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -p1 -Sgit
|
%autosetup -n %{name}-%{version} -p1
|
||||||
autoreconf -vif
|
autoreconf -vif
|
||||||
|
|
||||||
|
|
||||||
@ -67,5 +67,8 @@ autoreconf -vif
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.5.0-2
|
||||||
|
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
|
||||||
|
|
||||||
* Thu Nov 28 2019 openEuler BuildTeam<buildteam@openeuler.org> - 2.3.0-2
|
* Thu Nov 28 2019 openEuler BuildTeam<buildteam@openeuler.org> - 2.3.0-2
|
||||||
- Package Init
|
- Package Init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user