From 9a6c9f0f88b969a621ee200c088dc46fcbd61d12 Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 10 Oct 2002 11:45:29 +0000 Subject: [PATCH] - use new %%doc Changed files: as31.spec -> 1.7 --- as31.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/as31.spec b/as31.spec index 0693bd5..6ca8f0f 100644 --- a/as31.spec +++ b/as31.spec @@ -29,13 +29,11 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1} install %{name} $RPM_BUILD_ROOT%{_bindir} install %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1 -gzip -9nf README - %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc *.gz +%doc README %attr(755,root,root) %{_bindir}/* %{_mandir}/man*/*.gz -- 2.43.0