123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- Name: minicom
- Version: 2.7
- Release: 1%{?_dist_release}
- Vendor: Project Vine
- Distribution: Vine Linux
- License: GPL
- Group: Applications/Communications
- URL: http://alioth.debian.org/projects/minicom/
- Source0: http://alioth.debian.org/frm/download.php/3195/%{name}-%{version}.tar.gz
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildRequires: gettext
- BuildRequires: ncurses-devel
- Summary: friendly menu driven serial communication program
- %description
- Minicom is a menu driven communications program. It emulates ANSI and
- VT102 terminals. It has a dialing directory and auto zmodem download.
- %prep
- %setup -q
- %build
- %configure
- %__make
- %install
- %__rm -rf %{buildroot}
- %makeinstall
- %__install -d %{buildroot}%{_sysconfdir}
- touch %{buildroot}%{_sysconfdir}/minirc.dfl
- ##%__install -m 644 doc/minicom.users %{buildroot}%{_sysconfdir}
- %find_lang %{name}
- %clean
- %__rm -rf %{buildroot}
- %files -f %{name}.lang
- %defattr(-,root,root)
- %doc ABOUT-NLS AUTHORS COPYING ChangeLog FILE_ID.DIZ INSTALL NEWS README TODO
- %doc doc extras
- %config %{_sysconfdir}/*
- %attr(2755,root,uucp) %{_bindir}/minicom
- %{_bindir}/runscript
- %{_bindir}/xminicom
- %{_bindir}/ascii-xfr
- %{_mandir}/man?/*
- %changelog
- * Tue Sep 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.0-1
- - update to 2.7
- * Sun Dec 01 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.2-1
- - new upstream release
- * Mon Jan 07 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.1-1
- - update to 2.6.1
- * Mon Mar 07 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.5-1
- - new upstream release
- * Mon Jul 19 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4-1
- - new upstream release
- - add BuildRequires: ncurses-devel
- * Sat Oct 04 2008 Shu KONNO <owa@bg.wakwak.com> 2.3-1vl5
- - updated minicom to 2.3
- - dropt minicom-drop-privs.patch
- - applied new versioning policy, spec in utf-8
- * Thu Sep 30 2004 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 2.1-0vl1
- - Initial build.
|