Stefan Dirsch 2012-03-07 09:47:55 +00:00 committed by Git OBS Bridge
parent a694614f1e
commit 37590f0512

View File

@ -14,6 +14,9 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: libdmx
%define lname libdmx1
Version: 1.1.1
@ -21,15 +24,15 @@ Release: 0
Summary: Distributed Multihead X 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/libdmx
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libdmx/
Source: %name-%version.tar.bz2
BuildRoot: %_tmppath/%name-%version-build
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#git#BuildRequires: autoconf >= 2.60, automake, libtool
BuildRequires: pkgconfig, pkgconfig(xorg-macros) >= 1.8, pkgconfig(x11)
BuildRequires: pkgconfig(xext), pkgconfig(xextproto)
BuildRequires: pkgconfig pkgconfig(x11) pkgconfig(xorg-macros) >= 1.8
BuildRequires: pkgconfig(xext) pkgconfig(xextproto)
BuildRequires: pkgconfig(dmxproto) >= 2.2.99.1
%description