]> git.pld-linux.org Git - packages/di.git/blame - di.spec
- updated gettext BR
[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
0affe9a0 4Version: 4.31
90a455a7 5Release: 1
5125f1bd 6License: custom (see LICENSE* files)
95d6634b 7Group: Applications/System
faf10230 8Source0: http://www.gentoo.com/di/%{name}-%{version}.tar.gz
0affe9a0 9# Source0-md5: f324ec49888c6c642c998ee8c3a8ce21
527c0eeb 10URL: http://www.gentoo.com/di/
369a747e 11BuildRequires: gettext-tools
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 21%description -l pl.UTF-8
4a899d25 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
25formacie.
92866e68 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} \
5125f1bd 34 CC="%{__cc}" \
1e89cac7 35 CFLAGS="%{rpmcflags}"
b5e65f5c 36
37%install
830d72d5 38rm -rf $RPM_BUILD_ROOT
392dd63d 39install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
9f97f2f8
JB
40
41%{__make} install \
5125f1bd 42 prefix=$RPM_BUILD_ROOT%{_prefix} \
9f97f2f8 43 MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1
814c29eb 44
e154a07d 45%find_lang %{name}
46
b5e65f5c 47%clean
48rm -rf $RPM_BUILD_ROOT
49
e154a07d 50%files -f %{name}.lang
b5e65f5c 51%defattr(644,root,root,755)
5125f1bd 52%doc README MANIFEST LICENSE*
b5e65f5c 53%attr(755,root,root) %{_bindir}/di
1584bce1 54%attr(755,root,root) %{_bindir}/mi
42c1dbf7 55%{_mandir}/man1/di.1*
This page took 0.059835 seconds and 4 git commands to generate.