rebuilt with -fcommon [release 3.2.1-2mamba;Mon Nov 30 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 04:17:07 +01:00
parent dc8ba5aaa7
commit 1dd99fbfe3
2 changed files with 8 additions and 10 deletions

View File

@ -1,8 +1,6 @@
# libfreeglut
freeglut is a completely OpenSourced alternative to the OpenGL Utility Toolkit (GLUT) library. GLUT was originally written by Mark Kilgard to support the sample programs in the second edition OpenGL 'RedBook'. Since then, GLUT has been used in a wide variety of practical applications because it is simple, widely available and highly portable.
GLUT (and hence freeglut) allows the user to create and manage windows containing OpenGL contexts on a wide range of platforms and also read the mouse, keyboard and joystick functions.
freeglut is released under the X-Consortium license.

View File

@ -1,6 +1,6 @@
Name: libfreeglut
Version: 3.2.1
Release: 1mamba
Release: 2mamba
Summary: GLUT (and hence freeglut) allows the user to create and manage windows containing OpenGL contexts
Group: System/Libraries
Vendor: openmamba
@ -24,13 +24,9 @@ Provides: libglut
Obsoletes: libglut
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%debug_package
%description
freeglut is a completely OpenSourced alternative to the OpenGL Utility Toolkit (GLUT) library. GLUT was originally written by Mark Kilgard to support the sample programs in the second edition OpenGL 'RedBook'. Since then, GLUT has been used in a wide variety of practical applications because it is simple, widely available and highly portable.
GLUT (and hence freeglut) allows the user to create and manage windows containing OpenGL contexts on a wide range of platforms and also read the mouse, keyboard and joystick functions.
freeglut is released under the X-Consortium license.
%package devel
@ -44,18 +40,19 @@ Obsoletes: libglut-devel
%description devel
freeglut is a completely OpenSourced alternative to the OpenGL Utility Toolkit (GLUT) library. GLUT was originally written by Mark Kilgard to support the sample programs in the second edition OpenGL 'RedBook'. Since then, GLUT has been used in a wide variety of practical applications because it is simple, widely available and highly portable.
GLUT (and hence freeglut) allows the user to create and manage windows containing OpenGL contexts on a wide range of platforms and also read the mouse, keyboard and joystick functions.
freeglut is released under the X-Consortium license.
This package contains libraries and header files for developing applications that use %{name}.
%debug_package
%prep
%setup -q -n freeglut-%{version}
%build
CFLAGS+=' -fcommon'
%cmake -d build
%make
%install
@ -86,6 +83,9 @@ This package contains libraries and header files for developing applications tha
%doc ChangeLog README
%changelog
* Mon Nov 30 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.1-2mamba
- rebuilt with -fcommon
* Fri Oct 04 2019 Automatic Build System <autodist@mambasoft.it> 3.2.1-1mamba
- automatic version update by autodist