From 9fa5acdc2a9f96222ea9a48dfcf63a9a9f9f56cc Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 3 Sep 2015 10:08:20 -0500 Subject: [PATCH] fix doc handling and omit gtk-doc symlink (for now) --- appstream.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/appstream.spec b/appstream.spec index 2e68198..b5171a6 100644 --- a/appstream.spec +++ b/appstream.spec @@ -130,9 +130,10 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" %{_libdir}/pkgconfig/appstream.pc %dir %{_datadir}/gir-1.0/ %{_datadir}/gir-1.0/AppStream-0.8.gir -%dir %{_datadir}/gtk-doc/ -%dir %{_datadir}/gtk-doc/html/ -%{_datadir}/gtk-doc/html/appstream +%{_docdir}/appstream/html/ +## symlink pointing to ^^, but need to take care, since rpm has +## trouble replacing dirs with symlinks, omit it for now -- rex +%exclude %{_datadir}/gtk-doc/html/appstream %post qt -p /sbin/ldconfig %postun qt -p /sbin/ldconfig