fixesproto 5.0
This commit is contained in:
parent
474ef45055
commit
e63604f4ed
1
.gitignore
vendored
1
.gitignore
vendored
@ -84,3 +84,4 @@ inputproto-2.0.1.tar.bz2
|
|||||||
/xextproto-20110224-git9df8b77.tar.bz2
|
/xextproto-20110224-git9df8b77.tar.bz2
|
||||||
/randrproto-20110224-git105a161.tar.bz2
|
/randrproto-20110224-git105a161.tar.bz2
|
||||||
/xextproto-7.2.0.tar.bz2
|
/xextproto-7.2.0.tar.bz2
|
||||||
|
/fixesproto-5.0.tar.bz2
|
||||||
|
1
sources
1
sources
@ -25,3 +25,4 @@ e793ecefeaecfeabd1aed6a01095174e xf86vidmodeproto-2.3.1.tar.bz2
|
|||||||
9959fe0bfb22a0e7260433b8d199590a xineramaproto-1.2.1.tar.bz2
|
9959fe0bfb22a0e7260433b8d199590a xineramaproto-1.2.1.tar.bz2
|
||||||
700f8663c23713c2a81a6038a7d358f0 xproto-7.0.19.tar.bz2
|
700f8663c23713c2a81a6038a7d358f0 xproto-7.0.19.tar.bz2
|
||||||
9de22ca1522008c28fb03dfc41ba2d30 xproxymanagementprotocol-1.0.3.tar.bz2
|
9de22ca1522008c28fb03dfc41ba2d30 xproxymanagementprotocol-1.0.3.tar.bz2
|
||||||
|
e7431ab84d37b2678af71e29355e101d fixesproto-5.0.tar.bz2
|
||||||
|
@ -7,11 +7,10 @@
|
|||||||
Summary: X.Org X11 Protocol headers
|
Summary: X.Org X11 Protocol headers
|
||||||
Name: xorg-x11-proto-devel
|
Name: xorg-x11-proto-devel
|
||||||
Version: 7.6
|
Version: 7.6
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Source0: http://xorg.freedesktop.org/archive/individual/proto/bigreqsproto-1.1.0.tar.bz2
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
Patch1: 0001-Add-XF86XK_TouchpadOn-Off.patch
|
||||||
|
|
||||||
Patch10: 0001-fixesproto-v5-Pointer-barriers.patch
|
|
||||||
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: xorg-x11-util-macros >= 1.0.2-1
|
BuildRequires: xorg-x11-util-macros >= 1.0.2-1
|
||||||
|
|
||||||
@ -57,8 +54,6 @@ Requires: libXau-devel
|
|||||||
%endif
|
%endif
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
|
|
||||||
Conflicts: libXxf86dga-devel < 1.1
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
X.Org X11 Protocol headers
|
X.Org X11 Protocol headers
|
||||||
|
|
||||||
@ -69,10 +64,6 @@ pushd xproto-*
|
|||||||
%patch1 -p1 -b .xf86touchpad
|
%patch1 -p1 -b .xf86touchpad
|
||||||
popd
|
popd
|
||||||
|
|
||||||
pushd fixesproto-*
|
|
||||||
%patch10 -p1 -b .barriers
|
|
||||||
popd
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
# Proceed through each proto package directory, building them all
|
# Proceed through each proto package directory, building them all
|
||||||
@ -281,6 +272,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/pkgconfig/xproxymngproto.pc
|
%{_datadir}/pkgconfig/xproxymngproto.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Feb 28 2011 Adam Jackson <ajax@redhat.com> 7.6-5
|
||||||
- 0001-fixesproto-v5-Pointer-barriers.patch: from git.
|
- 0001-fixesproto-v5-Pointer-barriers.patch: from git.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user