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