import mesa-libGLw-8.0.0-18.el8
This commit is contained in:
parent
55b2e6d312
commit
d777f803c0
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/glw-8.0.0.tar.bz2
|
||||
SOURCES/glw-b060a0782f09ebe4f60c8fd4564c11ba043c331f.tar.bz2
|
||||
|
||||
@ -1 +1 @@
|
||||
08de9c63a2d0ec452fb80cca91cd1fa0d9550db4 SOURCES/glw-8.0.0.tar.bz2
|
||||
95d575384ddc0502daeac329ebf574128ed2afeb SOURCES/glw-b060a0782f09ebe4f60c8fd4564c11ba043c331f.tar.bz2
|
||||
|
||||
@ -1,11 +1,13 @@
|
||||
Summary: Xt / Motif OpenGL widgets
|
||||
Name: mesa-libGLw
|
||||
Version: 8.0.0
|
||||
Release: 14%{?dist}
|
||||
Release: 18%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.mesa3d.org
|
||||
Source0: https://www.freedesktop.org/pub/mesa/glw/glw-%{version}.tar.bz2
|
||||
# archived project
|
||||
%global gitver b060a0782f09ebe4f60c8fd4564c11ba043c331f
|
||||
Source0: https://gitlab.freedesktop.org/mesa/glw/-/archive/%{gitver}/glw-%{gitver}.tar.bz2
|
||||
|
||||
BuildRequires: libXt-devel
|
||||
BuildRequires: libGL-devel
|
||||
@ -14,6 +16,7 @@ BuildRequires: openmotif-devel
|
||||
%else
|
||||
BuildRequires: motif-devel
|
||||
%endif
|
||||
BuildRequires: autoconf automake libtool
|
||||
|
||||
Provides: libGLw
|
||||
|
||||
@ -36,9 +39,10 @@ Provides: libGLw-devel
|
||||
Mesa libGLw development package.
|
||||
|
||||
%prep
|
||||
%setup -q -n glw-%{version}
|
||||
%setup -q -n glw-%{gitver}
|
||||
|
||||
%build
|
||||
autoreconf -f -i -v
|
||||
%configure --disable-static --enable-motif
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -66,6 +70,9 @@ find $RPM_BUILD_ROOT -name \*.la | xargs rm -f
|
||||
%{_includedir}/GL/GLwMDrawAP.h
|
||||
|
||||
%changelog
|
||||
* Tue Nov 19 2019 Adam Jackson <ajax@redhat.com> - 8.0.0-18
|
||||
- Update to git snapshot of the archived state
|
||||
|
||||
* Thu Jul 05 2018 Adam Jackson <ajax@redhat.com> - 8.0.0-14
|
||||
- Drop useless %%defattr
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user