fixesproto 5.0

This commit is contained in:
Adam Jackson 2011-03-15 10:15:50 -04:00
parent 474ef45055
commit e63604f4ed
3 changed files with 8 additions and 11 deletions

1
.gitignore vendored
View File

@ -84,3 +84,4 @@ inputproto-2.0.1.tar.bz2
/xextproto-20110224-git9df8b77.tar.bz2
/randrproto-20110224-git105a161.tar.bz2
/xextproto-7.2.0.tar.bz2
/fixesproto-5.0.tar.bz2

View File

@ -25,3 +25,4 @@ e793ecefeaecfeabd1aed6a01095174e xf86vidmodeproto-2.3.1.tar.bz2
9959fe0bfb22a0e7260433b8d199590a xineramaproto-1.2.1.tar.bz2
700f8663c23713c2a81a6038a7d358f0 xproto-7.0.19.tar.bz2
9de22ca1522008c28fb03dfc41ba2d30 xproxymanagementprotocol-1.0.3.tar.bz2
e7431ab84d37b2678af71e29355e101d fixesproto-5.0.tar.bz2

View File

@ -7,11 +7,10 @@
Summary: X.Org X11 Protocol headers
Name: xorg-x11-proto-devel
Version: 7.6
Release: 5%{?dist}
Release: 6%{?dist}
License: MIT
Group: Development/System
URL: http://www.x.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Source0: http://xorg.freedesktop.org/archive/individual/proto/bigreqsproto-1.1.0.tar.bz2
@ -20,7 +19,7 @@ Source2: http://xorg.freedesktop.org/archive/individual/proto/damageproto-1.2.0
Source3: http://xorg.freedesktop.org/archive/individual/proto/dmxproto-2.3.1.tar.bz2
Source31: http://xorg.freedesktop.org/archive/individual/proto/dri2proto-2.3.tar.bz2
Source4: http://xorg.freedesktop.org/archive/individual/proto/evieext-1.1.1.tar.bz2
Source5: http://xorg.freedesktop.org/archive/individual/proto/fixesproto-4.1.1.tar.bz2
Source5: http://xorg.freedesktop.org/archive/individual/proto/fixesproto-5.0.tar.bz2
Source7: http://xorg.freedesktop.org/archive/individual/proto/fontsproto-2.1.0.tar.bz2
Source8: http://xorg.freedesktop.org/archive/individual/proto/glproto-1.4.12.tar.bz2
Source9: http://xorg.freedesktop.org/archive/individual/proto/inputproto-2.0.1.tar.bz2
@ -46,8 +45,6 @@ Source40: make-git-snapshot.sh
Patch1: 0001-Add-XF86XK_TouchpadOn-Off.patch
Patch10: 0001-fixesproto-v5-Pointer-barriers.patch
BuildRequires: pkgconfig
BuildRequires: xorg-x11-util-macros >= 1.0.2-1
@ -57,8 +54,6 @@ Requires: libXau-devel
%endif
Requires: pkgconfig
Conflicts: libXxf86dga-devel < 1.1
%description
X.Org X11 Protocol headers
@ -69,10 +64,6 @@ pushd xproto-*
%patch1 -p1 -b .xf86touchpad
popd
pushd fixesproto-*
%patch10 -p1 -b .barriers
popd
%build
# Proceed through each proto package directory, building them all
@ -281,6 +272,10 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/pkgconfig/xproxymngproto.pc
%changelog
* Tue Mar 15 2011 Adam Jackson <ajax@redhat.com> 7.6-6
- fixesproto 5.0
- Drop libXxf86dga Conflicts, not relevant since at least F12.
* Mon Feb 28 2011 Adam Jackson <ajax@redhat.com> 7.6-5
- 0001-fixesproto-v5-Pointer-barriers.patch: from git.