minicom-vl.spec 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. Name: minicom
  2. Version: 2.7
  3. Release: 1%{?_dist_release}
  4. Vendor: Project Vine
  5. Distribution: Vine Linux
  6. License: GPL
  7. Group: Applications/Communications
  8. URL: http://alioth.debian.org/projects/minicom/
  9. Source0: http://alioth.debian.org/frm/download.php/3195/%{name}-%{version}.tar.gz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: gettext
  12. BuildRequires: ncurses-devel
  13. Summary: friendly menu driven serial communication program
  14. %description
  15. Minicom is a menu driven communications program. It emulates ANSI and
  16. VT102 terminals. It has a dialing directory and auto zmodem download.
  17. %prep
  18. %setup -q
  19. %build
  20. %configure
  21. %__make
  22. %install
  23. %__rm -rf %{buildroot}
  24. %makeinstall
  25. %__install -d %{buildroot}%{_sysconfdir}
  26. touch %{buildroot}%{_sysconfdir}/minirc.dfl
  27. ##%__install -m 644 doc/minicom.users %{buildroot}%{_sysconfdir}
  28. %find_lang %{name}
  29. %clean
  30. %__rm -rf %{buildroot}
  31. %files -f %{name}.lang
  32. %defattr(-,root,root)
  33. %doc ABOUT-NLS AUTHORS COPYING ChangeLog FILE_ID.DIZ INSTALL NEWS README TODO
  34. %doc doc extras
  35. %config %{_sysconfdir}/*
  36. %attr(2755,root,uucp) %{_bindir}/minicom
  37. %{_bindir}/runscript
  38. %{_bindir}/xminicom
  39. %{_bindir}/ascii-xfr
  40. %{_mandir}/man?/*
  41. %changelog
  42. * Tue Sep 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.0-1
  43. - update to 2.7
  44. * Sun Dec 01 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.2-1
  45. - new upstream release
  46. * Mon Jan 07 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.1-1
  47. - update to 2.6.1
  48. * Mon Mar 07 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.5-1
  49. - new upstream release
  50. * Mon Jul 19 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4-1
  51. - new upstream release
  52. - add BuildRequires: ncurses-devel
  53. * Sat Oct 04 2008 Shu KONNO <owa@bg.wakwak.com> 2.3-1vl5
  54. - updated minicom to 2.3
  55. - dropt minicom-drop-privs.patch
  56. - applied new versioning policy, spec in utf-8
  57. * Thu Sep 30 2004 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 2.1-0vl1
  58. - Initial build.