]> git.pld-linux.org Git - packages/wayland.git/commitdiff
- fix building without apidocs (documentation is disabled too so there auto/th/wayland-1.12.0-2
authorMarcin Krol <hawk@tld-linux.org>
Tue, 4 Apr 2017 13:57:11 +0000 (13:57 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Tue, 4 Apr 2017 13:57:11 +0000 (13:57 +0000)
  are no man dirs)

wayland.spec

index bd8cf2828dbf8581305bfdbab4c84a2b8b87b080..4927e17f1b3576fcad1a2a00f6564510cc7a4d73 100644 (file)
@@ -7,7 +7,7 @@ Summary:        Wayland - protocol for a compositor to talk to its clients
 Summary(pl.UTF-8):     Wayland - protokół między serwerem składającym a klientami
 Name:          wayland
 Version:       1.12.0
-Release:       1
+Release:       2
 License:       MIT
 Group:         Libraries
 Source0:       https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
@@ -113,9 +113,11 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%if %{with apidocs}
 # referenced by some installed wl_*.3 man pages
 cp -p doc/doxygen/man/man3/wayland-{client-core,server,server-core,util}.h.3 \
        doc/doxygen/man/man3/wayland-{client,server,shm,util}.c.3 $RPM_BUILD_ROOT%{_mandir}/man3
+%endif
 
 # obsoleted by pkg-config
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libwayland-*.la
This page took 0.120882 seconds and 4 git commands to generate.