This commit is contained in:
parent
e5a3f66669
commit
28b8d3bd24
@ -14,6 +14,9 @@
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: libXrandr
|
||||
%define lname libXrandr2
|
||||
Version: 1.3.1
|
||||
@ -21,18 +24,18 @@ Release: 0
|
||||
Summary: X Resize, Rotate and Reflection 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/libXrandr
|
||||
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXrandr/
|
||||
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.8, pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(randrproto) >= 1.3, pkgconfig(xext)
|
||||
BuildRequires: pkgconfig(xextproto), pkgconfig(xrender)
|
||||
BuildRequires: pkgconfig(renderproto)
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: pkgconfig pkgconfig(x11) pkgconfig(xorg-macros) >= 1.8
|
||||
BuildRequires: pkgconfig(randrproto) >= 1.3 pkgconfig(xext)
|
||||
BuildRequires: pkgconfig(xextproto) pkgconfig(xrender)
|
||||
BuildRequires: pkgconfig(renderproto)
|
||||
|
||||
%description
|
||||
The X Resize, Rotate and Reflect Extension (RandR) allows clients to
|
||||
|
Loading…
x
Reference in New Issue
Block a user