add back libGLU provides for now

This commit is contained in:
Dave Airlie 2012-09-10 19:08:24 +10:00
parent 81f7ae71e4
commit 794f6f318b
1 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Name: mesa-libGLU
Version: 9.0
Release: 0.1%{?dist}
Release: 0.2%{?dist}
Summary: Mesa libGLU library
License: MIT
@ -16,6 +16,7 @@ BuildRequires: autoconf automake libtool
%endif
BuildRequires: mesa-libGL-devel
#Requires:
Provides: libGLU
%description
Mesa implementation of the standard GLU OpenGL utility API.
@ -24,6 +25,7 @@ Mesa implementation of the standard GLU OpenGL utility API.
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: gl-manpages
Provides: libGLU-devel
%description devel
The %{name}-devel package contains libraries and header files for
@ -59,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/man/man3/gl[A-Z]*
%{_libdir}/pkgconfig/glu.pc
%changelog
* Mon Sep 10 2012 Dave Airlie <airlied@redhat.com> 9.0-0.2
- add back libGLU provides for now
* Tue Sep 04 2012 Adam Jackson <ajax@redhat.com> 9.0-0.1
- Initial packaging for split libGLU