]> git.pld-linux.org Git - packages/wayland.git/commitdiff
- docs *are* installed in Th (when apidocs build is enabled, so clean conditionally)
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 31 Mar 2013 13:12:19 +0000 (15:12 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 31 Mar 2013 13:12:19 +0000 (15:12 +0200)
wayland.spec

index cf8ea07541199336ddb1eaa3ea7b7ea533466fce..9f5bf60a16299b9d5275db73e720d1652009c34e 100644 (file)
@@ -113,6 +113,10 @@ rm -rf $RPM_BUILD_ROOT
 
 # obsoleted by pkg-config
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libwayland-*.la
+%if %{with apidocs}
+# packaged as %doc in -devel
+%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/wayland
+%endif
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.101743 seconds and 4 git commands to generate.