Drop legacy BuildRequires: libXxf86vm-devel
This commit is contained in:
parent
4e288a3888
commit
23a3d9f4fc
@ -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: 7%{?dist}
|
Release: 8%{?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
|
||||||
@ -13,7 +13,7 @@ License: MIT
|
|||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: pkgconfig libGLU-devel libXext-devel libXxf86vm-devel
|
BuildRequires: pkgconfig libGLU-devel libXext-devel
|
||||||
BuildRequires: libXi-devel libICE-devel
|
BuildRequires: libXi-devel libICE-devel
|
||||||
BuildRequires: make
|
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
|
||||||
@ -82,6 +82,9 @@ install -p -m 644 doc/man/*.3 $RPM_BUILD_ROOT/%{_mandir}/man3
|
|||||||
%{_libdir}/cmake/FreeGLUT/*
|
%{_libdir}/cmake/FreeGLUT/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 12 2021 Adam Jackson <ajax@redhat.com> - 3.2.1-8
|
||||||
|
- Drop legacy BuildRequires: libXxf86vm-devel
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.1-7
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.1-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user