This commit is contained in:
parent
8019dc04c3
commit
3619d73f03
@ -14,6 +14,9 @@
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: libXdamage
|
||||
%define lname libXdamage1
|
||||
Version: 1.1.3
|
||||
@ -21,16 +24,16 @@ Release: 0
|
||||
Summary: X Damage Extension library
|
||||
License: MIT
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: http://wiki.freedesktop.org/wiki/Software/XDamage
|
||||
Url: http://wiki.freedesktop.org/wiki/Software/XDamage
|
||||
|
||||
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXdamage
|
||||
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXdamage/
|
||||
Source: %name-%version.tar.bz2
|
||||
BuildRoot: %_tmppath/%name-%version-build
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
#git#BuildRequires: autoconf >= 2.60
|
||||
BuildRequires: pkgconfig, pkgconfig(xorg-macros) >= 1.3
|
||||
BuildRequires: pkgconfig(damageproto) >= 1.1, pkgconfig(xfixes)
|
||||
BuildRequires: pkgconfig(fixesproto), pkgconfig(xextproto), pkgconfig(x11)
|
||||
BuildRequires: pkgconfig pkgconfig(xorg-macros) >= 1.3
|
||||
BuildRequires: pkgconfig(damageproto) >= 1.1 pkgconfig(xfixes)
|
||||
BuildRequires: pkgconfig(fixesproto) pkgconfig(x11) pkgconfig(xextproto)
|
||||
|
||||
%description
|
||||
The X Damage Extension allows applications to track modified regions
|
||||
|
Loading…
Reference in New Issue
Block a user