| 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 | |
|---|
| 16 | %description |
|---|
| 17 | Tree is a recursive directory listing program that produces a depth indented |
|---|
| 18 | listing of files, which is colorized ala dircolors if the LS_COLORS environment |
|---|
| 19 | variable is set and output is to tty. |
|---|
| 20 | |
|---|
| 21 | %description -l ja |
|---|
| 22 | tree は再帰的にディレクトリを表示するプログラムで、ディレクトリの深さに従って |
|---|
| 23 | 字下げしたファイルの一覧を生成します。LS_COLORS 環境変数が設定されていた場合、 |
|---|
| 24 | dircolors の様式でカラー化して tty に出力します。 |
|---|
| 25 | |
|---|
| 26 | %prep |
|---|
| 27 | %setup -q |
|---|
| 28 | |
|---|
| 29 | %build |
|---|
| 30 | %{__make} prefix=%{_prefix} MANDIR=%{_mandir}/man1 |
|---|
| 31 | |
|---|
| 32 | %install |
|---|
| 33 | rm -rf $RPM_BUILD_ROOT |
|---|
| 34 | %makeinstall MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1 |
|---|
| 35 | |
|---|
| 36 | %clean |
|---|
| 37 | rm -rf $RPM_BUILD_ROOT |
|---|
| 38 | |
|---|
| 39 | %files |
|---|
| 40 | %defattr(-,root,root) |
|---|
| 41 | %doc CHANGES LICENSE README |
|---|
| 42 | %{_bindir}/tree |
|---|
| 43 | %{_mandir}/man1/tree.1* |
|---|
| 44 | |
|---|
| 45 | %changelog |
|---|
| 46 | * Sat Dec 28 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.6.0-2 |
|---|
| 47 | - rebuild with VineSeed environment |
|---|
| 48 | |
|---|
| 49 | * Wed Oct 12 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> - 1.6.0-1 |
|---|
| 50 | - new upstream release |
|---|
| 51 | |
|---|
| 52 | * Tue Dec 2 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.5.2.1-1 |
|---|
| 53 | - new upstream release |
|---|
| 54 | - spec in UTF-8 |
|---|
| 55 | |
|---|
| 56 | * Mon May 19 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.5.1.1-1 |
|---|
| 57 | - new upstream release |
|---|
| 58 | |
|---|
| 59 | * Sun Sep 10 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.5.0-0vl2 |
|---|
| 60 | - changed Group to Applications/System |
|---|
| 61 | |
|---|
| 62 | * Fri Aug 20 2004 IKEDA Katsumi <ikeda@webmasters.gr.jp> 1.5.0-0vl1 |
|---|
| 63 | - Initial specfile |
|---|