!5 update version to 9.0.3

From: @konglidong 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
This commit is contained in:
openeuler-ci-bot 2023-12-27 08:31:29 +00:00 committed by Gitee
commit 3cd50132c2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 6 deletions

Binary file not shown.

BIN
glu-9.0.3.tar.xz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
Name: mesa-libGLU
Version: 9.0.2
Version: 9.0.3
Release: 1
Summary: Mesa libGLU library
License: MIT
URL: https://mesa3d.org/
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
%description
@ -24,12 +24,11 @@ The development package for %{name}.
%autosetup -n glu-%{version} -p1
%build
autoreconf -vif
%configure
%make_build
%meson -Dgl_provider=glvnd
%meson_build
%install
%make_install
%meson_install
%delete_la
%ldconfig_scriptlets
@ -43,6 +42,9 @@ autoreconf -vif
%{_libdir}/pkgconfig/glu.pc
%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
- update to 9.0.2