File minicom.spec of Package minicom
#
# spec file for package minicom
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: minicom
BuildRequires: ckermit
BuildRequires: gettext-devel
BuildRequires: lockdev-devel
BuildRequires: ncurses-devel
BuildRequires: pkg-config
Url: http://alioth.debian.org/projects/minicom/
Requires: ckermit
Requires: rzsz
Version: 2.6.1
Release: 0
Summary: A Terminal Program
License: GPL-2.0+
Group: Hardware/Modem
Source: %{name}-%{version}.tar.gz
Patch0: minicom-2.2-defaults.diff
Patch2: 03norzsz.diff
Patch4: minicom-2.3-no-build-date.patch
Patch5: minicom-2.4-norootsetup.diff
# PATCH-FIX-UPSTREAM increase permitted length of serial device (bnc#707860)
Patch6: minicom-2.5-serial_device_path_length.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
A terminal program similar to Telix(tm) (a program for calling other
computers via modem) under MS-DOS.
If you want to access your modem with minicom, you have to be a member
of the uucp group.
%prep
%setup -q
%patch0
%patch2 -p1
%patch4
%patch5 -p1
%patch6 -p1
%build
export CFLAGS="%optflags $(ncursesw6-config --cflags)"
export LDFLAGS="$(ncursesw6-config --libs)"
%configure --disable-rpath \
--enable-music \
--enable-dfl-baud=57600 \
--enable-dfl-port=/dev/modem \
--enable-socket \
--enable-cfg-dir=%{_sysconfdir}
%{__make} %{?_smp_mflags}
%check
make check
%install
make DESTDIR=$RPM_BUILD_ROOT install
%find_lang %name
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %name.lang
%defattr(644,root,root,755)
%doc doc/minicom.FAQ AUTHORS COPYING NEWS README
%attr(0755,root,root) /usr/bin/ascii-xfr
%attr(0755,root,uucp) /usr/bin/minicom
%attr(0755,root,root) /usr/bin/runscript
%attr(0755,root,root) /usr/bin/xminicom
%{_mandir}/man1/ascii-xfr.1.gz
%{_mandir}/man1/minicom.1.gz
%{_mandir}/man1/xminicom.1.gz
%{_mandir}/man1/runscript.1.gz
%changelog