- Clean up %install slightly.
This commit is contained in:
parent
df6cfae153
commit
761b40505e
@ -7,7 +7,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.4
|
Version: 7.4
|
||||||
Release: 19%{?dist}
|
Release: 20%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
@ -80,8 +80,6 @@ done
|
|||||||
for i in composite damage randr render ; do
|
for i in composite damage randr render ; 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/%{_includedir}/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 \
|
||||||
@ -260,6 +258,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/pkgconfig/xproxymngproto.pc
|
%{_datadir}/pkgconfig/xproxymngproto.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 15 2009 Adam Jackson <ajax@redhat.com> 7.4-20
|
||||||
|
- Clean up %%install slightly.
|
||||||
|
|
||||||
* Wed Jul 15 2009 Peter Hutterer <peter.hutterer@redhat.com> 7.4-19
|
* Wed Jul 15 2009 Peter Hutterer <peter.hutterer@redhat.com> 7.4-19
|
||||||
- renderproto 0.11
|
- renderproto 0.11
|
||||||
- inputproto 1.9.99.14
|
- inputproto 1.9.99.14
|
||||||
|
Loading…
Reference in New Issue
Block a user