]> git.pld-linux.org Git - packages/screen.git/commitdiff
- updated to 3.9.15
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 25 Mar 2003 18:21:17 +0000 (18:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    screen.spec -> 1.68

screen.spec

index e09f158a02c35de98c9088c0260e6e008b2ca7a0..3b708f9a2de58edf6be45df69797f742491dbcdb 100644 (file)
@@ -8,8 +8,8 @@ Summary(ru):    
 Summary(tr):   Bir uçbirimde birden fazla oturumu düzenler
 Summary(uk):   íÅÎÅÄÖÅÒ ÅËÒÁÎÕ, ÝϠЦÄÔÒÉÍÕ¤ Ë¦ÌØËÁ ÌÏǦΦנڠÏÄÎÏÇÏ ÔÅÒͦÎÁÌÕ
 Name:          screen
-Version:       3.9.13
-Release:       3
+Version:       3.9.15
+Release:       1
 License:       GPL
 Group:         Applications/Terminal
 Source0:       ftp://ftp.uni-erlangen.de/pub/utilities/screen/%{name}-%{version}.tar.gz
@@ -89,7 +89,7 @@ Screen 
 
 %prep
 %setup -q
-%patch0 -p0
+%patch0 -p1
 %patch1 -p0
 %patch2 -p0
 %patch3 -p0
@@ -104,6 +104,7 @@ Screen 
 %patch9 -p1
 
 %build
+%{__aclocal}
 %{__autoconf}
 %configure \
        --with-sys-screenrc=%{_sysconfdir}/screenrc \
@@ -111,6 +112,11 @@ Screen 
        --enable-colors256 \
        --disable-socket-dir
 
+for file in *.dist; do
+filenew=$(echo "$file" | sed -e 's#\.dist##g')
+       cp -f $file $filenew
+done
+
 %{__make} CFLAGS="%{rpmcflags}"
 
 cd doc
This page took 0.035297 seconds and 4 git commands to generate.