minicom-vl.spec 1.7 KB

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