forked from pool/freeglut
Accepting request 28930 from X11:Toolkits
Copy from X11:Toolkits/freeglut based on submit request 28930 from user coolo OBS-URL: https://build.opensuse.org/request/show/28930 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freeglut?expand=0&rev=12
This commit is contained in:
parent
49c3321af7
commit
6b083a373d
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 16 11:19:57 CET 2009 - jengelh@medozas.de
|
||||
|
||||
- add baselibs.conf as a source
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 22:28:37 CEST 2009 - crrodriguez@suse.de
|
||||
|
||||
|
122
freeglut.spec
122
freeglut.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package freeglut (Version 090301)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -22,7 +22,7 @@ Name: freeglut
|
||||
BuildRequires: Mesa-devel gcc-c++ libdrm-devel pkgconfig xorg-x11-devel
|
||||
Summary: Freely licensed alternative to the GLUT library
|
||||
Version: 090301
|
||||
Release: 2
|
||||
Release: 3
|
||||
Url: http://freeglut.sourceforge.net/
|
||||
%define USE_EXTERNAL_MESA 1
|
||||
Source0: freeglut-%{version}.tar.bz2
|
||||
@ -30,10 +30,11 @@ Source1: glutman.tar.bz2
|
||||
Source2: glxdemos.tar.bz2
|
||||
Source3: xdriinfo-1.0.2.tar.bz2
|
||||
Source4: compat70.tar.bz2
|
||||
Source5: baselibs.conf
|
||||
Patch1: glxdemos.diff
|
||||
Patch10: freeglut-glxgears-notify.diff
|
||||
Patch11: freeglut-glxinfo-notify.diff
|
||||
License: X11/MIT
|
||||
License: MIT
|
||||
Provides: mesaglut
|
||||
Obsoletes: mesaglut
|
||||
# bug437293
|
||||
@ -64,7 +65,7 @@ Authors:
|
||||
Steve Baker
|
||||
|
||||
%package devel
|
||||
License: X11/MIT
|
||||
License: MIT
|
||||
Summary: Development libraries, includes and man pages for freeglut (GLUT Library)
|
||||
Group: Development/Libraries/X11
|
||||
Requires: %{name} = %{version}-%{release} xorg-x11-Mesa-devel xorg-x11-devel
|
||||
@ -191,116 +192,3 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 21 2009 crrodriguez@suse.de
|
||||
- remove static libraries and "la" files
|
||||
* Tue Mar 03 2009 sndirsch@suse.de
|
||||
- switched to current freeglut sources in SVN (2009-03-01)
|
||||
- obsoletes freeglut-080721.diff, freeglut-sig11-bug466806.diff
|
||||
* Tue Jan 20 2009 mhopf@suse.de
|
||||
- freeglut-glxgears-notify.diff, freeglut-glxinfo-notify.diff
|
||||
* Notify user if direct rendering or hardware acceleration
|
||||
is not available
|
||||
* Notify user that glxgears is not a benchmark
|
||||
* Sat Jan 17 2009 sndirsch@suse.de
|
||||
- freeglut-sig11-bug466806.diff
|
||||
* fix Sig11 in glutCreateWindow() for GLX drivers < 1.3
|
||||
(bnc #466806)
|
||||
* Wed Dec 10 2008 olh@suse.de
|
||||
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
|
||||
(bnc#437293)
|
||||
* Thu Oct 30 2008 olh@suse.de
|
||||
- obsolete old -XXbit packages (bnc#437293)
|
||||
* Mon Aug 11 2008 sndirsch@suse.de
|
||||
- switched to current freeglut sources in SVN (2008-07-21):
|
||||
* Changed "fgStructure.GameMode" to "fgStructure.GameModeWindow"
|
||||
to reflect better what it is
|
||||
* Added an end-of-line character to a warning message about an
|
||||
unknown X event type
|
||||
* Fixing a problem in which "glutGetWindow" would return a menu's
|
||||
window instead of the menu's parent window
|
||||
* Added some handy comments, spacing, fixed a typo in a comment
|
||||
* Changed "TARGET_HOST_UNIX_X11" to "TARGET_HOST_POSIX_X11" to
|
||||
avoid trademark issues, per Joe Krahn; also rationalized the
|
||||
other "TARGET_HOST" definitions
|
||||
* Added futher callback functionality to the CallbackMaker demo
|
||||
program. Also added a prompt for user input to highlight a
|
||||
difference betwen GLUT and "freeglut"
|
||||
* Added multisampling support for *nix and Windows; some other
|
||||
pixel format changes for Windows
|
||||
* Added Markus Henschel's change (e-mail to developers' list,
|
||||
June 28, 2006) to have the "glutInitDisplayString" ignore
|
||||
numerical assignments to tokens as a temporary fix.
|
||||
* Fixed buy #1398196 in the bug tracker to the effect that
|
||||
passing the wrong argument in "fghSleepForEvents" can cause
|
||||
odd delays
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
* Sat Aug 18 2007 sndirsch@suse.de
|
||||
- xdriinfo 1.0.2
|
||||
* X.Org bug #10616: Add all the X info commands to See Also in
|
||||
man page
|
||||
* Sun Sep 03 2006 sndirsch@suse.de
|
||||
- update to current CVS (2006-09-03)
|
||||
* Check fgets for return value to avoid warnings
|
||||
* Sun Jul 23 2006 sndirsch@suse.de
|
||||
- updated xdriinfo
|
||||
- fixed build for X.Org 7
|
||||
* Thu Jan 26 2006 mls@suse.de
|
||||
- fix BuildRequires
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Fri Nov 11 2005 sndirsch@suse.de
|
||||
- moved glxinfo/glxgears/xdriinfo from -devel to main package
|
||||
* Thu Nov 10 2005 sndirsch@suse.de
|
||||
- updated to current CVS (05-11-10) to fix all these "freeglut
|
||||
ERROR: Function <glut<whatever>> called without first calling
|
||||
'glutInit'" errors, which prevented many programs from starting
|
||||
(e.g. FlightGear); freeglut 2.4 seems known to be broken :-(
|
||||
* Mon Nov 07 2005 sndirsch@suse.de
|
||||
- switched to external built Mesa
|
||||
* Wed Oct 26 2005 sndirsch@suse.de
|
||||
- added build of glxinfo/glxgears/xdriinfo when %%USE_EXTERNAL_MESA
|
||||
is set
|
||||
* Fri Jun 24 2005 sndirsch@suse.de
|
||||
- update to final release 2.4.0
|
||||
* Fri Jun 10 2005 sndirsch@suse.de
|
||||
- removed "-Werror"
|
||||
* Mon Jun 06 2005 sndirsch@suse.de
|
||||
- update to release 2.4.0-rc4
|
||||
- obsoletes freeglut-gcc4.diff
|
||||
* Sun Apr 10 2005 sndirsch@suse.de
|
||||
- new gcc4 patch (use the bits of CVS)
|
||||
* Thu Apr 07 2005 meissner@suse.de
|
||||
- fortran does not appear to be needed here (just libtool
|
||||
checks for it as standard).
|
||||
* Sat Apr 02 2005 coolo@suse.de
|
||||
- fix casts
|
||||
* Thu Apr 29 2004 coolo@suse.de
|
||||
- build parallel if available
|
||||
- build as user
|
||||
* Mon Dec 15 2003 sndirsch@suse.de
|
||||
- updated to release 2.2.0
|
||||
* Mousewheel Support for Win32 & X11
|
||||
* More unified Win32/*nix behavior and code
|
||||
* Code style cleanups
|
||||
* Visibility support in Win32
|
||||
* Many other Good Bug Fixes
|
||||
* Sat Dec 06 2003 sndirsch@suse.de
|
||||
- updated to release 2.0.1
|
||||
* fixes a number of bugs with menus
|
||||
* Fri Oct 10 2003 adrian@suse.de
|
||||
- fix build for mips
|
||||
- satisfy configure checks
|
||||
* Thu Oct 02 2003 sndirsch@suse.de
|
||||
- provides/obsoletes mesaglut/mesglut-devel now
|
||||
* Tue Sep 30 2003 sndirsch@suse.de
|
||||
- removed demos
|
||||
* Tue Sep 30 2003 sndirsch@suse.de
|
||||
- added GLUT manual pages
|
||||
* Mon Sep 29 2003 sndirsch@suse.de
|
||||
- updated to final release 2.0.0
|
||||
* Thu Aug 14 2003 sndirsch@suse.de
|
||||
- added GameMode fix (GameModeFixes-4.dif)
|
||||
* Thu Aug 07 2003 sndirsch@suse.de
|
||||
- created package
|
||||
|
Loading…
x
Reference in New Issue
Block a user