forked from pool/libX11
This commit is contained in:
parent
e75c1384eb
commit
6e505c98e1
36
libX11.spec
36
libX11.spec
@ -14,13 +14,16 @@
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: libX11
|
||||
Version: 1.4.0
|
||||
Release: 0
|
||||
Summary: Core X11 protocol client library
|
||||
License: MIT
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: http://xorg.freedesktop.org/
|
||||
Url: http://xorg.freedesktop.org/
|
||||
|
||||
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libX11
|
||||
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libX11/
|
||||
@ -38,13 +41,13 @@ Patch17: Xcms.diff
|
||||
Patch18: compose-zh_CN.UTF-8.diff
|
||||
Patch19: 0001--XIM-Revert-commit-1a1a42a3.patch
|
||||
|
||||
BuildRoot: %_tmppath/%name-%version-build
|
||||
BuildRequires: autoconf >= 2.60, automake, libtool
|
||||
BuildRequires: pkgconfig, pkgconfig(xorg-macros) >= 1.11
|
||||
BuildRequires: pkgconfig(xproto) >= 7.0.13, pkgconfig(xextproto)
|
||||
BuildRequires: pkgconfig(xtrans), pkgconfig(xcb) >= 1.1.92
|
||||
BuildRequires: pkgconfig(xproto), pkgconfig(xf86bigfontproto)
|
||||
BuildRequires: pkgconfig(kbproto), pkgconfig(inputproto)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: autoconf >= 2.60 automake libtool
|
||||
BuildRequires: pkgconfig pkgconfig(xorg-macros) >= 1.11
|
||||
BuildRequires: pkgconfig(xextproto) pkgconfig(xproto) >= 7.0.13
|
||||
BuildRequires: pkgconfig(xcb) >= 1.1.92 pkgconfig(xtrans)
|
||||
BuildRequires: pkgconfig(xf86bigfontproto) pkgconfig(xproto)
|
||||
BuildRequires: pkgconfig(inputproto) pkgconfig(kbproto)
|
||||
|
||||
%description
|
||||
The X Window System is a network-transparent window system that was
|
||||
@ -59,10 +62,10 @@ stream connection.
|
||||
%package -n libX11-6
|
||||
Summary: Core X11 protocol client library
|
||||
Group: System/Libraries
|
||||
Requires: %name-data >= %version
|
||||
Requires: %name-data >= %version
|
||||
# O/P added for 12.2. Ideally remove before 12.2 release.
|
||||
Provides: xorg-x11-libX11 = 7.6_%version-%release
|
||||
Obsoletes: xorg-x11-libX11 < 7.6_%versino-%release
|
||||
Provides: xorg-x11-libX11 = 7.6_%version-%release
|
||||
Obsoletes: xorg-x11-libX11 < 7.6_%versino-%release
|
||||
|
||||
%description -n libX11-6
|
||||
The X Window System is a network-transparent window system that was
|
||||
@ -77,7 +80,7 @@ stream connection.
|
||||
%package -n libX11-xcb1
|
||||
Summary: XCB X11 protocol client library
|
||||
Group: System/Libraries
|
||||
Requires: %name-data >= %version
|
||||
Requires: %name-data >= %version
|
||||
|
||||
%description -n libX11-xcb1
|
||||
The X Window System is a network-transparent window system that was
|
||||
@ -90,9 +93,9 @@ network. Xlib is a C subroutine library that application programs
|
||||
stream connection.
|
||||
|
||||
%package data
|
||||
Summary: Shared data for the Core X11 protocol library
|
||||
Group: System/Libraries
|
||||
BuildArch: noarch
|
||||
Summary: Shared data for the Core X11 protocol library
|
||||
Group: System/Libraries
|
||||
BuildArch: noarch
|
||||
|
||||
%description data
|
||||
The X Window System is a network-transparent window system that was
|
||||
@ -164,8 +167,11 @@ popd
|
||||
# fdupes
|
||||
|
||||
%post -n libX11-6 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libX11-6 -p /sbin/ldconfig
|
||||
|
||||
%post -n libX11-xcb1 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libX11-xcb1 -p /sbin/ldconfig
|
||||
|
||||
%files -n libX11-6
|
||||
|
Loading…
Reference in New Issue
Block a user