source: projects/specs/branches/6/t/topless/topless-vl.spec @ 2569

Revision 2569, 1.3 KB checked in by iwaim, 13 years ago (diff)

new topless

Line 
1Summary: display command output on the whole screen like ``top''
2Name: topless
3Version: 1.53
4Release: 1%{?_dist_release}
5Source0: http://people.freebsd.org/~daichi/src/topless
6Source1: http://people.freebsd.org/~daichi/src/topless-1.52.tar.gz
7Source2: LICENSE.topless
8License: modified BSD-style
9Group: Applications/Utils
10Url: http://www.ongs.net/daichi/
11BuildRoot: %{_tmppath}/%{name}-%{version}-root
12BuildArch: noarch
13BuildRequires: perl
14
15Distribution: Vine Linux
16Vendor: Project Vine
17Packager: iwaim
18
19%description
20TOPLESS reads various command output, displays it on the whole screen
21(like "less"), and periodically updates it like "top".
22
23TOPLESS can be used with almost every sort of command,
24but is particularly useful when used with the command
25to monitor the system, such as "ps", "netstat" or "fstat".
26
27%prep
28%setup -T -a 1 -c %{name}-%{version}
29%{__cp} %{SOURCE2} LICENSE
30
31%install
32%{__rm} -rf %{buildroot}
33%{__mkdir_p} %{buildroot}%{_bindir}
34%{__mkdir_p} %{buildroot}%{_mandir}/man1
35%__install -m0755 %{SOURCE0} %{buildroot}%{_bindir}
36pod2man topless-1.52/topless.pod > %{buildroot}%{_mandir}/man1/topless.1
37
38%clean
39%{__rm} -rf %{buildroot}
40
41%files
42%defattr(-,root,root,-)
43%doc LICENSE
44%{_bindir}/topless
45%{_mandir}/man1/topless.1*
46
47%changelog
48* Sun Jan 23 2011 IWAI, Masaharu <iwai@alib.jp> 1.53-1
49- initial release
Note: See TracBrowser for help on using the repository browser.