tree-vl.spec 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. Summary: A handy little utility to display a tree view of directories.
  2. Summary(ja): ディレクトリのツリー構造を表示するお手軽ユーティリティ。
  3. Name: tree
  4. Version: 1.8.0
  5. Release: 1%{?_dist_release}
  6. Group: accessories
  7. Vendor: Project Vine
  8. Distribution: Vine Linux
  9. License: GPL2
  10. URL: http://mama.indstate.edu/users/ice/tree/
  11. Source: http://mama.indstate.edu/users/ice/tree/src/tree-%{version}.tgz
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. %description
  14. Tree is a recursive directory listing program that produces a depth indented
  15. listing of files, which is colorized ala dircolors if the LS_COLORS environment
  16. variable is set and output is to tty.
  17. %description -l ja
  18. tree は再帰的にディレクトリを表示するプログラムで、ディレクトリの深さに従って
  19. 字下げしたファイルの一覧を生成します。LS_COLORS 環境変数が設定されていた場合、
  20. dircolors の様式でカラー化して tty に出力します。
  21. %debug_package
  22. %prep
  23. %setup -q
  24. %build
  25. %{__make} prefix=%{_prefix} MANDIR=%{_mandir}/man1
  26. %install
  27. rm -rf $RPM_BUILD_ROOT
  28. %makeinstall MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1
  29. %clean
  30. rm -rf $RPM_BUILD_ROOT
  31. %files
  32. %defattr(-,root,root)
  33. %doc LICENSE
  34. %doc CHANGES README
  35. %{_bindir}/tree
  36. %{_mandir}/man1/tree.1*
  37. %changelog
  38. * Thu Mar 04 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.8.0-1
  39. - new upstream release.
  40. * Sat Dec 28 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.6.0-2
  41. - rebuild with VineSeed environment
  42. * Wed Oct 12 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> - 1.6.0-1
  43. - new upstream release
  44. * Tue Dec 2 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.5.2.1-1
  45. - new upstream release
  46. - spec in UTF-8
  47. * Mon May 19 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.5.1.1-1
  48. - new upstream release
  49. * Sun Sep 10 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.5.0-0vl2
  50. - changed Group to Applications/System
  51. * Fri Aug 20 2004 IKEDA Katsumi <ikeda@webmasters.gr.jp> 1.5.0-0vl1
  52. - Initial specfile