]> git.pld-linux.org Git - packages/esh.git/blobdiff - esh.spec
- fixed md5, commented out outdated URLs
[packages/esh.git] / esh.spec
index 276060301d1b8d650c9f1dfcbd5b168c155113de..90aab7166e2fdf54283f07cca12796abf61fc76e 100644 (file)
--- a/esh.spec
+++ b/esh.spec
@@ -1,13 +1,15 @@
 Summary:       esh, the easy shell
+Summary(pl):   esh, prosta pow³oka
 Name:          esh
 Version:       0.8
-Release:       1
+Release:       2
 License:       GPL
-Group:         Shells
-Group(pl):     Pow³oki
+Group:         Applications/Shells
 Vendor:                Ivan Tkatchev <ivantk@yahoo.com>
-Source0:       http://esh.netpedia.net/%{name}-%{version}.tar.gz
-URL:           http://esh.netpedia.net/
+#Source0:      http://esh.netpedia.net/%{name}-%{version}.tar.gz
+Source0:       %{name}-%{version}.tar.gz
+# Source0-md5: b59022b88bae24420156d25869b8be54
+#URL:          http://esh.netpedia.net/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _bindir         /bin
@@ -20,6 +22,13 @@ exceptionally small size, both in terms of lines of code and memory
 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
 
@@ -31,20 +40,20 @@ rm -rf $RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_infodir}}
 
-install -s esh $RPM_BUILD_ROOT%{_bindir}
-install esh.info $RPM_BUILD_ROOT%{_infodir}
+install esh $RPM_BUILD_ROOT%{_bindir}
+install doc/esh.info $RPM_BUILD_ROOT%{_infodir}
 
 %post
-%fix_info_dir
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
 
 %postun
-%fix_info_dir
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc doc emacs examples CHANGELOG CREDITS GC_README INSTALL LICENSE READLNE-HACKS TODO
+%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.099872 seconds and 4 git commands to generate.