From c03b9781ddd831a17b39d2ef48c664fa4c2c4ab7 Mon Sep 17 00:00:00 2001 From: Jaromir Capik Date: Tue, 22 Jan 2013 18:49:07 +0100 Subject: [PATCH] Update to 2.6.1 --- .gitignore | 1 + minicom.spec | 21 ++++++++------------- sources | 2 +- 3 files changed, 10 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 6014faf..96af155 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ minicom-2.4.tar.gz /minicom-2.5.tar.gz +/minicom-2.6.1.tar.gz diff --git a/minicom.spec b/minicom.spec index fb25506..bd3ea1f 100644 --- a/minicom.spec +++ b/minicom.spec @@ -1,7 +1,7 @@ Summary: A text-based modem control and terminal emulation program Name: minicom -Version: 2.5 -Release: 11%{?dist} +Version: 2.6.1 +Release: 1%{?dist} URL: http://alioth.debian.org/projects/minicom/ License: GPL+ and GPLv2+ and GPLv2 and Public Domain and Copyright only Group: Applications/Communications @@ -9,12 +9,8 @@ ExcludeArch: s390 s390x BuildRequires: lockdev-devel ncurses-devel autoconf automake gettext-devel Requires: lockdev lrzsz -Source0: http://alioth.debian.org/frs/download.php/3487/minicom-2.5.tar.gz +Source0: https://alioth.debian.org/frs/download.php/3700/minicom-2.6.1.tar.gz -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 @@ -25,10 +21,6 @@ language, and other features. %prep %setup -q -%patch1 -p1 -b .rh -%patch2 -p1 -b .dir -%patch3 -p1 -b .man -%patch4 -p1 -b .man %patch5 -p1 -b .deansi cp -pr doc doc_ @@ -41,8 +33,8 @@ autoreconf --verbose --force --install make %{?_smp_mflags} %install -make DESTDIR=$RPM_BUILD_ROOT install -mkdir -p $RPM_BUILD_ROOT%{_sysconfdir} +make DESTDIR=%{buildroot} install +mkdir -p %{buildroot}%{_sysconfdir} %find_lang %{name} @@ -56,6 +48,9 @@ mkdir -p $RPM_BUILD_ROOT%{_sysconfdir} %{_mandir}/man1/* %changelog +* Tue Jan 22 2013 Jaromir Capik - 2.6.1-1 +- Update to 2.6.1 + * Thu Nov 22 2012 Jaromir Capik 2.5-11 - Fixing the license tag diff --git a/sources b/sources index d8d81ea..fa42c31 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a5117d4d21e2c9e825edb586ee2fe8d2 minicom-2.5.tar.gz +435fb410a5bfa9bb20d4248b3ca53529 minicom-2.6.1.tar.gz