lha-vl.spec 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. %define ac_date 20050924p1
  2. %define src_version %{version}-ac%{ac_date}
  3. Summary: LHa file archiving utility with compress (autoconfiscated)
  4. Summary(ja): 高圧縮アーカイバ (autoconf 版)
  5. Name: lha
  6. Version: 1.14i
  7. Release: 3%{?_dist_release}
  8. Group: Applications/Archiving
  9. License: distributable
  10. URL: http://lha.sourceforge.jp/
  11. Source: lha-%{src_version}.tar.gz
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. Vendor: Project Vine
  14. Distribution: Vine Linux
  15. %description
  16. LHa is a file archiving utility with high compression algorithm.
  17. %description -l ja
  18. LHa は効率の高い圧縮機能を持つファイルアーカイバです。
  19. -lh5-, -lh6-, -lh7- 圧縮形式での圧縮/展開が可能なアーカイバ
  20. LHa の UNIX 版の非正式 バージョンアップ版です。
  21. %prep
  22. %setup -q -n %{name}-%{src_version}
  23. %build
  24. %configure \
  25. --mandir=%{_mandir}/ja \
  26. --enable-multibyte-filename=auto \
  27. --enable-ignore-dot-files
  28. %__make
  29. %check
  30. %__make check
  31. %install
  32. %__rm -rf %{buildroot}
  33. %makeinstall mandir=%{buildroot}%{_mandir}/ja
  34. %clean
  35. %__rm -rf %{buildroot}
  36. %files
  37. %defattr(-,root,root)
  38. %doc ChangeLog
  39. %doc olddoc/change*.txt olddoc/{PROBLEMS,README,CHANGES}.euc
  40. %{_bindir}/lha
  41. %{_mandir}/ja/mann/lha.n*
  42. %changelog
  43. * Tue Apr 05 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.14i-3
  44. - rebuild for Vine Linux 6
  45. * Thu Oct 09 2008 Shu KONNO <owa@bg.wakwak.com> 1.14i-2
  46. - spec in utf-8
  47. * Sun May 11 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14i-1
  48. - applied new versioning policy
  49. * Fri Oct 20 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.14i-0vl9
  50. - [SECURITY] update to 1.14i-ac20050924p1
  51. - fix multiple issues (CVE-2006-4335, CVE-2006-4337, CVE-2006-4338)
  52. * Sat Oct 14 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.14i-0vl8
  53. - change source to autoconfiscated version
  54. - 1.14i-ac20050924
  55. - change URL
  56. - drop obsolete patches
  57. * Sun Sep 10 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14i-0vl7
  58. - changed Group to Applications/Archiving
  59. * Sat Sep 4 2004 SATO Masakiyo <info@pocomoco.net> 1.14i-0vl6
  60. - add patch 101 for CAN-2004-0694, CAN-2004-0745, CAN-2004-0769, CAN-2004-0771
  61. * Sun May 2 2004 IWAI, Masaharu <iwai@alib.jp> 1.14i-0vl5
  62. - [SECURITY FIX] CAN-2004-0234, CAN-2004-0235
  63. - add lha-114i-sec.patch (Patch100): from Red Hat Linux 9 lha-1.14i-9.1
  64. * Fri May 2 2003 IWAI Masaharu <iwai@alib.jp> 1.14i-0vl4
  65. - rebuild with new toolchain
  66. * Sat Feb 23 2002 Toru Sagami <sagami@vinelinux.org> 1.14i-0vl3
  67. - use distributed tar.gz
  68. * Sat Jan 13 2001 Toru Sagami <czs14350@mb.infoweb.ne.jp>
  69. - 1.14i-0vl2
  70. - use _mandir
  71. * Fri Oct 13 2000 Toru Sagami <czs14350@mb.infoweb.ne.jp>
  72. - 1.14i-0vl1
  73. - added lha-1.14i.patch from ad-hoc 114i.lzh onto 1.14h
  74. * Sun Jul 09 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
  75. - 1.14g-0vl2
  76. - fixed %files section to handle compressed man page
  77. * Tue May 16 2000 Lisa Sagami <czs14350@nifty.ne.jp>
  78. - 1.14g: supports -lh7-
  79. * Sat May 13 2000 Lisa Sagami <czs14350@nifty.ne.jp>
  80. - moved ja_JP.ujis -> ja
  81. - small fix: Vendor, Description and so on
  82. * Fri Dec 24 1999 Jun Nishii <jun@vinelinux.org>
  83. - change group
  84. * Tue Aug 31 1999 Norihito Ohmori <ohmori@flatout.org>
  85. - new versoin 1.14f
  86. * Thu Aug 10 1999 Norihito Ohmori <ohmori@flatout.org>
  87. - rebuild for new environment (glibc-2.1.x)