mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 17:35:18 +00:00
Build with python3
This commit is contained in:
parent
309f7dd88b
commit
7681f8885a
1 changed files with 7 additions and 4 deletions
11
mesa.spec
11
mesa.spec
|
@ -62,7 +62,7 @@
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
Version: 18.0.0
|
Version: 18.0.0
|
||||||
Release: 0.3%{?rctag:.%{rctag}}%{?dist}
|
Release: 0.4%{?rctag:.%{rctag}}%{?dist}
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
|
@ -111,7 +111,7 @@ BuildRequires: libXi-devel
|
||||||
BuildRequires: libXmu-devel
|
BuildRequires: libXmu-devel
|
||||||
BuildRequires: libxshmfence-devel
|
BuildRequires: libxshmfence-devel
|
||||||
BuildRequires: elfutils
|
BuildRequires: elfutils
|
||||||
BuildRequires: python2
|
BuildRequires: python3
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
%if 0%{?with_llvm}
|
%if 0%{?with_llvm}
|
||||||
BuildRequires: llvm-devel >= 3.4-7
|
BuildRequires: llvm-devel >= 3.4-7
|
||||||
|
@ -120,7 +120,7 @@ BuildRequires: clang-devel >= 3.0
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: elfutils-libelf-devel
|
BuildRequires: elfutils-libelf-devel
|
||||||
BuildRequires: python2-libxml2
|
BuildRequires: python3-libxml2
|
||||||
BuildRequires: libudev-devel
|
BuildRequires: libudev-devel
|
||||||
BuildRequires: bison flex
|
BuildRequires: bison flex
|
||||||
%if %{with wayland}
|
%if %{with wayland}
|
||||||
|
@ -144,7 +144,7 @@ BuildRequires: libclc-devel opencl-filesystem
|
||||||
%if 0%{?with_vulkan}
|
%if 0%{?with_vulkan}
|
||||||
BuildRequires: vulkan-devel
|
BuildRequires: vulkan-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: python-mako
|
BuildRequires: python3-mako
|
||||||
BuildRequires: libstdc++-static
|
BuildRequires: libstdc++-static
|
||||||
%ifarch %{valgrind_arches}
|
%ifarch %{valgrind_arches}
|
||||||
BuildRequires: pkgconfig(valgrind)
|
BuildRequires: pkgconfig(valgrind)
|
||||||
|
@ -696,6 +696,9 @@ popd
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 19 2018 Adam Jackson <ajax@redhat.com> - 18.0.0-0.4.rc4
|
||||||
|
- Build with python3
|
||||||
|
|
||||||
* Fri Mar 02 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 18.0.0-0.3.rc4
|
* Fri Mar 02 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 18.0.0-0.3.rc4
|
||||||
- Honor CXXFLAGS / LDFLAGS
|
- Honor CXXFLAGS / LDFLAGS
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue