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

View File

@ -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