Browse Source

screen-4.0.3-3vl6

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3322 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 13 years ago
parent
commit
90bc19347c
1 changed files with 8 additions and 1 deletions
  1. 8 1
      s/screen/screen-vl.spec

+ 8 - 1
s/screen/screen-vl.spec

@@ -2,10 +2,12 @@ Summary: A screen manager that supports multiple logins on one terminal.
 Summary(ja): スクリーンマネージャ - 一つの端末で多重ログイン
 Summary(ja): スクリーンマネージャ - 一つの端末で多重ログイン
 Name: screen
 Name: screen
 Version: 4.0.3
 Version: 4.0.3
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 License: GPL
 License: GPL
 Group: Applications/System
 Group: Applications/System
 Source0: ftp://ftp.uni-erlangen.de/pub/utilities/screen/screen-%{version}.tar.gz
 Source0: ftp://ftp.uni-erlangen.de/pub/utilities/screen/screen-%{version}.tar.gz
+# based http://git.savannah.gnu.org/gitweb/?p=screen.git;a=commit;h=97059b7ad521cf796daee07397c658d9716dd1e7
+Patch0: screen-4.0.3-execvpe.patch
 Patch6: screen-3.9.8-hascrypt.patch
 Patch6: screen-3.9.8-hascrypt.patch
 Patch11: screen-3.9.11-utf8-install.patch
 Patch11: screen-3.9.11-utf8-install.patch
 # obtained Patch11 from redhat
 # obtained Patch11 from redhat
@@ -38,6 +40,7 @@ support multiple logins on one terminal.
 
 
 %prep
 %prep
 %setup -q
 %setup -q
+%patch0 -p1 -b .execvpe
 
 
 # avoid duplicated type declaration of crypt.
 # avoid duplicated type declaration of crypt.
 %patch6 -p1 -b .hascrypt
 %patch6 -p1 -b .hascrypt
@@ -119,6 +122,10 @@ fi
 
 
 
 
 %changelog
 %changelog
+* Tue Apr  5 2011 IWAI, Masaharu <iwai@alib.jp> 4.0.3-3vl6
+- build on current VineSeed
+- add execvpe patch (Patch0) based upstream git
+
 * Tue Sep 30 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 4.0.3-2
 * Tue Sep 30 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 4.0.3-2
 - spec in UTF-8
 - spec in UTF-8
 - add Patch12 to build against glibc-2.8
 - add Patch12 to build against glibc-2.8