lrzsz-vl.spec 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. Summary: The lrz and lsz modem communications programs.
  2. Name: lrzsz
  3. Version: 0.12.20
  4. Release: 13%{?_dist_release}
  5. License: GPL
  6. Group: Applications/Communications
  7. Source: http://www.ohse.de/uwe/releases/lrzsz-0.12.20.tar.gz
  8. Patch1: lrzsz-0.12.20-glibc21.patch
  9. Url: http://www.ohse.de/uwe/software/lrzsz.html
  10. BuildRoot: %{_tmppath}/%{name}-root
  11. %description
  12. Lrzsz (consisting of lrz and lsz) is a cosmetically modified
  13. zmodem/ymodem/xmodem package built from the public-domain version of
  14. the rzsz package. Lrzsz was created to provide a working GNU
  15. copylefted Zmodem solution for Linux systems.
  16. %prep
  17. %setup -q
  18. %patch1 -p1 -b .glibc21
  19. %build
  20. %configure --disable-pubdir \
  21. --enable-syslog \
  22. --program-transform-name=s/l//
  23. make
  24. %install
  25. rm -rf $RPM_BUILD_ROOT
  26. %makeinstall
  27. %find_lang %{name}
  28. %clean
  29. rm -rf $RPM_BUILD_ROOT
  30. %files -f %{name}.lang
  31. %defattr(-,root,root)
  32. %{_bindir}/*
  33. %{_mandir}/*/*
  34. %changelog
  35. * Fri Oct 03 2008 Shu KONNO <owa@bg.wakwak.com> 0.12.20-13vl5
  36. - applied new versioning policy
  37. * Tue Feb 26 2002 Than Ngo <than@redhat.com> 0.12.20-12
  38. - rebuild
  39. * Wed Jan 09 2002 Tim Powers <timp@redhat.com>
  40. - automated rebuild
  41. * Fri Aug 10 2001 Than Ngo <than@redhat.com> 0.12.20-10
  42. - Copyright->License
  43. - use %%find_lang
  44. * Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
  45. - Bump release + rebuild.
  46. * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
  47. - automatic rebuild
  48. * Sun Jun 18 2000 Than Ngo <than@redhat.de>
  49. - use RPM macros
  50. * Sat May 27 2000 Ngo Than <than@redhat.de>
  51. - rebuild for 7.0
  52. - cleanup specfile
  53. - add Url
  54. - put man pages to correct place
  55. * Tue Mar 7 2000 Jeff Johnson <jbj@redhat.com>
  56. - rebuild for sparc baud rates > 38400.
  57. * Sat Feb 05 2000 Preston Brown <pbrown@redhat.com>
  58. - rebuild to compress man pages, get new description
  59. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  60. - auto rebuild in the new build environment (release 2)
  61. * Mon Mar 08 1999 Preston Brown <pbrown@redhat.com>
  62. - upgraded to 0.12.20, i18n translations included.
  63. * Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
  64. - Injected new description and group.
  65. * Fri Dec 18 1998 Preston Brown <pbrown@redhat.com>
  66. - bumped spec number for initial rh 6.0 build
  67. * Sun Aug 16 1998 Jeff Johnson <jbj@redhat.com>
  68. - build root
  69. * Thu May 07 1998 Prospector System <bugs@redhat.com>
  70. - translations modified for de, fr, tr
  71. * Tue Oct 21 1997 Donnie Barnes <djb@redhat.com>
  72. - spec file cleanups
  73. * Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
  74. - built against glibc
  75. * Wed Mar 5 1997 msf@redhat.com <Michael Fulbright>
  76. - Upgraded to 0.12.14 and changed makefiles so gettext isnt built.