forked from pool/libXau
This commit is contained in:
parent
f4b5b95c4a
commit
fb9876792d
21
libXau.spec
21
libXau.spec
@ -14,6 +14,9 @@
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: libXau
|
||||
%define lname libXau6
|
||||
Version: 1.0.6
|
||||
@ -21,16 +24,16 @@ Release: 0
|
||||
Summary: X11 authorization protocol 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/libXau
|
||||
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXau/
|
||||
Source: %name-%version.tar.bz2
|
||||
BuildRoot: %_tmppath/%name-%version-build
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
#git#BuildRequires: autoconf >= 2.60, automake
|
||||
BuildRequires: fdupes, libtool
|
||||
BuildRequires: pkgconfig, pkgconfig(xorg-macros) >= 1.4
|
||||
BuildRequires: pkgconfig(xproto)
|
||||
BuildRequires: fdupes libtool
|
||||
BuildRequires: pkgconfig pkgconfig(xorg-macros) >= 1.4
|
||||
BuildRequires: pkgconfig(xproto)
|
||||
|
||||
%description
|
||||
libXau provides mechanisms for individual access to an X Window
|
||||
@ -43,8 +46,8 @@ know a server-specific key called a "magic cookie".
|
||||
Summary: X11 authorization protocol library
|
||||
Group: System/Libraries
|
||||
# O/P added for 12.2
|
||||
Provides: xorg-x11-libXau = 7.6_%version-%release
|
||||
Obsoletes: xorg-x11-libXau < 7.6_%version-%release
|
||||
Provides: xorg-x11-libXau = 7.6_%version-%release
|
||||
Obsoletes: xorg-x11-libXau < 7.6_%version-%release
|
||||
|
||||
%description -n %lname
|
||||
libXau provides mechanisms for individual access to an X Window
|
||||
@ -58,8 +61,8 @@ Summary: Development files for the X11 authorization protocol library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %lname = %version
|
||||
# O/P added for 12.2
|
||||
Provides: xorg-x11-libXau-devel = 7.6_%version-%release
|
||||
Obsoletes: xorg-x11-libXau-devel < 7.6_%version-%release
|
||||
Provides: xorg-x11-libXau-devel = 7.6_%version-%release
|
||||
Obsoletes: xorg-x11-libXau-devel < 7.6_%version-%release
|
||||
|
||||
%description devel
|
||||
libXau provides mechanisms for individual access to an X Window
|
||||
|
Loading…
x
Reference in New Issue
Block a user