]> git.pld-linux.org Git - packages/esh.git/commitdiff
- release 2
authorPaweł Gołaszewski <blues@pld-linux.org>
Sat, 3 Nov 2001 14:58:05 +0000 (14:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added gziped docs
- corrected install
- translation added
- adapterized

Changed files:
    esh.spec -> 1.11

esh.spec

index 829c7a4ee08850280f6ba8ce4328f3076f1e2fdc..ce40394dfdf63b926ee279a5ddd09ccf44d62a4b 100644 (file)
--- a/esh.spec
+++ b/esh.spec
@@ -1,10 +1,12 @@
 Summary:       esh, the easy shell
 Summary:       esh, the easy shell
+Summary(pl):   esh, prosta pow³oka
 Name:          esh
 Version:       0.8
 Name:          esh
 Version:       0.8
-Release:       1
+Release:       2
 License:       GPL
 License:       GPL
-Group:         Shells
-Group(pl):     Pow³oki
+Group:         Applications/Shells
+Group(de):     Applikationen/Shells
+Group(pl):     Aplikacje/Pow³oki
 Vendor:                Ivan Tkatchev <ivantk@yahoo.com>
 Source0:       http://esh.netpedia.net/%{name}-%{version}.tar.gz
 URL:           http://esh.netpedia.net/
 Vendor:                Ivan Tkatchev <ivantk@yahoo.com>
 Source0:       http://esh.netpedia.net/%{name}-%{version}.tar.gz
 URL:           http://esh.netpedia.net/
@@ -20,6 +22,13 @@ exceptionally small size, both in terms of lines of code and memory
 consumption, while retaining remarkable flexibility and
 programmability.
 
 consumption, while retaining remarkable flexibility and
 programmability.
 
+%description -l pl
+esh zosta³ napisany w pierwszej kolejno¶ci z potrzeby posiadania
+prostej i ma³ej pow³oki Unixowej. Jako taki ró¿ni siê od wszystkich
+innych shelli, przyjmuj±c sk³adniê podobn± do Lisp'a. To pozwala na
+uzyskaæ wyj±tkowo ma³e rozmiary, w rozmiarach kodu jak i w zu¿yciu
+pamiêci przy zachowaniu du¿ej elastyczno¶ci i programowalno¶ci.
+
 %prep
 %setup -q -n esh
 
 %prep
 %setup -q -n esh
 
@@ -32,7 +41,9 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_infodir}}
 
 install esh $RPM_BUILD_ROOT%{_bindir}
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_infodir}}
 
 install esh $RPM_BUILD_ROOT%{_bindir}
-install esh.info $RPM_BUILD_ROOT%{_infodir}
+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
 
 %post
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
@@ -45,6 +56,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 
 %files
 %defattr(644,root,root,755)
-%doc doc emacs examples CHANGELOG CREDITS GC_README INSTALL LICENSE READLNE-HACKS TODO
+%doc *.gz doc/*.html emacs/*.gz examples/*.gz
 %attr(755,root,root) %{_bindir}/esh
 %{_infodir}/esh.info.gz
 %attr(755,root,root) %{_bindir}/esh
 %{_infodir}/esh.info.gz
This page took 0.090746 seconds and 4 git commands to generate.