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
This commit is contained in:
Dmitry Roshchin 2012-10-01 18:10:25 +00:00 committed by Git OBS Bridge
parent d8b73b0c6a
commit 3dad5d8a88
2 changed files with 8 additions and 11 deletions

View File

@ -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 Sat Sep 29 21:20:56 UTC 2012 - jengelh@inai.de

View File

@ -91,14 +91,6 @@ make check
%install %install
make install DESTDIR="%buildroot" 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 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
@ -120,8 +112,8 @@ find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
%files doc %files doc
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_docdir}/%{name} %doc AUTHORS COPYING ChangeLog doc/ext/README_deliver doc/ext/*.htm* doc/int/*.htm*
%{_docdir}/%{name}/* %doc examples
%{_docdir}/%{name}/examples/*
%changelog %changelog