]> git.pld-linux.org Git - packages/screen.git/commitdiff
- fifo bcond, however can't resume with 4.1 screen created with 4.0
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 8 Mar 2010 15:52:24 +0000 (15:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- and oops for previous commit should had been branched, which is now under SCREEN_4_0 instead

Changed files:
    screen.spec -> 1.104

screen.spec

index 0e5bbfb0a9d922b6be5d32dc3ae8403eb7aa673c..d49ba95dc92ebd07f7dc566f36bed288fe40f6d1 100644 (file)
@@ -1,3 +1,12 @@
+#
+# Conditional build:
+%bcond_with    fifo            # force using fifos even if sockets detected
+
+# TODO
+# - should we switch back fifos forcibly (so you could resume 4.0 sessions with 4.1?, stalled for me anyway)
+#   configure: checking socket implementation...
+#   - you are normal
+#   - both sockets and fifos usable. let's take sockets.
 Summary:       Screen - Manages multiple sessions on one tty
 Summary(de.UTF-8):     Screen - Verwaltet mehrere Sitzungen an einem tty
 Summary(es.UTF-8):     Screen - Administra múltiples sesiones en un tty
@@ -9,7 +18,7 @@ Summary(tr.UTF-8):     Bir uçbirimde birden fazla oturumu düzenler
 Summary(uk.UTF-8):     Менеджер екрану, що підтримує кілька логінів з одного терміналу
 Name:          screen
 Version:       4.1
-Release:       0.4
+Release:       0.6
 License:       GPL
 Group:         Applications/Terminal
 Source0:       http://git.savannah.gnu.org/cgit/screen.git/snapshot/screen-7851249fa3e5a9ce00ad3bf8bd0b417acb335f84.tar.gz
@@ -123,6 +132,7 @@ mv screen-*/src/* .
 %{__autoheader}
 %{__autoconf}
 CFLAGS="%{rpmcflags} -DMAXWIN=128"
+%{?with_fifo:nore=1} \
 %configure \
        --enable-pam \
        --enable-colors256 \
This page took 0.063402 seconds and 4 git commands to generate.