source: projects/specs/trunk/t/tree/tree-vl.spec @ 8067

Revision 8067, 1.9 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

Line 
1Summary: A handy little utility to display a tree view of directories.
2Summary(ja): ディレクトリのツリー構造を表示するお手軽ユーティリティ。
3Name: tree
4Version: 1.6.0
5Release: 2%{?_dist_release}
6License: GPL2
7Group: Applications/System
8Source: ftp://mama.indstate.edu/linux/tree/tree-%{version}.tgz
9URL: http://mama.indstate.edu/users/ice/tree/
10Buildroot: %{_tmppath}/%{name}-%{version}-root
11BuildRequires: glibc-devel
12Vendor: Project Vine
13Distribution: Vine Linux
14Packager: IKEDA Katsumi <ikeda@webmasters.gr.jp>
15
16%description
17Tree is a recursive directory listing program that produces a depth indented
18listing of files, which is colorized ala dircolors if the LS_COLORS environment
19variable is set and output is to tty.
20
21%description -l ja
22tree は再帰的にディレクトリを表示するプログラムで、ディレクトリの深さに従って
23字下げしたファイルの一覧を生成します。LS_COLORS 環境変数が設定されていた場合、
24dircolors の様式でカラー化して tty に出力します。
25
26%prep
27%setup -q
28
29%build
30%{__make} prefix=%{_prefix} MANDIR=%{_mandir}/man1
31
32%install
33rm -rf $RPM_BUILD_ROOT
34%makeinstall MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1
35
36%clean
37rm -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
Note: See TracBrowser for help on using the repository browser.