tree-vl.spec 1.9 KB

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