]> git.pld-linux.org Git - packages/w3c-libwww.git/commitdiff
- someone forgot to rebuild here after introducing use of the new %%doc... ;-)
authorradek <radek@pld-linux.org>
Sun, 5 Jan 2003 04:03:25 +0000 (04:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    w3c-libwww.spec -> 1.24

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.088586 seconds and 4 git commands to generate.