- libX11 1.3
This commit is contained in:
parent
7308a3830a
commit
9ec9a2b1be
@ -1 +1 @@
|
||||
libX11-1.3.tar.bz2
|
||||
libX11-1.3.1.tar.bz2
|
||||
|
12
libX11.spec
12
libX11.spec
@ -3,7 +3,7 @@
|
||||
|
||||
Summary: Core X11 protocol client library
|
||||
Name: libX11
|
||||
Version: 1.3
|
||||
Version: 1.3.1
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
@ -17,13 +17,11 @@ Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.t
|
||||
|
||||
Patch2: dont-forward-keycode-0.patch
|
||||
|
||||
BuildRequires: pkgconfig autoconf automake libtool
|
||||
BuildRequires: xorg-x11-util-macros
|
||||
BuildRequires: pkgconfig(xproto) >= 7.0.15
|
||||
BuildRequires: xorg-x11-xtrans-devel >= 1.0.3-4
|
||||
BuildRequires: libxcb-devel >= 1.2
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: libXdmcp-devel
|
||||
BuildRequires: pkgconfig(xau) pkgconfig(xdmcp)
|
||||
|
||||
Requires: %{name}-common = %{version}-%{release}
|
||||
|
||||
@ -43,9 +41,6 @@ Summary: Development files for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
Requires: libXau-devel, libXdmcp-devel
|
||||
Requires: pkgconfig
|
||||
|
||||
%description devel
|
||||
X.Org X11 libX11 development package
|
||||
|
||||
@ -74,6 +69,9 @@ find $RPM_BUILD_ROOT -type f -name '*.la' -delete
|
||||
# FIXME: Don't install Xcms.txt - find out why upstream still ships this.
|
||||
find $RPM_BUILD_ROOT -name 'Xcms.txt' -delete
|
||||
|
||||
# FIXME package these properly
|
||||
rm -rf $RPM_BUILD_ROOT%{_docdir}
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user