]> git.pld-linux.org Git - packages/esh.git/commitdiff
- don't force gzipped infos and mans, some other fixes/cosmetics where necessary
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 28 Dec 2002 16:29:57 +0000 (16:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    esh.spec -> 1.16

esh.spec

index 0e0037505c4fe0ba3dd428496a63b281ae79b127..3310036f077dd64e6e1ce2a7cb35b6531d877771 100644 (file)
--- a/esh.spec
+++ b/esh.spec
@@ -41,8 +41,6 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_infodir}}
 install esh $RPM_BUILD_ROOT%{_bindir}
 install doc/esh.info $RPM_BUILD_ROOT%{_infodir}
 
-gzip -nf9 emacs/* examples/* CHANGELOG CREDITS GC_README INSTALL LICENSE READLNE-HACKS TODO
-
 %post
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
 
@@ -54,6 +52,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz doc/*.html emacs/*.gz examples/*.gz
+%doc CHANGELOG CREDITS GC_README INSTALL LICENSE READLNE-HACKS TODO doc/*.html emacs examples
 %attr(755,root,root) %{_bindir}/esh
-%{_infodir}/esh.info.gz
+%{_infodir}/esh.info*
This page took 0.031146 seconds and 4 git commands to generate.