]> git.pld-linux.org Git - packages/di.git/blame - di.spec
- tabs in preamble
[packages/di.git] / di.spec
CommitLineData
faf10230 1Summary: Disk Info - disk information utility
d4379d48 2Summary(pl.UTF-8): Disk Info - informacje o dyskach
b5e65f5c 3Name: di
472a476e 4Version: 4.9
90a455a7 5Release: 1
5125f1bd 6License: custom (see LICENSE* files)
95d6634b 7Group: Applications/System
faf10230 8Source0: http://www.gentoo.com/di/%{name}-%{version}.tar.gz
472a476e 9# Source0-md5: d71682678fc950b64f9ffff8a7587505
527c0eeb 10URL: http://www.gentoo.com/di/
db48ca71 11BuildRequires: gettext-devel
e10bf121 12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
b5e65f5c 13
b5e65f5c 14%description
830d72d5 15'di' is a disk information utility, displaying everything (and more)
16that your 'df' command does. It features the ability to display your
17disk usage in whatever format you desire/prefer/are used to.
b5e65f5c 18
19It is designed to be portable across many platforms.
20
7ea44af1
JR
21%description -l pl.UTF-8
22'di' jest narzędziem udostępniającym informacje o dyskach istniejących
23w systemie - podobnie jak 'df', lecz w bardziej przystępnej formie. Ma
24możliwość wyświetlania wykorzystania dysku w dowolnie wybranym
92866e68
JB
25formacie.
26
7ea44af1 27Jest zaprojektowane w sposób przenośny na wiele platform.
b5e65f5c 28
b5e65f5c 29%prep
5bbb837c 30%setup -q
b5e65f5c 31
32%build
5125f1bd 33%{__make} \
34 prefix=%{_prefix} \
35 CC="%{__cc}" \
36 CFLAGS="%{rpmcflags}"
b5e65f5c 37
38%install
830d72d5 39rm -rf $RPM_BUILD_ROOT
392dd63d 40install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
9f97f2f8
JB
41
42%{__make} install \
5125f1bd 43 prefix=$RPM_BUILD_ROOT%{_prefix} \
9f97f2f8 44 MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1
814c29eb 45
5125f1bd 46mv -f $RPM_BUILD_ROOT%{_datadir}/locale/{de_DE,de}
b5e65f5c 47
e154a07d 48%find_lang %{name}
49
b5e65f5c 50%clean
51rm -rf $RPM_BUILD_ROOT
52
e154a07d 53%files -f %{name}.lang
b5e65f5c 54%defattr(644,root,root,755)
5125f1bd 55%doc README MANIFEST LICENSE*
b5e65f5c 56%attr(755,root,root) %{_bindir}/di
1584bce1 57%attr(755,root,root) %{_bindir}/mi
95d6634b 58%{_mandir}/man1/di.*
This page took 0.112512 seconds and 4 git commands to generate.