- Add dri2proto.
This commit is contained in:
parent
a296d01e77
commit
b96e246a50
@ -27,3 +27,4 @@ xineramaproto-1.1.2.tar.bz2
|
||||
xproxymanagementprotocol-1.0.2.tar.bz2
|
||||
inputproto-1.4.3.tar.bz2
|
||||
xproto-7.0.12.tar.bz2
|
||||
dri2proto-1.0.0.tar.bz2
|
||||
|
1
sources
1
sources
@ -27,3 +27,4 @@ f00844a63d6e76b69eb0eb5e41eed843 xf86vidmodeproto-2.2.2.tar.bz2
|
||||
d28007a50976204960fc1fc07b4ca093 xproxymanagementprotocol-1.0.2.tar.bz2
|
||||
a0f0d8cf6fbf0db8ba3937d0cc16138d inputproto-1.4.3.tar.bz2
|
||||
388234421add6c1760b4fc99fcdc76b0 xproto-7.0.12.tar.bz2
|
||||
49b1359dea0842b8956bbc7f1ba426fb dri2proto-1.0.0.tar.bz2
|
||||
|
@ -10,7 +10,7 @@
|
||||
Summary: X.Org X11 Protocol headers
|
||||
Name: xorg-x11-proto-devel
|
||||
Version: 7.3
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
License: MIT
|
||||
Group: Development/System
|
||||
URL: http://www.x.org
|
||||
@ -59,6 +59,7 @@ Source28: ftp://ftp.x.org/pub/individual/proto/xineramaproto-1.1.2.tar.bz2
|
||||
Source29: ftp://ftp.x.org/pub/individual/proto/xproto-7.0.12.tar.bz2
|
||||
Provides: xproto = 7.0.12
|
||||
Source30: ftp://ftp.x.org/pub/individual/proto/xproxymanagementprotocol-1.0.2.tar.bz2
|
||||
Source31: http://xorg.freedesktop.org/archive/individual/proto/dri2proto-1.0.0.tar.bz2
|
||||
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: xorg-x11-util-macros >= 1.0.2-1
|
||||
@ -80,7 +81,7 @@ Requires: pkgconfig
|
||||
X.Org X11 Protocol headers
|
||||
|
||||
%prep
|
||||
%setup -q -c %{name}-%{version} -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8 -a9 -a10 -a13 -a14 -a15 -a16 -a17 -a18 -a19 -a20 -a21 -a22 -a23 -a24 -a25 -a26 -a27 -a28 -a29 -a30
|
||||
%setup -q -c %{name}-%{version} -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8 -a9 -a10 -a13 -a14 -a15 -a16 -a17 -a18 -a19 -a20 -a21 -a22 -a23 -a24 -a25 -a26 -a27 -a28 -a29 -a30 -a31
|
||||
|
||||
%build
|
||||
|
||||
@ -203,6 +204,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/X11/extensions/dmxproto.h
|
||||
%{_includedir}/X11/extensions/dpms.h
|
||||
%{_includedir}/X11/extensions/dpmsstr.h
|
||||
%{_includedir}/X11/extensions/dri2proto.h
|
||||
%{_includedir}/X11/extensions/extutil.h
|
||||
%{_includedir}/X11/extensions/fontcache.h
|
||||
%{_includedir}/X11/extensions/fontcacheP.h
|
||||
@ -267,6 +269,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/pkgconfig/compositeproto.pc
|
||||
%{_datadir}/pkgconfig/damageproto.pc
|
||||
%{_datadir}/pkgconfig/dmxproto.pc
|
||||
%{_datadir}/pkgconfig/dri2proto.pc
|
||||
%{_datadir}/pkgconfig/evieproto.pc
|
||||
%{_datadir}/pkgconfig/fixesproto.pc
|
||||
%{_datadir}/pkgconfig/fontcacheproto.pc
|
||||
@ -294,6 +297,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/pkgconfig/xproxymngproto.pc
|
||||
|
||||
%changelog
|
||||
* Mon Mar 31 2008 Kristian Høgsberg <krh@redhat.com> 7.3-9
|
||||
- Add dri2proto.
|
||||
|
||||
* Wed Mar 05 2008 Adam Jackson <ajax@redhat.com> 7.3-8
|
||||
- inputproto 1.4.3
|
||||
- xproto 7.0.12
|
||||
|
Loading…
Reference in New Issue
Block a user