]> git.pld-linux.org Git - packages/discus.git/blob - discus.spec
- proper requires
[packages/discus.git] / discus.spec
1 Summary:        Pretty version of df(1) command
2 Summary(pl):    £adna wersja polecenia df(1)
3 Name:           discus
4 Version:        0.2.9
5 Release:        1
6 License:        GPL
7 Group:          Applications/Console
8 Source0:        http://www.raincrazy.com/software/discus/%{name}-%{version}.tar.gz
9 # Source0-md5:  bcc4a08d03a0952b0b744655c45b04b8
10 URL:            http://www.raincrazy.com/software/discus/
11 Requires:       python-modules
12 BuildArch:      noarch
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Discus aims to make df prettier, with features such as color, graphs,
17 and smart formatting of numbers (automatically choosing the most
18 suitable size from kilobytes, megabytes, gigabytes, or terabytes). If
19 you don't want Discus deciding the best sizes, you can also choose
20 your own increments, along with specifying the number of decimal
21 places you'd like to see.
22
23 %description -l pl
24 Discus zamierza uczyniæ df piêkniejszym, poprzez kolor, wykresy i
25 eleganckie formatowanie liczb (automatycznie wybieraj±c najbardziej
26 odpowiedni± wielko¶æ z kilobajtów, megabajtów, gigabajtów lub
27 terabajtów). Je¿eli nie chcesz, ¿eby Discus decydowa³ o najlepszej
28 wielko¶ci, mo¿esz te¿ wybraæ w³asne przyrosty, po przez podanie
29 liczby miejsc dziesiêtnych, które chcia³by¶ widzieæ.
30
31 %prep
32 %setup -q
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir},%{_mandir}/man1}
37
38 install %{name}         $RPM_BUILD_ROOT%{_bindir}
39 install %{name}rc       $RPM_BUILD_ROOT%{_sysconfdir}
40 install %{name}.1       $RPM_BUILD_ROOT%{_mandir}/man1
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc AUTHORS BUGS changelog README TODO
48 %attr(755,root,root) %{_bindir}/*
49 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}rc
50 %{_mandir}/man1/*
This page took 0.074862 seconds and 3 git commands to generate.