unarj-vl.spec 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. Summary: An uncompressor for .arj format archive files.
  2. Summary(ja): .arj フォーマットのアーカイブファイルの展開プログラム
  3. Name: unarj
  4. Version: 2.65
  5. Release: 2%{?_dist_release}
  6. Group: Applications/Archiving
  7. License: distributable
  8. Source: ftp://metalab.unc.edu/pub/Linux/utils/compress/unarj-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. %description
  11. The UNARJ program is used to uncompress .arj format archives. The
  12. .arj format archive was mostly used on DOS machines.
  13. Install the unarj package if you need to uncompress .arj format
  14. archives.
  15. %description -l ja
  16. unarj プログラムは .arj フォーマットのアーカイブ展開に使われます.
  17. .arj フォーマットアーカイブは主に DOS 機で使われるものです.
  18. .arj フォーマットのアーカイブを展開する必要がある場合は
  19. unarj パッケージをインストールして下さい.
  20. %prep
  21. %setup -q -n unarj-%{version}
  22. %build
  23. make clean
  24. make %{?_smp_mflags}
  25. %install
  26. [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
  27. mkdir -p $RPM_BUILD_ROOT%{_bindir}
  28. install -m 755 unarj $RPM_BUILD_ROOT%{_bindir}
  29. %clean
  30. [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
  31. %files
  32. %defattr(-,root,root)
  33. %doc *.txt
  34. %{_bindir}/unarj
  35. %changelog
  36. * Fri Jun 29 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.65-2
  37. - rebuilt with current environment
  38. * Sun Jun 21 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.65-1
  39. - new upstream release
  40. - spec in UTF-8
  41. * Tue Apr 29 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.63a-3
  42. - applied new versioning policy
  43. - added some files to %%doc
  44. * Sat Jan 14 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.63a-2vl3
  45. - fixed spec file encoding
  46. - s/Copyright/License/
  47. * Sun Dec 1 2002 Ryoichi INAGAKI <ryo1@bc.wakwak.com>
  48. - 2.63a-2vl2
  49. - fixed changelog
  50. * Sun Dec 1 2002 Ryoichi INAGAKI <ryo1@bc.wakwak.com>
  51. - 2.63a-2vl1
  52. - based on 2.63a-2 from Rawhide
  53. - Tue Nov 13 2002 Lon Hohberger <lhh@redhat.com>
  54. - Version 2.63a ships without docs.
  55. - Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  56. - automated rebuild
  57. - Thu May 23 2002 Tim Powers <timp@redhat.com>
  58. - automated rebuild
  59. - Wed Feb 27 2002 Trond Eivind Glomsrøä <teg@redhat.com> 2.43-10
  60. - Rebuild
  61. - Wed Jan 09 2002 Tim Powers <timp@redhat.com>
  62. - automated rebuild
  63. - Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
  64. - Bump release + rebuild.
  65. * Tue Dec 26 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
  66. - 2.43-6vl1
  67. - based on 2.43-6 from Rawhide
  68. - added Japanese summary and description
  69. - use better macros
  70. * Tue Aug 8 2000 Philipp Knirsch <pknirsch@redhat.com>
  71. - Bugfix for missing subdirectory creation during extract (#13297)
  72. - Compile warnings fixed
  73. * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
  74. - automatic rebuild
  75. * Sun Jun 11 2000 Bill Nottingham <notting@redhat.com>
  76. - rebuild in new environment
  77. * Mon Feb 14 2000 Bill Nottingham <notting@redhat.com>
  78. - Wow. We've been shipping i386 binaries on alpha for a while...
  79. * Fri Jul 30 1999 Bill Nottingham <notting@redhat.com>
  80. - update to 2.43
  81. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  82. - auto rebuild in the new build environment (release 9)
  83. * Thu Dec 17 1998 Michael Maher <mike@redhat.com>
  84. - built package for 6.0
  85. * Tue Aug 11 1998 Jeff Johnson <jbj@redhat.com>
  86. - build root
  87. * Mon Apr 27 1998 Prospector System <bugs@redhat.com>
  88. - translations modified for de, fr, tr
  89. * Wed Oct 22 1997 Otto Hammersmith <otto@redhat.com>
  90. - fixed src url
  91. * Fri Jul 18 1997 Erik Troan <ewt@redhat.com>
  92. - built against glibc