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