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:
parent
d8b73b0c6a
commit
3dad5d8a88
@ -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
|
||||
|
||||
|
14
judy.spec
14
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
|
||||
|
Loading…
Reference in New Issue
Block a user