forked from pool/libXau
Accepting request 115347 from X11:XOrg
Pushing X11:XOrg OBS-URL: https://build.opensuse.org/request/show/115347 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXau?expand=0&rev=2
This commit is contained in:
commit
340996272f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee84415ffedcc1c0d39b3a39c35d0596c89907bba93d22bf85e24d21f90170fc
|
||||
size 261501
|
3
libXau-1.0.7.tar.bz2
Normal file
3
libXau-1.0.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7153ba503e2362d552612d9dc2e7d7ad3106d5055e310a26ecf28addf471a489
|
||||
size 274681
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 11 15:16:20 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 1.0.7:
|
||||
+ Improve the handling of "normal" locking collisions
|
||||
+ Documentation cleanups
|
||||
+ Build configuration improvements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 11 18:29:50 UTC 2012 - jengelh@medozas.de
|
||||
|
||||
|
26
libXau.spec
26
libXau.spec
@ -14,23 +14,27 @@
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: libXau
|
||||
%define lname libXau6
|
||||
Version: 1.0.6
|
||||
Version: 1.0.7
|
||||
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
|
||||
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
||||
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
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||
BuildRequires: pkgconfig(xproto)
|
||||
|
||||
%description
|
||||
libXau provides mechanisms for individual access to an X Window
|
||||
@ -43,8 +47,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 +62,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