]> git.pld-linux.org Git - packages/w3c-libwww.git/blobdiff - w3c-libwww.spec
- someone forgot to rebuild here after introducing use of the new %%doc... ;-)
[packages/w3c-libwww.git] / w3c-libwww.spec
index 408402f7174f3cca25b7d1863e481ea0bbdf1e2e..41543ecec4760a64eef223a2ab90933cc95e3970 100644 (file)
@@ -140,6 +140,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
+%{__mkdir} documentation
+%{__cp} -p --parents *.html */*.html */*/*.html documentation
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -148,7 +151,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.html */*.html */*/*.html Icons/*/*.gif
+%doc documentation/* Icons/*/*.gif
 %attr(755,root,root) %{_libdir}/libwww*.so.*.*
 %attr(755,root,root) %{_libdir}/libxml*.so.*.*
 %attr(755,root,root) %{_libdir}/libmd5.so.*.*
This page took 0.028717 seconds and 4 git commands to generate.