!5 update version to 9.0.3
From: @konglidong Reviewed-by: @open-bot Signed-off-by: @open-bot
This commit is contained in:
commit
3cd50132c2
BIN
glu-9.0.2.tar.xz
BIN
glu-9.0.2.tar.xz
Binary file not shown.
BIN
glu-9.0.3.tar.xz
Normal file
BIN
glu-9.0.3.tar.xz
Normal file
Binary file not shown.
@ -1,12 +1,12 @@
|
|||||||
Name: mesa-libGLU
|
Name: mesa-libGLU
|
||||||
Version: 9.0.2
|
Version: 9.0.3
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Mesa libGLU library
|
Summary: Mesa libGLU library
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://mesa3d.org/
|
URL: https://mesa3d.org/
|
||||||
Source0: https://mesa.freedesktop.org/archive/glu/glu-%{version}.tar.xz
|
Source0: https://mesa.freedesktop.org/archive/glu/glu-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: autoconf automake gcc-c++ libtool mesa-libGL-devel
|
BuildRequires: autoconf automake gcc-c++ libtool mesa-libGL-devel libglvnd-devel meson
|
||||||
Provides: libGLU
|
Provides: libGLU
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -24,12 +24,11 @@ The development package for %{name}.
|
|||||||
%autosetup -n glu-%{version} -p1
|
%autosetup -n glu-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -vif
|
%meson -Dgl_provider=glvnd
|
||||||
%configure
|
%meson_build
|
||||||
%make_build
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%meson_install
|
||||||
%delete_la
|
%delete_la
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
@ -43,6 +42,9 @@ autoreconf -vif
|
|||||||
%{_libdir}/pkgconfig/glu.pc
|
%{_libdir}/pkgconfig/glu.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 27 2023 konglidong <konglidong@uniontech.com> - 9.0.3-1
|
||||||
|
- update version to 9.0.3
|
||||||
|
|
||||||
* Wed Dec 01 2021 wangkerong <wangkerong@huawei.com> - 9.0.2-1
|
* Wed Dec 01 2021 wangkerong <wangkerong@huawei.com> - 9.0.2-1
|
||||||
- update to 9.0.2
|
- update to 9.0.2
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user