FD-vl.spec 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. Summary: file & directory maintenance tool for the UNIX based OS
  2. Summary(ja): ファイル & ディレクトリ管理ツール
  3. Name: FD
  4. Version: 3.01b
  5. Release: 1%{?_dist_release}
  6. Group: Applications/System
  7. Source: http://hp.vector.co.jp/authors/VA012337/soft/fd/FD-%{version}.tar.gz
  8. Source10: fd2rc.vine
  9. License: LICENSES FOR FDCLONE3 (see %{_docdir}/%{name}-%{version}/LICENSES)
  10. Patch: FD-3.00d-vine.patch
  11. BuildRequires: ncurses-devel
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. Provides: fdclone
  14. %description
  15. FDclone is a file & directory maintenance tool for the UNIX
  16. based OS. It is a clone of "FD" for MS-DOS.
  17. You can copy _fdrc or fd2rc.vine as the name of .fd2rc,
  18. and rewrite fdrc according to your environment.
  19. This package is unregistered and modified version of FD Clone 3.
  20. Original Author does not support this package.
  21. ** DO NOT REPORT BUGS TO ORIGINAL AUTHOR **
  22. %description -l ja
  23. FDclone はMS-DOS 用に作成された『FD』を模した、
  24. UNIX ベースの OS 汎用のファイル & ディレクトリ管理ツールです。
  25. _fdrc または fd2rc.vine を .fd2rc という名前でコピーし、fdrc を自分の環境に
  26. 応じて書き換えて設定します。
  27. このパッケージは FD Clone 3 の未登録で改変されたバージョンです。
  28. オリジナルの原作者はこのパッケージのサポートを行いません。
  29. ** 原作者へのバグレポートは行わないでください **
  30. %prep
  31. %setup
  32. %patch -p1 -b .vine
  33. %__cp -a %{SOURCE10} .
  34. %build
  35. %__make
  36. %install
  37. %__rm -rf $RPM_BUILD_ROOT
  38. %__mkdir -p $RPM_BUILD_ROOT%{_bindir}
  39. %__mkdir -p $RPM_BUILD_ROOT%{_mandir}/ja/man1
  40. %__make install PREFIX="$RPM_BUILD_ROOT/usr" \
  41. MANDIR=$RPM_BUILD_ROOT%{_mandir}/ja/man1 \
  42. EMANDIR=$RPM_BUILD_ROOT%{_mandir}/man1
  43. %clean
  44. %__rm -rf $RPM_BUILD_ROOT
  45. %files
  46. %defattr(-,root,root)
  47. %{_bindir}/fd
  48. %{_bindir}/fd-unicd.tbl
  49. %{_bindir}/fdsh
  50. %{_bindir}/fd-dict.tbl
  51. %{_bindir}//fd-cat.*
  52. %{_mandir}/ja/man1/*
  53. %doc FAQ FAQ.eng HISTORY HISTORY.eng Install Install.eng
  54. %doc LICENSES LICENSES.eng README README.eng TECHKNOW TECHKNOW.eng
  55. %doc ToAdmin ToAdmin.eng _fdrc
  56. %doc fd2rc.vine
  57. %changelog
  58. * Thu Jun 5 2014 Munehiro Yamamoto <munepi@vinelinux.org> 3.01b-1
  59. - new upstream release
  60. * Thu Jun 13 2013 Munehiro Yamamoto <munepi@vinelinux.org> 3.01a-1
  61. - new upstream release
  62. * Sat Aug 11 2012 Munehiro Yamamoto <munepi@vinelinux.org> 3.01-1
  63. - new upstream release
  64. * Sat Jun 30 2012 Munehiro Yamamoto <munepi@vinelinux.org> 3.00l-1
  65. - new upstream release
  66. * Sat Apr 21 2012 Munehiro Yamamoto <munepi@vinelinux.org> 3.00k-1
  67. - new upstream release
  68. * Thu Mar 31 2011 Munehiro Yamamoto <munepi@vinelinux.org> 3.00j-2
  69. - updated fd2rc.vine
  70. - added some Launcher settings:
  71. - for files with suffix as .tar.xz, xz
  72. - for ePub format (.epub), MS OOXML formats (.docx, .xslx, .pptx)
  73. - added some Archiver settings:
  74. - for files with suffix as .tar.xz
  75. - for ePub format (.epub), MS OOXML formats (.docx, .xslx, .pptx)
  76. * Mon Jan 03 2011 Munehiro Yamamoto <munepi@vinelinux.org> 3.00j-1
  77. - new upstream release
  78. * Sat Aug 21 2010 Munehiro Yamamoto <munepi@vinelinux.org> 3.00i-1
  79. - new upstream release
  80. - added BuildRequires: ncurses-devel
  81. * Sun Mar 29 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 3.00d-2
  82. - added Provides: fdclone
  83. - updated FD-3.00d-vine.patch: no changes fd.h
  84. - added fd2rc.vine
  85. - mentioned fd2rc.vine in %%description and %%description -l ja
  86. * Fri Feb 15 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 3.00d-1
  87. - new upstream release
  88. - apply new versioning policy
  89. - spec in utf-8
  90. - added FD-3.00d-vine.patch: updated FD-2.09f-vine.patch
  91. - fixed %%description and %%description -l ja: major version changes from 2 to 3
  92. * Fri Feb 15 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 2.09g-0vl1
  93. - source update
  94. - drop FD-2.08c-vine.patch
  95. - add FD-2.09f-vine.patch included in FD-2.09f-0vl1.src.rpm for Vine Linux 4.2
  96. - add %{_bindir}/fd-dict.tbl to %files
  97. * Sun Jun 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.08c-0vl1
  98. - fix wrong License.
  99. - change to FD License from GPL.
  100. - add disclaimer about modified version to %%description.
  101. * Thu Jun 08 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.06-1vl3
  102. - s/Copyright/License/
  103. - changed Group to Applications/File
  104. - installed man files to %{_mandir}
  105. * Wed Oct 06 2004 FUJIOKA Takeyuki <fuji@ftserve.net> 2.06
  106. - update to 2.06 for Vine-3.0
  107. * Wed Feb 27 2002 FUJIOKA Takeyuki <fujioka@bil.educ.fukushima-u.ac.jp>
  108. - 2.00a-1
  109. - packaged for Vine
  110. - default pager, editor and display mode changed