From 8624efbd8999c13451fe5386e5bf14965f2d474b Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 10 Oct 2002 13:20:36 +0000 Subject: [PATCH] - use new %%doc Changed files: db1.spec -> 1.15 --- db1.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/db1.spec b/db1.spec index 45cf184..34622fa 100644 --- a/db1.spec +++ b/db1.spec @@ -105,8 +105,6 @@ install ../../include/mpool.h $RPM_BUILD_ROOT/%{_includedir}/db1/ install db_dump185 $RPM_BUILD_ROOT/%{_bindir}/db1_dump185 cd ../.. -gzip -9nf docs/*.ps README LICENSE changelog - %clean rm -rf ${RPM_BUILD_ROOT} @@ -115,13 +113,13 @@ rm -rf ${RPM_BUILD_ROOT} %files %defattr(644,root,root,755) -%doc {README,LICENSE,changelog}.gz +%doc README LICENSE changelog %attr(755,root,root) %{_libdir}/libdb*.so.* %attr(755,root,root) %{_bindir}/db1_dump185 %files devel %defattr(644,root,root,755) -%doc docs/*.ps.gz +%doc docs/*.ps %attr(755,root,root) %{_libdir}/libdb1.so %{_includedir}/db1 -- 2.44.0