2012-09-18 13:28:03 +00:00
|
|
|
#define gitdate 20120904
|
2012-09-06 18:14:41 +00:00
|
|
|
|
|
|
|
Name: mesa-libGLU
|
2019-07-25 09:50:47 +00:00
|
|
|
Version: 9.0.1
|
2021-01-26 19:39:25 +00:00
|
|
|
Release: 4%{?dist}
|
2012-09-06 18:14:41 +00:00
|
|
|
Summary: Mesa libGLU library
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
URL: http://mesa3d.org/
|
2019-07-25 09:50:47 +00:00
|
|
|
Source0: https://ftp.freedesktop.org/pub/mesa/glu/glu-%{version}.tar.xz
|
2012-09-06 18:14:41 +00:00
|
|
|
Source2: make-git-snapshot.sh
|
|
|
|
|
2021-01-06 21:42:03 +00:00
|
|
|
BuildRequires: make
|
2018-07-19 18:56:42 +00:00
|
|
|
BuildRequires: gcc-c++
|
2012-09-06 18:14:41 +00:00
|
|
|
BuildRequires: autoconf automake libtool
|
|
|
|
BuildRequires: mesa-libGL-devel
|
|
|
|
#Requires:
|
2012-09-10 09:08:24 +00:00
|
|
|
Provides: libGLU
|
2012-09-06 18:14:41 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Mesa implementation of the standard GLU OpenGL utility API.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: gl-manpages
|
2012-09-10 09:08:24 +00:00
|
|
|
Provides: libGLU-devel
|
2012-09-06 18:14:41 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
%prep
|
2012-09-18 13:28:03 +00:00
|
|
|
%setup -q -n glu-%{?gitdate:%{gitdate}}%{?!gitdate:%{version}}
|
2012-09-06 18:14:41 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
autoreconf -v -i -f
|
|
|
|
%configure --disable-static
|
2019-07-25 09:50:47 +00:00
|
|
|
%make_build
|
2012-09-06 18:14:41 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
2019-07-25 09:50:47 +00:00
|
|
|
%make_install
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -delete
|
2012-09-06 18:14:41 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/man/man3/gl[A-Z]*
|
|
|
|
|
2018-06-29 21:36:36 +00:00
|
|
|
%ldconfig_post
|
2012-09-06 18:14:41 +00:00
|
|
|
|
2018-06-29 21:36:36 +00:00
|
|
|
%ldconfig_postun
|
2012-09-06 18:14:41 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%{_libdir}/libGLU.so.1
|
|
|
|
%{_libdir}/libGLU.so.1.3.*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/GL/glu*.h
|
|
|
|
%{_libdir}/libGLU.so
|
|
|
|
%{_libdir}/pkgconfig/glu.pc
|
|
|
|
|
|
|
|
%changelog
|
2021-01-26 19:39:25 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 9.0.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-07-28 07:17:04 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 9.0.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-01-29 12:35:51 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 9.0.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-25 09:50:47 +00:00
|
|
|
* Thu Jul 25 2019 Peter Robinson <pbrobinson@fedoraproject.org> 9.0.1-1
|
|
|
|
- libGLU 9.0.1
|
|
|
|
|
2019-02-01 10:12:21 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 9.0.0-17
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-13 10:09:16 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 9.0.0-16
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-06-29 21:36:36 +00:00
|
|
|
* Fri Jun 29 2018 Adam Jackson <ajax@redhat.com> - 9.0.0-15
|
|
|
|
- Use ldconfig scriptlet macros
|
|
|
|
|
2018-02-08 01:41:38 +00:00
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 9.0.0-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-03 03:15:24 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 9.0.0-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 21:19:32 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 9.0.0-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-10 20:52:06 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 9.0.0-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-02-04 05:18:27 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 9.0.0-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 20:01:14 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.0.0-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-02 13:57:50 +00:00
|
|
|
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 9.0.0-8
|
|
|
|
- Rebuilt for GCC 5 C++11 ABI change
|
|
|
|
|
2014-08-17 09:16:25 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.0.0-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 09:04:53 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.0.0-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-21 17:50:29 +00:00
|
|
|
* Wed May 21 2014 Adam Jackson <ajax@redhat.com> 9.0.0-5
|
|
|
|
- Always autoreconf to pick up patch changes (#1070602)
|
|
|
|
|
2013-12-09 16:25:25 +00:00
|
|
|
* Mon Dec 09 2013 Adam Jackson <ajax@redhat.com> 9.0.0-4
|
|
|
|
- Sync with git (#1011823)
|
|
|
|
|
2013-08-03 10:08:25 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.0.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-02-14 06:48:40 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.0.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-09-18 13:28:03 +00:00
|
|
|
* Tue Sep 18 2012 Adam Jackson <ajax@redhat.com> 9.0.0-1
|
|
|
|
- libGLU 9.0
|
|
|
|
|
2012-09-10 09:08:24 +00:00
|
|
|
* Mon Sep 10 2012 Dave Airlie <airlied@redhat.com> 9.0-0.2
|
|
|
|
- add back libGLU provides for now
|
|
|
|
|
2012-09-06 18:14:41 +00:00
|
|
|
* Tue Sep 04 2012 Adam Jackson <ajax@redhat.com> 9.0-0.1
|
|
|
|
- Initial packaging for split libGLU
|
|
|
|
|