mesa-libGLU/mesa-libGLU.spec

71 lines
1.6 KiB
RPMSpec
Raw Normal View History

2019-09-30 11:04:35 -04:00
Name: mesa-libGLU
Version: 9.0.0
2019-11-06 19:43:06 +08:00
Release: 20
2019-09-30 11:04:35 -04:00
Summary: Mesa libGLU library
License: MIT
URL: https://mesa3d.org/
Source0: https://mesa.freedesktop.org/archive/glu/glu-%{version}.tar.bz2
# source1 comes from fedora 29
Source1: make-git-snapshot.sh
Patch0: 0001-glu-initialize-PriorityQ-order-field-to-NULL-in-pqNe.patch
Patch1: 0002-Add-D-N-DEBUG-to-CFLAGS-dependent-on-enable-debug.patch
BuildRequires: autoconf automake gcc-c++ libtool mesa-libGL-devel
Provides: libGLU
%description
Mesa implementation of the standard GLU OpenGL utility API.
%package devel
Summary: Development package for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release} gl-manpages
Provides: libGLU-devel
%description devel
The development package for %{name}.
%prep
%autosetup -n glu-%{version} -p1
%build
autoreconf -vif
%configure
%make_build
%install
%make_install
%delete_la
%ldconfig_scriptlets
%files
%{_libdir}/libGLU.so.*
%files devel
%{_includedir}/GL/glu*.h
%{_libdir}/{libGLU.so,libGLU.a}
%{_libdir}/pkgconfig/glu.pc
%changelog
2019-11-06 19:43:06 +08:00
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 9.0.0-20
- Type: enhancement
- ID: NA
- SUG: NA
- DESC: Rebuilt spec.
2019-09-30 11:04:35 -04:00
* Fri Sep 13 2019 openEuler Buildteam <buildteam@openeuler.org> - 9.0.0-19
- Type: enhancement
- ID: NA
- SUG: NA
- DESC: Rebuilt spec.
* Thu Sep 05 2019 openEuler Buildteam <buildteam@openeuler.org> - 9.0.0-18
- Type: enhancement
- ID: NA
- SUG: NA
- DESC: Rebuilt spec.
* Mon Aug 12 2019 openEuler Buildteam <buildteam@openeuler.org> - 9.0.0-17
- Package init