]> git.pld-linux.org Git - packages/xorg-lib-libXau.git/commitdiff
- updated to 1.0.8 auto/th/xorg-lib-libXau-1.0.8-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 25 May 2013 17:38:54 +0000 (19:38 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 25 May 2013 17:38:54 +0000 (19:38 +0200)
xorg-lib-libXau.spec

index e8bdcd6af39e9d6f006716fc01b50def17cc7c8a..9662ca6c219a89af43be432a8e4d77ee84e04279 100644 (file)
@@ -1,17 +1,18 @@
 Summary:       Xau - X authorization file management library
 Summary(pl.UTF-8):     Xau - biblioteka zarządzająca plikami autoryzacji X
 Name:          xorg-lib-libXau
-Version:       1.0.7
+Version:       1.0.8
 Release:       1
 License:       MIT
 Group:         X11/Libraries
 Source0:       http://xorg.freedesktop.org/releases/individual/lib/libXau-%{version}.tar.bz2
-# Source0-md5: 2d241521df40d27034413436d1a1465c
+# Source0-md5: 685f8abbffa6d145c0f930f00703b21b
 URL:           http://xorg.freedesktop.org/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake
 BuildRequires: libtool
 BuildRequires: pkgconfig >= 1:0.19
+BuildRequires: sed >= 4.0
 BuildRequires: xorg-proto-xproto-devel
 BuildRequires: xorg-util-util-macros >= 1.8
 Obsoletes:     libXau
@@ -21,7 +22,6 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Xau is the X authorization file management library, conforming to X
 Authorization Protocol.
 
-
 %description -l pl.UTF-8
 Xau to biblioteka zarządzająca plikami autoryzacji X zgodnie z
 protokołem autoryzacji X.
@@ -56,6 +56,9 @@ Biblioteka statyczna libXau.
 %prep
 %setup -q -n libXau-%{version}
 
+# support __libmansuffix__ with "x" suffix (per FHS 2.3)
+%{__sed} -i -e 's,^\.so man__libmansuffix__/,.so man3/,' man/*.man
+
 %build
 %{__libtoolize}
 %{__aclocal}
This page took 0.130938 seconds and 4 git commands to generate.