[packages/xorg-lib-libXext] - ensure proper .so man links are created - disable building .ps and .pdf docs using fop (not packag
qboosh
qboosh at pld-linux.org
Wed Jun 5 19:49:11 CEST 2013
commit 95f891d1c9263a4aa3ef131acb01725bb0c35169
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Wed Jun 5 19:48:57 2013 +0200
- ensure proper .so man links are created
- disable building .ps and .pdf docs using fop (not packaged anyway)
xorg-lib-libXext.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/xorg-lib-libXext.spec b/xorg-lib-libXext.spec
index 4b883a2..7030ef2 100644
--- a/xorg-lib-libXext.spec
+++ b/xorg-lib-libXext.spec
@@ -15,6 +15,7 @@ BuildRequires: cpp
BuildRequires: docbook-dtd412-xml
BuildRequires: libtool
BuildRequires: pkgconfig >= 1:0.19
+BuildRequires: sed >= 4.0
BuildRequires: xmlto >= 0.0.22
BuildRequires: xorg-lib-libX11-devel >= 1.1.99.1
BuildRequires: xorg-lib-libXau-devel
@@ -75,13 +76,17 @@ Pakiet zawiera statyczną bibliotekę libXext.
%prep
%setup -q -n libXext-%{version}
+# support __libmansuffix__ with "x" suffix (per FHS 2.3)
+%{__sed} -i -e 's,\.so man__libmansuffix__/,.so man3/,' man/*.man
+
%build
%{__libtoolize}
%{__aclocal}
%{__autoconf}
%{__autoheader}
%{__automake}
-%configure
+%configure \
+ --without-fop
%{__make}
%install
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/xorg-lib-libXext.git/commitdiff/95f891d1c9263a4aa3ef131acb01725bb0c35169
More information about the pld-cvs-commit
mailing list