Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/freeglut.git#4e288a38881c3368320ba647cdc07fb97646cdaf
This commit is contained in:
DistroBaker 2021-02-03 14:41:04 +01:00
parent f35f384a47
commit 804ca6136c

View File

@ -2,7 +2,7 @@
Summary: A freely licensed alternative to the GLUT library Summary: A freely licensed alternative to the GLUT library
Name: freeglut Name: freeglut
Version: 3.2.1 Version: 3.2.1
Release: 6%{?dist} Release: 7%{?dist}
URL: http://freeglut.sourceforge.net URL: http://freeglut.sourceforge.net
Source0: https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Source0: https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
# For the manpages # For the manpages
@ -15,6 +15,7 @@ BuildRequires: gcc-c++
BuildRequires: cmake BuildRequires: cmake
BuildRequires: pkgconfig libGLU-devel libXext-devel libXxf86vm-devel BuildRequires: pkgconfig libGLU-devel libXext-devel libXxf86vm-devel
BuildRequires: libXi-devel libICE-devel BuildRequires: libXi-devel libICE-devel
BuildRequires: make
# The virtual Provides below is present so that this freeglut package is a # The virtual Provides below is present so that this freeglut package is a
# drop in binary replacement for "glut" which will satisfy rpm dependancies # drop in binary replacement for "glut" which will satisfy rpm dependancies
# properly. The Obsoletes tag is required in order for any pre-existing # properly. The Obsoletes tag is required in order for any pre-existing
@ -81,6 +82,9 @@ install -p -m 644 doc/man/*.3 $RPM_BUILD_ROOT/%{_mandir}/man3
%{_libdir}/cmake/FreeGLUT/* %{_libdir}/cmake/FreeGLUT/*
%changelog %changelog
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Aug 04 2020 Gwyn Ciesla <gwync@protonmail.com> - 3.2.1-6 * Tue Aug 04 2020 Gwyn Ciesla <gwync@protonmail.com> - 3.2.1-6
- Fix FTBFS. - Fix FTBFS.