Update to 2.6.1

This commit is contained in:
Jaromir Capik 2013-01-22 18:49:07 +01:00
parent 76dbb1160d
commit c03b9781dd
3 changed files with 10 additions and 14 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
minicom-2.4.tar.gz
/minicom-2.5.tar.gz
/minicom-2.6.1.tar.gz

View File

@ -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 <jcapik@redhat.com> - 2.6.1-1
- Update to 2.6.1
* Thu Nov 22 2012 Jaromir Capik <jcapik@redhat.com> 2.5-11
- Fixing the license tag

View File

@ -1 +1 @@
a5117d4d21e2c9e825edb586ee2fe8d2 minicom-2.5.tar.gz
435fb410a5bfa9bb20d4248b3ca53529 minicom-2.6.1.tar.gz