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