Removing de-ANSI-fication (obsolete - support removed from autotools)
This commit is contained in:
parent
8e8c11ba4a
commit
a0e7323166
11
minicom-2.5-de-ANSI-fication-removed.patch
Normal file
11
minicom-2.5-de-ANSI-fication-removed.patch
Normal file
@ -0,0 +1,11 @@
|
||||
diff -Naur minicom-2.5.old/configure.in minicom-2.5/configure.in
|
||||
--- minicom-2.5.old/configure.in 2012-11-21 17:10:32.000000000 +0100
|
||||
+++ minicom-2.5/configure.in 2012-11-21 17:32:24.146297983 +0100
|
||||
@@ -174,7 +174,6 @@
|
||||
|
||||
dnl Checks for typedefs, structures, and compiler characteristics.
|
||||
AC_C_CONST
|
||||
-AM_C_PROTOTYPES
|
||||
AC_TYPE_UID_T
|
||||
AC_TYPE_MODE_T
|
||||
AC_TYPE_PID_T
|
@ -1,7 +1,7 @@
|
||||
Summary: A text-based modem control and terminal emulation program
|
||||
Name: minicom
|
||||
Version: 2.5
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
URL: http://alioth.debian.org/projects/minicom/
|
||||
License: GPLv2+
|
||||
Group: Applications/Communications
|
||||
@ -15,6 +15,7 @@ Patch1: minicom-2.5-rh.patch
|
||||
Patch2: minicom-2.5-non-readable-dir.patch
|
||||
Patch3: minicom-2.5-man-minicom.patch
|
||||
Patch4: minicom-2.5-man-runscript.patch
|
||||
Patch5: minicom-2.5-de-ANSI-fication-removed.patch
|
||||
|
||||
%description
|
||||
Minicom is a simple text-based modem control and terminal emulation
|
||||
@ -28,6 +29,7 @@ language, and other features.
|
||||
%patch2 -p1 -b .dir
|
||||
%patch3 -p1 -b .man
|
||||
%patch4 -p1 -b .man
|
||||
%patch5 -p1 -b .deansi
|
||||
|
||||
cp -pr doc doc_
|
||||
rm -f doc_/Makefile*
|
||||
@ -54,6 +56,9 @@ mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Wed Nov 21 2012 Jaromir Capik <jcapik@redhat.com> 2.5-10
|
||||
- Removing de-ANSI-fication (obsolete - support removed from autotools)
|
||||
|
||||
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user