summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--as31.spec4
1 files changed, 1 insertions, 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