Summary: Pretty version of df(1) command Summary(pl): Ładna wersja polecenia df(1) Name: discus Version: 0.2.9 Release: 1 License: GPL Group: Applications/Console Source0: http://www.raincrazy.com/software/discus/%{name}-%{version}.tar.gz # Source0-md5: bcc4a08d03a0952b0b744655c45b04b8 URL: http://www.raincrazy.com/software/discus/ Requires: python-modules BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Discus aims to make df prettier, with features such as color, graphs, and smart formatting of numbers (automatically choosing the most suitable size from kilobytes, megabytes, gigabytes, or terabytes). If you don't want Discus deciding the best sizes, you can also choose your own increments, along with specifying the number of decimal places you'd like to see. %description -l pl Discus zamierza uczynić df piękniejszym, poprzez kolor, wykresy i eleganckie formatowanie liczb (automatycznie wybierając najbardziej odpowiednią wielkość z kilobajtów, megabajtów, gigabajtów lub terabajtów). Jeżeli nie chcesz, żeby Discus decydował o najlepszej wielkości, możesz też wybrać własne przyrosty, po przez podanie liczby miejsc dziesiętnych, które chciałbyś widzieć. %prep %setup -q %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir},%{_mandir}/man1} install %{name} $RPM_BUILD_ROOT%{_bindir} install %{name}rc $RPM_BUILD_ROOT%{_sysconfdir} install %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1 %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc AUTHORS BUGS changelog README TODO %attr(755,root,root) %{_bindir}/* %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}rc %{_mandir}/man1/*