]> git.pld-linux.org Git - packages/zsh.git/commitdiff
- added guide RA-1_0 zsh-4_0_6-3
authorwolf <wolf@pld-linux.org>
Sun, 17 Nov 2002 01:29:47 +0000 (01:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 3

Changed files:
    zsh.spec -> 1.57

zsh.spec

index daaa969851bd23a2e96b77e86d1f0cf691938482..c176fea57a50bd63d4583052fd8c9aa2e348e034 100644 (file)
--- a/zsh.spec
+++ b/zsh.spec
@@ -1,4 +1,4 @@
-# $Revision: 1.56 $ $Date: 2002-11-14 22:39:09 $
+# $Revision: 1.57 $ $Date: 2002-11-17 01:29:47 $
 #
 # Conditional build:
 # _without_static      - without static version
@@ -14,12 +14,13 @@ Summary(tr):        Geli
 Summary(uk):   ëÏÍÁÎÄÎÉÊ ÐÒÏÃÅÓÏÒ (shell) ÓÈÏÖÉÊ ÎÁ ksh, ÁÌÅ Ú ÐÏËÒÁÝÅÎÎÑÍÉ
 Name:          zsh
 Version:       4.0.6
-Release:       2
+Release:       3
 License:       BSD-like
 Group:         Applications/Shells
 URL:           http://www.zsh.org/
 Source0:       ftp://ftp.zsh.org/pub/zsh/%{name}-%{version}.tar.gz
 Source1:       %{name}.1.pl
+Source2:       http://zsh.sunsite.dk/Guide/zshguide.pdf
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-tinfo.patch
 Patch2:                %{name}-addons.patch
@@ -113,6 +114,18 @@ zsh jest ulepszon
 wiêkszo¶æ cech ksh, bash i tcsh. W tym pakiecie jest statycznie
 linkowany.
 
+%package guide
+Summary:       A User's Guide to the Z-Shell
+Summary(pl):   Podrêcznik U¿ytkownika Z-Shella
+Group:         Applications/Shells
+URL:           http://zsh.sunsite.dk/Guide/
+
+%description guide
+A User's Guide to the Z-Shell.
+
+%description guide -l pl
+Podrêcznik U¿ytkownika Z-Shella.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -121,6 +134,8 @@ linkowany.
 %patch3 -p1
 %patch4 -p1
 
+install %{SOURCE2} .
+
 %build
 %{__autoconf}
 
@@ -220,6 +235,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/zsh/%{version}/functions/comp*
 %{_datadir}/zsh/%{version}/functions/_*
 
+%files guide
+%defattr(644,root,root,755)
+%doc zshguide.pdf
+
 %if %{!?_without_static:1}%{?_without_static:0}
 %files static
 %defattr(644,root,root,755)
This page took 0.05949 seconds and 4 git commands to generate.