macutils-vl.spec 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. Summary: Utilities for manipulating Macintosh file formats.
  2. Summary(ja): Macintosh のファイル形式を扱うユーティリティ
  3. Name: macutils
  4. Version: 2.0b3
  5. Release: 14%{?_dist_release}
  6. License: disributable
  7. Group: Applications/System
  8. Source: ftp://sunsite.unc.edu/pub/Linux/utils/compress/macutils.tar.gz
  9. Patch0: macutils-misc.patch
  10. Patch1: macutils-binhex.patch
  11. Patch2: macutils-warnfix.patch
  12. Patch3: macutils-gcc4.patch
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  14. %description
  15. The macutils package includes a set of utilities for manipulating
  16. files that are commonly used by Macintosh machines. Macutils includes
  17. utilities like binhex, hexbin, macunpack, etc.
  18. Install macutils if you need to manipulate files that are commonly used
  19. by Macintosh machines.
  20. %description -l ja
  21. macutils パッケージには, Macintosh で一般的に利用されている
  22. ファイル形式を扱うユーティリティが収められています.
  23. 例えば binhex, hexbin, macunpack などが収録されています.
  24. Macintosh のファイル形式を使う必要があれば macutils パッケージを
  25. インストールして下さい.
  26. %prep
  27. %setup -q -n macutils
  28. %patch0 -p1 -b .misc
  29. %patch1 -p1 -b .binhex
  30. %patch2 -p1 -b .warnfix
  31. %patch3 -p1 -b .gcc4
  32. %build
  33. make
  34. %install
  35. rm -rf $RPM_BUILD_ROOT
  36. mkdir -p $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
  37. make BINDIR=$RPM_BUILD_ROOT%{_bindir} install
  38. cp man/* $RPM_BUILD_ROOT%{_mandir}/man1
  39. %clean
  40. rm -rf $RPM_BUILD_ROOT
  41. %files
  42. %defattr(-,root,root)
  43. %doc README
  44. %{_bindir}/macunpack
  45. %{_bindir}/hexbin
  46. %{_bindir}/macsave
  47. %{_bindir}/macstream
  48. %{_bindir}/binhex
  49. %{_bindir}/tomac
  50. %{_bindir}/frommac
  51. %{_mandir}/man1/binhex.1*
  52. %{_mandir}/man1/frommac.1*
  53. %{_mandir}/man1/hexbin.1*
  54. %{_mandir}/man1/macsave.1*
  55. %{_mandir}/man1/macstream.1*
  56. %{_mandir}/man1/macunpack.1*
  57. %{_mandir}/man1/macutil.1*
  58. %{_mandir}/man1/tomac.1*
  59. %changelog
  60. * Sat Oct 04 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0b3-14
  61. - spec in UTF-8
  62. * Thu Apr 17 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0b3-13
  63. - rebuilt
  64. * Mon May 21 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0b3-12vl6
  65. - rebuilt with new toolchain
  66. - imported Patch[123] from 2.0b3-32.2.1
  67. * Fri Oct 13 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0b3-12vl5
  68. - s/Copyright/License/
  69. * Fri Oct 22 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0b3-12vl4
  70. - rebuilt with current VineSeed environment
  71. * Sun Jan 21 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
  72. - 2.0b3-12vl3
  73. - modified Patch0 to allow non-root users' rebuild
  74. - use better macros (%%{_tmppath}, %%{_bindir}, %%{_mandir})
  75. * Mon Sep 04 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
  76. - 2.0b3-12vl2
  77. - modified %files section to handle compressed man page(s)
  78. * Sun Mar 12 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
  79. - 2.0b3-12vl1
  80. - based on 2.0b3-12 from LinuxPPC Developer Reference Release 1.1
  81. - added Japanese summary/description
  82. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  83. - auto rebuild in the new build environment (release 12)
  84. * Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
  85. - Injected new description and group.
  86. * Fri Dec 18 1998 Preston Brown <pbrown@redhat.com>
  87. - bumped spec number for initial rh 6.0 build
  88. * Sun Aug 16 1998 Jeff Johnson <jbj@redhat.com>
  89. - build root
  90. * Mon Apr 27 1998 Prospector System <bugs@redhat.com>
  91. - translations modified for de, fr, tr
  92. * Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
  93. - built against glibc