2c848f
Summary:        A freely licensed alternative to the GLUT library
2c848f
Name:           freeglut
2c848f
Version:        3.0.0
2c848f
Release:        8%{?dist}
2c848f
URL:            http://freeglut.sourceforge.net
2c848f
Source0:        https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
2c848f
# For the manpages
2c848f
Source1:        https://downloads.sourceforge.net/openglut/openglut-0.6.3-doc.tar.gz
2c848f
License:        MIT
2c848f
Group:          System Environment/Libraries
2c848f
2c848f
BuildRequires:  cmake
2c848f
BuildRequires:  pkgconfig libGLU-devel libXext-devel libXxf86vm-devel
2c848f
BuildRequires:  libXi-devel libICE-devel
2c848f
# The virtual Provides below is present so that this freeglut package is a
2c848f
# drop in binary replacement for "glut" which will satisfy rpm dependancies
2c848f
# properly.  The Obsoletes tag is required in order for any pre-existing
2c848f
# "glut" package to be removed and replaced with freeglut when upgrading to
2c848f
# freeglut.  Note: This package will NOT co-exist with the glut package.
2c848f
Provides:       glut = 3.7
2c848f
Obsoletes:      glut < 3.7
2c848f
2c848f
%description
2c848f
freeglut is a completely open source alternative to the OpenGL Utility Toolkit
2c848f
(GLUT) library with an OSI approved free software license. GLUT was originally
2c848f
written by Mark Kilgard to support the sample programs in the second edition
2c848f
OpenGL 'RedBook'. Since then, GLUT has been used in a wide variety of practical
2c848f
applications because it is simple, universally available and highly portable.
2c848f
2c848f
freeglut allows the user to create and manage windows containing OpenGL
2c848f
contexts on a wide range of platforms and also read the mouse, keyboard and
2c848f
joystick functions.
2c848f
2c848f
2c848f
%package devel
2c848f
Summary:        Freeglut developmental libraries and header files
2c848f
Group:          Development/Libraries
2c848f
Requires:       %{name} = %{version}-%{release}
2c848f
Requires:       libGL-devel libGLU-devel
2c848f
Provides:       glut-devel = 3.7
2c848f
Obsoletes:      glut-devel < 3.7
2c848f
2c848f
%description devel
2c848f
Developmental libraries and header files required for developing or compiling
2c848f
software which links to the freeglut library, which is an open source
2c848f
alternative to the popular GLUT library, with an OSI approved free software
2c848f
license.
2c848f
2c848f
2c848f
%prep
2c848f
%setup -q -a 1
2c848f
2c848f
%build
2c848f
%{cmake} -DFREEGLUT_BUILD_STATIC_LIBS=OFF .
2c848f
make %{?_smp_mflags}
2c848f
2c848f
2c848f
%install
2c848f
make install DESTDIR=$RPM_BUILD_ROOT
2c848f
2c848f
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man3
2c848f
install -p -m 644 doc/man/*.3 $RPM_BUILD_ROOT/%{_mandir}/man3
2c848f
2c848f
2c848f
%post -p /sbin/ldconfig
2c848f
%postun -p /sbin/ldconfig
2c848f
2c848f
2c848f
%files
2c848f
%defattr(-,root,root,-)
2c848f
%doc AUTHORS ChangeLog COPYING README doc/*.png doc/*.html
2c848f
# don't include contents of doc/ directory as it is mostly obsolete
2c848f
%{_libdir}/libglut.so.3*
2c848f
2c848f
%files devel
2c848f
%defattr(-,root,root,-)
2c848f
%{_includedir}/GL/*.h
2c848f
%{_libdir}/libglut.so
2c848f
%{_libdir}/pkgconfig/freeglut.pc
2c848f
%{_mandir}/man3/*
2c848f
2c848f
2c848f
%changelog
2c848f
* Tue May 01 2018 Adam Jackson <ajax@redhat.com> - 3.0.0-8
2c848f
- HTTPS URLs
2c848f
- Pin soname to libglut.so.3 in the %%files glob
2c848f
2c848f
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-7
2c848f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
2c848f
2c848f
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-6
2c848f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
2c848f
2c848f
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-5
2c848f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
2c848f
2c848f
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-4
2c848f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
2c848f
2c848f
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-3
2c848f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2c848f
2c848f
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.0-2
2c848f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2c848f
2c848f
* Tue Mar 10 2015 Tomas Smetana <tsmetana@redhat.com> 3.0.0-1
2c848f
- New upstream version
2c848f
2c848f
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.1-5
2c848f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
2c848f
2c848f
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.1-4
2c848f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2c848f
2c848f
* Thu Jan 23 2014 Tomas Smetana <tsmetana@redhat.com> - 2.8.1-3
2c848f
- fix #1017551: don't crash on manipulating active menus
2c848f
2c848f
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.1-2
2c848f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2c848f
2c848f
* Mon Apr 08 2013 Tomas Smetana <tsmetana@redhat.com> - 2.8.1-1
2c848f
- fix #948696: new upstream bugfix release, drop patches
2c848f
- fix #925363: aarch64 support
2c848f
2c848f
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.0-8
2c848f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
2c848f
2c848f
* Mon Aug 27 2012 Tomas Smetana <tsmetana@redhat.com> - 2.8.0-7
2c848f
- fix mapping from XInput to the X button mask in the bug #831336 patch
2c848f
2c848f
* Wed Aug 15 2012 Tomas Smetana <tsmetana@redhat.com> - 2.8.0-6
2c848f
- fix #831336: fix broken menus; patch backported from upstream SVN revision
2c848f
  1375 by Manfred Spraul
2c848f
2c848f
* Fri Aug  3 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 2.8.0-5
2c848f
- Add patch to fix FTBFS
2c848f
2c848f
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.0-4
2c848f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2c848f
2c848f
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.0-3
2c848f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2c848f
2c848f
* Tue Jan 03 2012 Tomas Smetana <tsmetana@redhat.com> - 2.8.0-2
2c848f
- fix patch0 for the new release
2c848f
2c848f
* Tue Jan 03 2012 Tomas Smetana <tsmetana@redhat.com> - 2.8.0-1
2c848f
- New upstream release
2c848f
2c848f
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.0-6
2c848f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2c848f
2c848f
* Mon May 31 2010 Tomas Smetana <tsmetana@redhat.com> 2.6.0-5
2c848f
- fix #575885, #575885 - suppress the "Unknown X event type" warnings
2c848f
2c848f
* Fri May  7 2010 Josh Boyer <jwboyer@gmail.com> 2.6.0-4
2c848f
- Add -lm to fix ppc build
2c848f
2c848f
* Mon Feb 15 2010 Tomas Smetana <tsmetana@redhat.com> 2.6.0-3
2c848f
- the patch for #565178 was incomplete
2c848f
2c848f
* Mon Feb 15 2010 Tomas Smetana <tsmetana@redhat.com> 2.6.0-2
2c848f
- fix #565178: fix building of the examples
2c848f
2c848f
* Sat Nov 28 2009 Tomas Smetana <tsmetana@redhat.com> 2.6.0-1
2c848f
- update to 2.6.0 final
2c848f
2c848f
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.0-0.2.rc1
2c848f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2c848f
2c848f
* Tue Apr 21 2009 Hans de Goede <hdegoede@redhat.com> 2.6.0-0.1.rc1
2c848f
- New upstream release (yes really!) 2.6.0-rc1
2c848f
2c848f
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.0-16
2c848f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2c848f
2c848f
* Thu Jan 22 2009 Tomas Smetana <tsmetana@redhat.com> - 2.4.0-15
2c848f
- fix #481049 - rebuild to pick up %%{_isa} provides
2c848f
2c848f
* Mon Mar 17 2008 Jesse Keating <jkeating@redhat.com> - 2.4.0-14
2c848f
- Prevent package from obsoleting itself with matching Provides/Obsoletes.
2c848f
2c848f
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.4.0-13
2c848f
- Autorebuild for GCC 4.3
2c848f
2c848f
* Tue Dec 11 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 2.4.0-12
2c848f
- Add manpages to the -devel package (from openglut, bz 409651)
2c848f
2c848f
* Sun Mar 18 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 2.4.0-11
2c848f
- Minor specfile cleanups
2c848f
- Add a patch from gentoo to stop flightgear from crashing
2c848f
2c848f
* Mon Aug 27 2006 Michael J. Knox <michael[AT]knox.net.nz> - 2.4.0-10
2c848f
- Rebuild for FC6
2c848f
2c848f
* Wed Jul 26 2006 Michael J. Knox <michael[AT]knox.net.nz> - 2.4.0-9
2c848f
- disblaed static build
2c848f
- dropped unneeded requires
2c848f
- dropped the glib cruff passed to make
2c848f
2c848f
* Wed Jul 26 2006 Michael J. Knox <michael[AT]knox.net.nz> - 2.4.0-8
2c848f
- clean ups to shut rpmlint up
2c848f
2c848f
* Fri Jul 21 2006 Mike A. Harris <mharris@redhat.com> - 2.4.0-7.fc6
2c848f
- Use {?dist} tag in release field
2c848f
- Update BuildRoot to comply with Fedora packaging guidelines
2c848f
2c848f
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 2.4.0-6
2c848f
- rebuild
2c848f
- Try to build w/out glib
2c848f
2c848f
* Fri May 19 2006 Mike A. Harris <mharris@redhat.com> 2.4.0-5
2c848f
- Added "BuildRequires: libXext-devel, libXxf86vm-devel" for (#192255)
2c848f
2c848f
* Tue Feb 21 2006 Karsten Hopp <karsten@redhat.de> 2.4.0-4
2c848f
- BuildRequires: libGLU-devel
2c848f
2c848f
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 2.4.0-3.2
2c848f
- bump again for double-long bug on ppc(64)
2c848f
2c848f
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 2.4.0-3.1
2c848f
- rebuilt for new gcc4.1 snapshot and glibc changes
2c848f
2c848f
* Tue Jan 31 2006 Mike A. Harris <mharris@redhat.com> 2.4.0-3
2c848f
- Added "Requires: libGL-devel libGLU-devel" to fix bug (#179464)
2c848f
- Change file based GL header build dep to BuildRequires: libGL-devel
2c848f
2c848f
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> 2.4.0-2.1
2c848f
- rebuilt
2c848f
2c848f
* Fri Nov 18 2005 Bill Nottingham <notting@redhat.com> 2.4.0-2
2c848f
- Remove references to obsolete /usr/X11R6 paths
2c848f
2c848f
* Fri Sep 23 2005 Mike A. Harris <mharris@redhat.com> 2.4.0-1
2c848f
- Updated to freeglut-2.4.0
2c848f
- Removed unneeded patches:
2c848f
  - freeglut-2.2.0-gcc4-fix-invalid-lvalue-in-assignment-cvsps-392-393.patch
2c848f
- Use "-p /sbin/ldconfig" in post/postun scripts instead of a separate script.
2c848f
2c848f
* Sat Mar 05 2005 Mike A. Harris <mharris@redhat.com> 2.2.0-16
2c848f
- Added freeglut-2.2.0-gcc4-fix-invalid-lvalue-in-assignment-cvsps-392-393.patch
2c848f
  to fix "invalid lvalue in assignment" bugs reported by gcc 4
2c848f
- Added "-Wall" to CFLAGS in specfile.
2c848f
2c848f
* Thu Mar 03 2005 Mike A. Harris <mharris@redhat.com> 2.2.0-15
2c848f
- Rebuild with gcc 4 for FC4 development
2c848f
2c848f
* Sat Aug 14 2004 Mike A. Harris <mharris@redhat.com> 2.2.0-14
2c848f
- Add post and postun scripts that call ldconfig (#128413)
2c848f
2c848f
* Fri Jun 18 2004 Mike A. Harris <mharris@redhat.com> 2.2.0-13
2c848f
- Rebuilt with gcc 3.4 for FC3 development
2c848f
2c848f
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> 2.2.0-12
2c848f
- rebuilt
2c848f
2c848f
* Thu Mar 18 2004 Mike A. Harris <mharris@redhat.com> 2.2.0-11
2c848f
- Updated "Obsoletes: glut" to be "Obsoletes: glut <= 3.7" and
2c848f
  "Obsoletes: glut-devel" to be "Obsoletes: glut-devel <= 3.7" as per
2c848f
  suggestion from Matthias Saou in comment #14 of bug (#107228)
2c848f
2c848f
* Sun Mar 07 2004 Mike A. Harris <mharris@redhat.com>
2c848f
- Made "glut-devel" virtual provides be "glut-devel = 3.7"
2c848f
2c848f
* Sun Mar 07 2004 Mike A. Harris <mharris@redhat.com> 2.2.0-10
2c848f
- Initial Red Hat packaging created by taking the ATrpms src.rpm package from
2c848f
  http://tinyurl.com/2goog as suggested in bugzilla bug (#107228)
2c848f
- Bumped the Release field to "10" so our package is newer when people
2c848f
  upgrade to it, as requested in bug (#107228)
2c848f
- Removed redundant version/release macros from top of specfile
2c848f
- Versioned buildroot directory
2c848f
- Add --enable-warnings arg to ./configure script
2c848f
- Add HTML documentation to main package
2c848f
- Made "glut" virtual provides be "glut = 3.7"
2c848f
- Do not include *.la files
2c848f
2c848f
* Sat Feb 21 2004 Axel Thimm <Axel.Thimm@physik.fu-berlin.de> 2.2.0
2c848f
- Added glut compatibility provides.
2c848f
- Moved *.so to devel package.
2c848f
2c848f
* Tue Jan 13 2004 Andy Piper <andy.piper@freeuk.com>
2c848f
- updated to freeglut-2.2.0
2c848f
- fixed library install
2c848f
2c848f
* Fri Nov 14 2003 Andy Piper <andy.piper@freeuk.com>
2c848f
- updated for freeglut-2.0.1
2c848f
2c848f
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
2c848f
- rebuilt
2c848f
2c848f
* Tue Jun 03 2003 Mike A. Harris <mharris@www.linux.org.uk> 1.3-0.20020125.3
2c848f
- Add BuildRequires on /sbin/ldconfig
2c848f
- Change ldconfig call to explicit /sbin/ldconfig
2c848f
2c848f
* Sun Jun 01 2003 Mike A. Harris <mharris@www.linux.org.uk> 1.3-0.20020125.2
2c848f
- Oddly, when I build this on my workstation, it only builds static libs, but
2c848f
  when I build it in the buildsystem it builds shared and static libs.  Must
2c848f
  be a twilight zone thing going on.  Add shared libs to file lists.
2c848f
2c848f
* Sat May 31 2003 Mike A. Harris <mharris@www.linux.org.uk> 1.3-0.20020125.1
2c848f
- Added -L/usr/X11R6/%%{_lib} configure script invocation and CFLAGS so lib64
2c848f
  is treated properly on x86_64/ppc64/s390x architectures
2c848f
  
2c848f
* Fri May 30 2003 Mike A. Harris <mharris@www.linux.org.uk> 1.3-0.20020125.0
2c848f
- Initial build.