From 794f6f318bb39ed2bef56e6a6ec40123c304b990 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Mon, 10 Sep 2012 19:08:24 +1000 Subject: [PATCH] add back libGLU provides for now --- mesa-libGLU.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mesa-libGLU.spec b/mesa-libGLU.spec index 1dffc96..9d6fbbe 100644 --- a/mesa-libGLU.spec +++ b/mesa-libGLU.spec @@ -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 9.0-0.2 +- add back libGLU provides for now + * Tue Sep 04 2012 Adam Jackson 9.0-0.1 - Initial packaging for split libGLU