]> git.pld-linux.org Git - SPECS.git/blob - pydf.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / pydf.spec
1 Summary:        Fully colourised df clone written in Python
2 Summary(pl.UTF-8):      Kolorowy klon df napisany w Pythonie
3 Name:           pydf
4 Version:        0.9.8.5
5 Release:        1
6 License:        Public Domain
7 Group:          Applications/System
8 Source0:        http://melkor.dnp.fmph.uniba.sk/~garabik/pydf/%{name}_%{version}.tar.gz
9 # Source0-md5:  81af7f7f86bd8e18b192953dc19b4a38
10 URL:            http://melkor.dnp.fmph.uniba.sk/~garabik/pydf/
11 BuildRequires:  rpm-pythonprov
12 Requires:       python-modules
13 Requires:       python >= 1.5.2
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 pydf displays the amount of used and available space on your
18 filesystems, just like df, but in colours. The output format is
19 completely customizable.
20
21 %description -l pl.UTF-8
22 pydf wyświetla ilość wykorzystanego i dostępnego miejsca na systemach
23 plików, tak jak df, ale w kolorach. Format wyjściowy jest w pełni
24 konfigurowalny.
25
26 %prep
27 %setup -q
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir},%{_mandir}/man1}
32
33 install pydf    $RPM_BUILD_ROOT%{_bindir}
34 install pydfrc  $RPM_BUILD_ROOT%{_sysconfdir}
35 install pydf.1  $RPM_BUILD_ROOT%{_mandir}/man1
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc README
43 %attr(755,root,root) %{_bindir}/pydf
44 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pydfrc
45 %{_mandir}/man1/pydf.1*
This page took 0.400141 seconds and 3 git commands to generate.