automatic version update by autodist [release 9.0.3-1mamba;Fri Jul 28 2023]

This commit is contained in:
Automatic Build System 2024-01-05 23:09:17 +01:00
parent c20e9ec744
commit 0abb1bc620

View File

@ -1,50 +1,47 @@
Name: glu
Epoch: 1
Version: 9.0.1
Version: 9.0.3
Release: 1mamba
Summary: Utility library for the Mesa implementation of the OpenGL 3-D graphics library
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.mesa3d.org/
URL: https://www.mesa3d.org/
Source: ftp://ftp.freedesktop.org/pub/mesa/glu/glu-%{version}.tar.xz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libgcc
BuildRequires: libGL-devel
BuildRequires: libglvnd-devel
BuildRequires: libstdc++6-devel
BuildRequires: pkg-config
## AUTOBUILDREQ-END
Requires: libGLU = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Requires: libglu = %{?epoch:%epoch:}%{version}-%{release}
%description
Utility library for the Mesa implementation of the OpenGL 3-D graphics library.
%package -n libGLU
%package -n libglu
Group: System/Libraries
Summary: Utility library for the Mesa implementation of the OpenGL 3-D graphics library
Provides: libGLU
Obsoletes: libGLU < 1:9.0.3
%description -n libGLU
%description -n libglu
Utility library for the Mesa implementation of the OpenGL 3-D graphics library.
%package -n libGLU-devel
%package -n libglu-devel
Group: Development/Libraries
Summary: Development files for %{name}
Requires: libGLU = %{?epoch:%epoch:}%{version}-%{release}
Provides: libglu-devel
Obsoletes: libglu-devel < 1:9.0.3
Provides: libGLU-static
Obsoletes: libGLU-static < 1:9.0.3
%description -n libGLU-devel
%description -n libglu-devel
This package contains libraries and header files for developing applications that use %{name}.
%package -n libGLU-static
Group: Development/Libraries
Summary: Development files for %{name}
Requires: libGLU-devel = %{?epoch:%epoch:}%{version}-%{release}
%description -n libGLU-static
This package contains static libraries files for developing applications that use %{name}.
aries files for developing applications that use %{name}.
%debug_package
@ -52,36 +49,39 @@ This package contains static libraries files for developing applications that us
%setup -q
%build
%configure
%make
%meson
%meson_build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%meson_install
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -n libGLU -p /sbin/ldconfig
%postun -n libGLU -p /sbin/ldconfig
%post -n libglu -p /sbin/ldconfig
%postun -n libglu -p /sbin/ldconfig
%files -n libGLU
%files -n libglu
%defattr(-,root,root)
%{_libdir}/libGLU.so.*
%files -n libGLU-devel
%files -n libglu-devel
%defattr(-,root,root)
%{_includedir}/GL/glu.h
%{_includedir}/GL/glu_mangle.h
#%{_includedir}/GL/glu_mangle.h
%{_libdir}/libGLU.a
%{_libdir}/libGLU.so
%{_libdir}/pkgconfig/glu.pc
%files -n libGLU-static
%defattr(-,root,root)
%{_libdir}/libGLU.a
%{_libdir}/libGLU.la
%changelog
* Fri Jul 28 2023 Automatic Build System <autodist@mambasoft.it> 9.0.3-1mamba
- automatic version update by autodist
* Sat Jun 26 2021 Automatic Build System <autodist@mambasoft.it> 9.0.2-1mamba
- automatic version update by autodist
* Thu Aug 15 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 9.0.1-1mamba
- update to 9.0.1