minicom-vl.spec 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. Name: minicom
  2. Version: 2.3
  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/download.php/123/%{name}-%{version}.tar.gz
  10. Patch0: minicom-drop-privs.patch
  11. BuildRoot: %{_tmppath}/%{name}-root
  12. BuildPreReq: gettext
  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. #%patch0 -p1
  20. %build
  21. %configure
  22. %__make
  23. %install
  24. %__rm -rf %{buildroot}
  25. %makeinstall
  26. %__install -d %{buildroot}%{_sysconfdir}
  27. touch %{buildroot}%{_sysconfdir}/minirc.dfl
  28. %__install -m 644 doc/minicom.users %{buildroot}%{_sysconfdir}
  29. %clean
  30. %__rm -rf %{buildroot}
  31. %files
  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. %{_datadir}/locale/*/LC_MESSAGES/*
  42. %changelog
  43. * Sat Oct 04 2008 Shu KONNO <owa@bg.wakwak.com> 2.3-1vl5
  44. - updated minicom to 2.3
  45. - dropt minicom-drop-privs.patch
  46. - applied new versioning policy, spec in utf-8
  47. * Thu Sep 30 2004 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 2.1-0vl1
  48. - Initial build.