automatic version update by autodist [release 3.2.2-1mamba;Mon Feb 07 2022]

This commit is contained in:
Automatic Build System 2024-01-06 04:17:07 +01:00
parent 1dd99fbfe3
commit 46bc795505

View File

@ -1,6 +1,6 @@
Name: libfreeglut Name: libfreeglut
Version: 3.2.1 Version: 3.2.2
Release: 2mamba Release: 1mamba
Summary: GLUT (and hence freeglut) allows the user to create and manage windows containing OpenGL contexts Summary: GLUT (and hence freeglut) allows the user to create and manage windows containing OpenGL contexts
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -11,18 +11,16 @@ Source: http://downloads.sourceforge.net/project/freeglut/freeglut/%{vers
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libGL-devel
BuildRequires: libX11-devel BuildRequires: libX11-devel
BuildRequires: libXext-devel
BuildRequires: libXi-devel BuildRequires: libXi-devel
BuildRequires: libXrandr-devel BuildRequires: libXrandr-devel
BuildRequires: libXxf86vm-devel BuildRequires: libXxf86vm-devel
BuildRequires: libglvnd-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Provides: libGLUT Provides: libGLUT
Obsoletes: libGLUT Obsoletes: libGLUT
Provides: libglut Provides: libglut
Obsoletes: libglut Obsoletes: libglut
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %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. 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.
@ -83,6 +81,9 @@ CFLAGS+=' -fcommon'
%doc ChangeLog README %doc ChangeLog README
%changelog %changelog
* Mon Feb 07 2022 Automatic Build System <autodist@mambasoft.it> 3.2.2-1mamba
- automatic version update by autodist
* Mon Nov 30 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.1-2mamba * Mon Nov 30 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.1-2mamba
- rebuilt with -fcommon - rebuilt with -fcommon