Update to 2.6.1
This commit is contained in:
parent
76dbb1160d
commit
c03b9781dd
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
minicom-2.4.tar.gz
|
minicom-2.4.tar.gz
|
||||||
/minicom-2.5.tar.gz
|
/minicom-2.5.tar.gz
|
||||||
|
/minicom-2.6.1.tar.gz
|
||||||
|
21
minicom.spec
21
minicom.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: A text-based modem control and terminal emulation program
|
Summary: A text-based modem control and terminal emulation program
|
||||||
Name: minicom
|
Name: minicom
|
||||||
Version: 2.5
|
Version: 2.6.1
|
||||||
Release: 11%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://alioth.debian.org/projects/minicom/
|
URL: http://alioth.debian.org/projects/minicom/
|
||||||
License: GPL+ and GPLv2+ and GPLv2 and Public Domain and Copyright only
|
License: GPL+ and GPLv2+ and GPLv2 and Public Domain and Copyright only
|
||||||
Group: Applications/Communications
|
Group: Applications/Communications
|
||||||
@ -9,12 +9,8 @@ ExcludeArch: s390 s390x
|
|||||||
BuildRequires: lockdev-devel ncurses-devel autoconf automake gettext-devel
|
BuildRequires: lockdev-devel ncurses-devel autoconf automake gettext-devel
|
||||||
Requires: lockdev lrzsz
|
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
|
Patch5: minicom-2.5-de-ANSI-fication-removed.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -25,10 +21,6 @@ language, and other features.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1 -b .rh
|
|
||||||
%patch2 -p1 -b .dir
|
|
||||||
%patch3 -p1 -b .man
|
|
||||||
%patch4 -p1 -b .man
|
|
||||||
%patch5 -p1 -b .deansi
|
%patch5 -p1 -b .deansi
|
||||||
|
|
||||||
cp -pr doc doc_
|
cp -pr doc doc_
|
||||||
@ -41,8 +33,8 @@ autoreconf --verbose --force --install
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=%{buildroot} install
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}
|
mkdir -p %{buildroot}%{_sysconfdir}
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
@ -56,6 +48,9 @@ mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Nov 22 2012 Jaromir Capik <jcapik@redhat.com> 2.5-11
|
||||||
- Fixing the license tag
|
- Fixing the license tag
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user