- Remove dri_interface.h. It's not protocol, it belongs in Mesa.
This commit is contained in:
parent
3e8928cf7b
commit
3a4c96eb4e
@ -10,7 +10,7 @@
|
|||||||
Summary: X.Org X11 Protocol headers
|
Summary: X.Org X11 Protocol headers
|
||||||
Name: xorg-x11-proto-devel
|
Name: xorg-x11-proto-devel
|
||||||
Version: 7.2
|
Version: 7.2
|
||||||
Release: 11%{?dist}
|
Release: 12%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
@ -104,6 +104,8 @@ done
|
|||||||
for i in composite damage randr ; do
|
for i in composite damage randr ; do
|
||||||
mv $RPM_BUILD_ROOT/usr/share/doc/${i}proto/${i}proto.txt .
|
mv $RPM_BUILD_ROOT/usr/share/doc/${i}proto/${i}proto.txt .
|
||||||
done
|
done
|
||||||
|
# this header is supposed to come from Mesa, not driproto
|
||||||
|
rm -f $RPM_BUILD_ROOT/GL/internal/dri_interface.h
|
||||||
|
|
||||||
# libXext still needs XLbx.h and lbxstr.h to build. The rest are junk.
|
# libXext still needs XLbx.h and lbxstr.h to build. The rest are junk.
|
||||||
rm -f $RPM_BUILD_ROOT%{_includedir}/X11/extensions/lbxbuf.h \
|
rm -f $RPM_BUILD_ROOT%{_includedir}/X11/extensions/lbxbuf.h \
|
||||||
@ -129,7 +131,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/GL/glxtokens.h
|
%{_includedir}/GL/glxtokens.h
|
||||||
%dir %{_includedir}/GL/internal
|
%dir %{_includedir}/GL/internal
|
||||||
%{_includedir}/GL/internal/glcore.h
|
%{_includedir}/GL/internal/glcore.h
|
||||||
%{_includedir}/GL/internal/dri_interface.h
|
|
||||||
%dir %{_includedir}/X11
|
%dir %{_includedir}/X11
|
||||||
%{_includedir}/X11/DECkeysym.h
|
%{_includedir}/X11/DECkeysym.h
|
||||||
%{_includedir}/X11/HPkeysym.h
|
%{_includedir}/X11/HPkeysym.h
|
||||||
@ -291,6 +292,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/xproxymngproto.pc
|
%{_libdir}/pkgconfig/xproxymngproto.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 7.2-12
|
||||||
|
- Remove dri_interface.h. It's not protocol, it belongs in Mesa.
|
||||||
|
|
||||||
* Wed Jul 11 2007 Adam Jackson <ajax@redhat.com> 7.2-11
|
* Wed Jul 11 2007 Adam Jackson <ajax@redhat.com> 7.2-11
|
||||||
- compositeproto 0.4
|
- compositeproto 0.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user