From: Arkadiusz Miśkiewicz Date: Fri, 25 Feb 2011 06:32:27 +0000 (+0000) Subject: - rel 3; use gotar fix X-Git-Tag: auto/th/setup-2_7_3-3 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=refs%2Ftags%2Fauto%2Fth%2Fsetup-2_7_3-3;p=packages%2Fsetup.git - rel 3; use gotar fix Changed files: setup-zsh.patch -> 1.2 setup.spec -> 1.161 --- diff --git a/setup-zsh.patch b/setup-zsh.patch index c36b910..d146685 100644 --- a/setup-zsh.patch +++ b/setup-zsh.patch @@ -1,28 +1,17 @@ -Index: profile +Index: etc/profile =================================================================== RCS file: /cvsroot/setup/etc/profile,v retrieving revision 1.55 -retrieving revision 1.56 -diff -u -u -r1.55 -r1.56 +retrieving revision 1.57 +diff -u -u -r1.55 -r1.57 --- setup/etc/profile 22 Jan 2011 20:08:54 -0000 1.55 -+++ setup/etc/profile 24 Feb 2011 19:17:44 -0000 1.56 -@@ -128,7 +128,18 @@ ++++ setup/etc/profile 24 Feb 2011 23:07:56 -0000 1.57 +@@ -128,7 +128,7 @@ ;; * ) if [ -r "$i" ]; then - . "$i"; export "$NAME" -+ . "$i" -+ # export VAR will set and export VAR -+ # if it didn't exist before. Other shells -+ # (ksh, bash) behave differently. -+ if [ -n "$ZSH_VERSION" ]; then -+ # zsh specific -+ if [ "${(P)+NAME}" = "1" ]; then -+ export "$NAME" -+ fi -+ else -+ export "$NAME" -+ fi ++ . "$i"; eval [ '"${'"$NAME"'+X}"' = 'X' ] && export $NAME fi ;; esac diff --git a/setup.spec b/setup.spec index 334f60b..58cab28 100644 --- a/setup.spec +++ b/setup.spec @@ -14,7 +14,7 @@ Summary(pt_BR.UTF-8): Vários arquivos básicos de configuração Summary(tr.UTF-8): Basit kurulum dosyaları Name: setup Version: 2.7.3 -Release: 2 +Release: 3 License: Public Domain, partially BSD-like Group: Base Source0: %{name}-%{version}.tar.bz2