From 3dad5d8a88d0bb8ef8a404c2b1db7dafcb3cfb0724c81eb739b804882d60fdf2 Mon Sep 17 00:00:00 2001 From: Dmitry Roshchin Date: Mon, 1 Oct 2012 18:10:25 +0000 Subject: [PATCH] on Oct 1 17:52:20 UTC 2012 - dmitry@roshchin.org - Fix docs installation OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/judy?expand=0&rev=4 --- judy.changes | 5 +++++ judy.spec | 14 +++----------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/judy.changes b/judy.changes index 5babf44..4b74d63 100644 --- a/judy.changes +++ b/judy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +on Oct 1 17:52:20 UTC 2012 - dmitry@roshchin.org + +- Fix docs installation + ------------------------------------------------------------------- Sat Sep 29 21:20:56 UTC 2012 - jengelh@inai.de diff --git a/judy.spec b/judy.spec index fa68112..f8e509c 100644 --- a/judy.spec +++ b/judy.spec @@ -91,14 +91,6 @@ make check %install make install DESTDIR="%buildroot" -install -dD -m 0755 %{buildroot}%{_docdir}/%{name} -install -m 0644 \ - AUTHORS COPYING ChangeLog \ - doc/ext/README_deliver \ - doc/ext/*.htm* doc/int/*.htm* \ - %{buildroot}%{_docdir}/%{name} - -cp -r examples %{buildroot}%{_docdir}/%{name}/ find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print @@ -120,8 +112,8 @@ find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print %files doc %defattr(-,root,root) -%dir %{_docdir}/%{name} -%{_docdir}/%{name}/* -%{_docdir}/%{name}/examples/* +%doc AUTHORS COPYING ChangeLog doc/ext/README_deliver doc/ext/*.htm* doc/int/*.htm* +%doc examples + %changelog