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