]> git.pld-linux.org Git - packages/xorg-lib-libX11.git/commitdiff
- unify doc bcond auto/ti/xorg-lib-libX11-1_3_3-1
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 5 Feb 2010 08:08:36 +0000 (08:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xorg-lib-libX11.spec -> 1.62

xorg-lib-libX11.spec

index b23b679d1f34412eeca2f47b4114aa3ca70b5ded..f7a9a8b315b4fde90f34f5b9448904948ef409f8 100644 (file)
@@ -2,7 +2,7 @@
 # Conditional build:
 %bcond_without static_libs     # don't build static library
 %bcond_without xcb             # XCB for low-level protocol implementation
-%bcond_without docs            # don't package devel docs (allows bootstrapping)
+%bcond_without doc             # don't package devel docs (allows bootstrapping)
 #
 Summary:       Core X11 protocol client library
 Summary(pl.UTF-8):     Podstawowa biblioteka kliencka protokołu X11
@@ -19,7 +19,7 @@ URL:          http://xorg.freedesktop.org/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake
 BuildRequires: cpp
-%if %{with docs}
+%if %{with doc}
 # ps2pdf
 BuildRequires: ghostscript
 BuildRequires: groff
@@ -222,7 +222,7 @@ fi
 %files devel
 %defattr(644,root,root,755)
 # PDF chosen - docs include pictures
-%{?with_docs:%doc specs/XIM/xim.pdf specs/i18n/{Framework,LocaleDB,Trans}.pdf specs/libX11/libX11.pdf}
+%{?with_doc:%doc specs/XIM/xim.pdf specs/i18n/{Framework,LocaleDB,Trans}.pdf specs/libX11/libX11.pdf}
 %attr(755,root,root) %{_libdir}/libX11.so
 %{_libdir}/libX11.la
 %{_includedir}/X11/ImUtil.h
This page took 0.203167 seconds and 4 git commands to generate.