lha-vl.spec 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. %define git_date 20161015
  2. %define src_version %{version}-git%{git_date}
  3. Summary: LHa file archiving utility with compress (autoconfiscated)
  4. Summary(ja): 高圧縮アーカイバ (autoconf 版)
  5. Name: lha
  6. Version: 1.14i
  7. Release: 4.git%{git_date}%{?_dist_release}
  8. Group: Applications/Archiving
  9. License: distributable
  10. URL: http://lha.sourceforge.jp/
  11. Source: lha-%{src_version}.tar.xz
  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}
  23. %build
  24. autoreconf -f -i
  25. %configure \
  26. --mandir=%{_mandir}/ja \
  27. --enable-multibyte-filename=auto \
  28. --enable-ignore-dot-files
  29. %__make
  30. %check
  31. %__make check
  32. %install
  33. %__rm -rf %{buildroot}
  34. %makeinstall mandir=%{buildroot}%{_mandir}/ja
  35. %clean
  36. %__rm -rf %{buildroot}
  37. %files
  38. %defattr(-,root,root)
  39. %doc ChangeLog
  40. %doc olddoc/change*.txt olddoc/{PROBLEMS,README,CHANGES}.euc
  41. %{_bindir}/lha
  42. %{_mandir}/ja/man1/lha.1*
  43. %changelog
  44. * Sun May 7 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.14i-4.git20161015
  45. - updated to git HEAD.
  46. * Tue Apr 05 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.14i-3
  47. - rebuild for Vine Linux 6
  48. * Thu Oct 09 2008 Shu KONNO <owa@bg.wakwak.com> 1.14i-2
  49. - spec in utf-8
  50. * Sun May 11 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14i-1
  51. - applied new versioning policy
  52. * Fri Oct 20 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.14i-0vl9
  53. - [SECURITY] update to 1.14i-ac20050924p1
  54. - fix multiple issues (CVE-2006-4335, CVE-2006-4337, CVE-2006-4338)
  55. * Sat Oct 14 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.14i-0vl8
  56. - change source to autoconfiscated version
  57. - 1.14i-ac20050924
  58. - change URL
  59. - drop obsolete patches
  60. * Sun Sep 10 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14i-0vl7
  61. - changed Group to Applications/Archiving
  62. * Sat Sep 4 2004 SATO Masakiyo <info@pocomoco.net> 1.14i-0vl6
  63. - add patch 101 for CAN-2004-0694, CAN-2004-0745, CAN-2004-0769, CAN-2004-0771
  64. * Sun May 2 2004 IWAI, Masaharu <iwai@alib.jp> 1.14i-0vl5
  65. - [SECURITY FIX] CAN-2004-0234, CAN-2004-0235
  66. - add lha-114i-sec.patch (Patch100): from Red Hat Linux 9 lha-1.14i-9.1
  67. * Fri May 2 2003 IWAI Masaharu <iwai@alib.jp> 1.14i-0vl4
  68. - rebuild with new toolchain
  69. * Sat Feb 23 2002 Toru Sagami <sagami@vinelinux.org> 1.14i-0vl3
  70. - use distributed tar.gz
  71. * Sat Jan 13 2001 Toru Sagami <czs14350@mb.infoweb.ne.jp>
  72. - 1.14i-0vl2
  73. - use _mandir
  74. * Fri Oct 13 2000 Toru Sagami <czs14350@mb.infoweb.ne.jp>
  75. - 1.14i-0vl1
  76. - added lha-1.14i.patch from ad-hoc 114i.lzh onto 1.14h
  77. * Sun Jul 09 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
  78. - 1.14g-0vl2
  79. - fixed %files section to handle compressed man page
  80. * Tue May 16 2000 Lisa Sagami <czs14350@nifty.ne.jp>
  81. - 1.14g: supports -lh7-
  82. * Sat May 13 2000 Lisa Sagami <czs14350@nifty.ne.jp>
  83. - moved ja_JP.ujis -> ja
  84. - small fix: Vendor, Description and so on
  85. * Fri Dec 24 1999 Jun Nishii <jun@vinelinux.org>
  86. - change group
  87. * Tue Aug 31 1999 Norihito Ohmori <ohmori@flatout.org>
  88. - new versoin 1.14f
  89. * Tue Aug 10 1999 Norihito Ohmori <ohmori@flatout.org>
  90. - rebuild for new environment (glibc-2.1.x)