uudeview-vl.spec 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. Summary: Transmits and receives binary files over electronic lines.
  2. Summary(ja): バイナリファイルの転送/受信用エンコーダ/デコーダ
  3. Name: uudeview
  4. Version: 0.5.20
  5. Release: 1%{?_dist_release}
  6. License: GPL
  7. Group: Applications/System
  8. URL: http://www.fpx.de/fp/Software/UUDeview/
  9. Source0: http://www.fpx.de/fp/Software/UUDeview/download/%{name}-%{version}.tar.gz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. Vendor: Project Vine
  12. Distribution: Vine Linux
  13. BuildRequires: tcl tk
  14. %description
  15. The uudeview package contains an encoder and a decoder, for
  16. transmitting and receiving binary files over electronic lines.
  17. UUDeview can handle uuencoding, xxencoding, and MIME Base64 encoding.
  18. The decoder automatically detects the type of encoding used, can
  19. handle any of the aforementioned encoding types, and was designed
  20. specifically to handle articles saved using news readers. The
  21. uudeview package is a must for anyone who does serious encoding and
  22. decoding. Note that this version is for glibc only.
  23. %description -l ja
  24. uudeview パッケージはバイナリファイルの転送/受信を行う際のエンコー
  25. ダ/デコーダを含んでいます。UUdeview では uuencoding, xxencoding,
  26. MIME Base64 encoding を扱えます。デコーダは使用されているエンコード
  27. の種類を自動判別して処理でき、ニュースリーダで保存した記事を扱える
  28. ように設計されています。uudeview パッケージはエンコードやデコードを
  29. 操作するのに必須のものです。
  30. %prep
  31. %setup -q
  32. %build
  33. %ifarch x86_64
  34. %configure \
  35. --enable-tcl=%{_libdir} \
  36. --enable-tk=%{_libdir} \
  37. --x-includes=%{_prefix}/X11R6/include \
  38. --x-libraries=%{_prefix}/X11R6/%{_lib}
  39. %else
  40. %configure
  41. %endif
  42. make
  43. %install
  44. rm -rf %{buildroot}
  45. make prefix=%{buildroot}%{_prefix} \
  46. BINDIR=%{buildroot}%{_bindir} \
  47. MANDIR=%{buildroot}%{_mandir} install
  48. %clean
  49. rm -rf %{buildroot}
  50. %files
  51. %defattr(-,root,root)
  52. %doc COPYING HISTORY IAFA-PACKAGE README doc uudeview.lsm
  53. %{_bindir}/uudeview
  54. %{_bindir}/uuenview
  55. %{_bindir}/uuwish
  56. %{_bindir}/xdeview
  57. %{_bindir}/minews
  58. %{_mandir}/man1/*
  59. %changelog
  60. * Mon Oct 13 2008 Shu KONNO <owa@bg.wakwak.com> 0.5.20-1vl5
  61. - applied new versioning policy, spec in utf-8
  62. * Fri Dec 21 2007 Shu KONNO <owa@bg.wakwak.com> 0.5.20-0vl4
  63. - updated %%configure
  64. * Thu Jul 27 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.5.20-0vl3
  65. - rebuilt for VineSeed (4.0)
  66. - added BuildRequires instead of Requires
  67. * Thu Dec 30 2004 OOI Keita <ooik.ovwqlsjxcqwg4dc@privango.jp> 0.5.20-0vl2
  68. - updated to new release 0.5.20
  69. - update %doc
  70. - add Requires:
  71. * Thu Feb 07 2002 Toru Sagami <sagami@vinelinux.org> 0.5.15-0vl1
  72. - updated to new release 0.5.15
  73. * Thu Feb 07 2002 Toru Sagami <sagami@vinelinux.org> 0.5.13-5vl2
  74. - install man pages into %%{_mandir}
  75. - fixed description.ja
  76. * Sat Jan 22 2000 Jun Nishii <jun@vinelinux.org>
  77. - build for Vine Linux 2.0
  78. - added Japanese Summary and description
  79. * Thu Jul 22 1999 Tim Powers <timp@redhat.com>
  80. - rebuilt for 6.1
  81. * Thu Apr 15 1999 Michael Maher <mike@redhat.com>
  82. - built package for 6.0
  83. * Tue Sep 15 1998 Michael Maher <mike@redhat.com>
  84. - built pacakge