]> git.pld-linux.org Git - packages/as31.git/blobdiff - as31.spec
- don't force gzipped infos and mans, some other fixes/cosmetics where necessary
[packages/as31.git] / as31.spec
index f008fb8c6caf7b4f37142f83ac2083fee2eb6793..dba22a06cb98ab9a484b2cf0d653894d8050264c 100644 (file)
--- a/as31.spec
+++ b/as31.spec
@@ -5,8 +5,6 @@ Version:        2.0
 Release:       1.beta3
 License:       GPL
 Group:         Development/Languages
-Group(de):     Entwicklung/Sprachen
-Group(pl):     Programowanie/Jêzyki
 Source0:       http://www.pjrc.com/tech/8051/%{name}_beta3.tar.gz
 URL:           http://www.pjrc.com/tech/8051/#as31_assembler
 BuildRequires: bison
@@ -31,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
+%{_mandir}/man?/*
This page took 0.028326 seconds and 4 git commands to generate.