source: projects/specs/trunk/t/topless/topless-vl.spec @ 8975

Revision 8975, 1.4 KB checked in by inagaki, 10 years ago (diff)

2014-09-26 Ryoichi INAGAKI <ryo1@…>

  • advancecomp, gksu, libestr, topless: fixed Group
  • afio: updated


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