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

Revision 521, 1.7 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: A handy little utility to display a tree view of directories.
2Summary(ja): ディレクトリのツリー構造を表示するお手軽ユーティリティ。
3Name: tree
4Version: 1.5.2.1
5Release: 1%{?_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* Tue Dec  2 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.5.2.1-1
47- new upstream release
48- spec in UTF-8
49
50* Mon May 19 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.5.1.1-1
51- new upstream release
52
53* Sun Sep 10 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.5.0-0vl2
54- changed Group to Applications/System
55
56* Fri Aug 20 2004 IKEDA Katsumi <ikeda@webmasters.gr.jp> 1.5.0-0vl1
57- Initial specfile
Note: See TracBrowser for help on using the repository browser.