]> git.pld-linux.org Git - SPECS.git/blob - screenie.spec
SPECS updated Sun 1 Aug 20:13:02 CEST 2021
[SPECS.git] / screenie.spec
1 Summary:        Lightweight screen(1) frontend
2 Summary(pl.UTF-8):      Lekki frontend do programu screen(1)
3 Name:           screenie
4 Version:        1.30.0
5 Release:        1
6 License:        GPL v2
7 Group:          Applications
8 Source0:        http://pubwww.fhzh.ch/~mgloor/data/%{name}-%{version}.tar.gz
9 # Source0-md5:  bdd72ff7655c1ec24bb019cccffce7d3
10 URL:            http://pubwww.fhzh.ch/~mgloor/screenie.html
11 Requires:       screen
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Screenie is a small and lightweight GNU screen(1) frontend that is
16 designed to be a session handler that simplifies the process of
17 administrating detached jobs by providing an interactive menu.
18
19 %description -l pl.UTF-8
20 Screenie to mały i lekki frontend do programu GNU screen(1)
21 zaprojektowany do obsługi sesji upraszczający proces administrowania
22 odłączonymi zadaniami poprzez interaktywne menu.
23
24 %prep
25 %setup -q
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
30
31 install %{name} $RPM_BUILD_ROOT%{_bindir}
32 install screenie.1 $RPM_BUILD_ROOT%{_mandir}/man1
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %doc AUTHORS ChangeLog README TODO
40 %attr(755,root,root) %{_bindir}/*
41 %{_mandir}/man1/screenie.1*
This page took 0.076827 seconds and 3 git commands to generate.