]> git.pld-linux.org Git - packages/pydf.git/blob - pydf.spec
- release 3
[packages/pydf.git] / pydf.spec
1 Summary:        Fully colourised df clone written in python
2 Summary(pl):    Kolorowy klon df napisany w pythonie
3 Name:           pydf
4 Version:        0.9.6
5 Release:        3
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:  bcb11691df8d7621c3071f96342863fe
10 URL:            http://melkor.dnp.fmph.uniba.sk/~garabik/pydf/
11 Requires:       python >= 1.5.2
12 Requires:       python-modules
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 pydf displays the amount of used and available space on your
17 filesystems, just like df, but in colours. The output format is
18 completely customizable.
19
20 %description -l pl
21 pydf wy¶wietla ilo¶æ wykorzystanego i dostêpnego miejsca na systemach
22 plików, tak jak df, ale w kolorach. Format wyj¶ciowy jest w pe³ni
23 konfigurowalny.
24
25 %prep
26 %setup -q
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir},%{_mandir}/man1}
31
32 install pydf   $RPM_BUILD_ROOT%{_bindir}
33 install pydfrc $RPM_BUILD_ROOT%{_sysconfdir}
34 install pydf.1 $RPM_BUILD_ROOT%{_mandir}/man1
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc README
42 %attr(755,root,root) %{_bindir}/pydf
43 %config %{_sysconfdir}/pydfrc
44
45 %{_mandir}/man1/pydf.1*
This page took 0.575981 seconds and 3 git commands to generate.