Accepting request 106792 from X11:XOrg
- Added missing "xi" requires to pkconfig file (bnc#748808) OBS-URL: https://build.opensuse.org/request/show/106792 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXtst?expand=0&rev=2
This commit is contained in:
commit
568e350258
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 24 11:29:37 UTC 2012 - sndirsch@suse.com
|
||||||
|
|
||||||
|
- Added missing "xi" requires to pkconfig file (bnc#748808)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 7 22:17:49 UTC 2012 - jengelh@medozas.de
|
Tue Feb 7 22:17:49 UTC 2012 - jengelh@medozas.de
|
||||||
|
|
||||||
|
13
libXtst.spec
13
libXtst.spec
@ -14,6 +14,9 @@
|
|||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: libXtst
|
Name: libXtst
|
||||||
%define lname libXtst6
|
%define lname libXtst6
|
||||||
Version: 1.2.0
|
Version: 1.2.0
|
||||||
@ -21,16 +24,17 @@ Release: 0
|
|||||||
Summary: Xlib-based client API for the XTEST and RECORD extensions
|
Summary: Xlib-based client API for the XTEST and RECORD extensions
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: http://xorg.freedesktop.org/
|
Url: http://xorg.freedesktop.org/
|
||||||
|
|
||||||
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXtst
|
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXtst
|
||||||
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXtst/
|
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXtst/
|
||||||
Source: %name-%version.tar.bz2
|
Source: %name-%version.tar.bz2
|
||||||
BuildRoot: %_tmppath/%name-%version-build
|
Patch0: u_libXtst_Added-missing-xi-requires-to-pkconfig-file.patch
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: pkgconfig, pkgconfig(xorg-macros) >= 1.10, pkgconfig(x11)
|
BuildRequires: pkgconfig pkgconfig(x11) pkgconfig(xorg-macros) >= 1.10
|
||||||
BuildRequires: pkgconfig(xext) >= 1.0.99.4, pkgconfig(xi)
|
BuildRequires: pkgconfig(xext) >= 1.0.99.4 pkgconfig(xi)
|
||||||
BuildRequires: pkgconfig(recordproto) >= 1.13.99.1
|
BuildRequires: pkgconfig(recordproto) >= 1.13.99.1
|
||||||
BuildRequires: pkgconfig(xextproto) >= 7.0.99.3
|
BuildRequires: pkgconfig(xextproto) >= 7.0.99.3
|
||||||
BuildRequires: pkgconfig(inputproto)
|
BuildRequires: pkgconfig(inputproto)
|
||||||
@ -76,6 +80,7 @@ in %lname.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --docdir=%_docdir/%name --disable-static
|
%configure --docdir=%_docdir/%name --disable-static
|
||||||
|
26
u_libXtst_Added-missing-xi-requires-to-pkconfig-file.patch
Normal file
26
u_libXtst_Added-missing-xi-requires-to-pkconfig-file.patch
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
From 403ec58c75054a3f0def6b94cf6bc4e83a58bec4 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Stefan Dirsch <sndirsch@suse.de>
|
||||||
|
Date: Fri, 24 Feb 2012 12:38:13 +0100
|
||||||
|
Subject: [PATCH] Added missing "xi" requires to pkconfig file.
|
||||||
|
|
||||||
|
This time the right keyword. Not Requires.private, but Requires!
|
||||||
|
---
|
||||||
|
xtst.pc.in | 2 +-
|
||||||
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/xtst.pc.in b/xtst.pc.in
|
||||||
|
index 8702044..d6f9fc1 100644
|
||||||
|
--- a/xtst.pc.in
|
||||||
|
+++ b/xtst.pc.in
|
||||||
|
@@ -6,7 +6,7 @@ includedir=@includedir@
|
||||||
|
Name: Xtst
|
||||||
|
Description: The Xtst Library
|
||||||
|
Version: @PACKAGE_VERSION@
|
||||||
|
-Requires: recordproto
|
||||||
|
+Requires: recordproto xi
|
||||||
|
Requires.private: x11 xext
|
||||||
|
Cflags: -I${includedir}
|
||||||
|
Libs: -L${libdir} -lXtst
|
||||||
|
--
|
||||||
|
1.7.3.4
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user