forked from pool/libXi
This commit is contained in:
parent
7c0264d8db
commit
3614231351
17
libXi.spec
17
libXi.spec
@ -14,6 +14,9 @@
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: libXi
|
||||
%define lname libXi6
|
||||
Version: 1.4.0
|
||||
@ -21,18 +24,18 @@ Release: 0
|
||||
Summary: X Input Extension 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/libXi
|
||||
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXi/
|
||||
Source: %name-%version.tar.bz2
|
||||
BuildRoot: %_tmppath/%name-%version-build
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: pkgconfig, pkgconfig(xorg-macros) >= 1.10
|
||||
BuildRequires: pkgconfig(xproto) >= 7.0.13, pkgconfig(x11) >= 1.2.99.1
|
||||
BuildRequires: pkgconfig(xextproto) >= 7.0.3, pkgconfig(xext) >= 1.0.99.1
|
||||
BuildRequires: pkgconfig(inputproto) >= 1.9.99.902
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: pkgconfig pkgconfig(xorg-macros) >= 1.10
|
||||
BuildRequires: pkgconfig(x11) >= 1.2.99.1 pkgconfig(xproto) >= 7.0.13
|
||||
BuildRequires: pkgconfig(xext) >= 1.0.99.1 pkgconfig(xextproto) >= 7.0.3
|
||||
BuildRequires: pkgconfig(inputproto) >= 1.9.99.902
|
||||
|
||||
%description
|
||||
libXi is the client-side library for the X Input Extension.
|
||||
|
Loading…
x
Reference in New Issue
Block a user