SHA256
6
0
forked from pool/screen

add mappedcmd.diff to make ^A DEL work again

OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=30
This commit is contained in:
2012-08-07 15:09:16 +00:00
committed by Git OBS Bridge
parent d629827c7c
commit 30873a6ffb
3 changed files with 38 additions and 1 deletions

View File

@@ -15,7 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Url: http://www.gnu.org/software/screen/
Name: screen
@@ -41,6 +40,7 @@ Patch3: screen-4.0.3-ipv6.patch
Patch4: term_too_long.diff
Patch5: sort_command.patch
Patch6: libtinfo.diff
Patch7: mappedcmd.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -59,6 +59,7 @@ Documentation: man page
%patch4 -p1
%patch5
%patch6
%patch7 -p2
%build
CFLAGS="-DMAXWIN=1000 $RPM_OPT_FLAGS" %configure --prefix=/usr --infodir=%{_infodir} \