]> git.pld-linux.org Git - packages/di.git/blob - di.spec
- fixed %%SOURCES problem.
[packages/di.git] / di.spec
1 Summary:        Disk Info 
2 Summary(pl):    Disk Info
3 Name:           di
4 Version:        2.3
5 Release:        1
6 License:        GPL
7 Group:          Applications/System
8 Group(de):      Applikationen/System
9 Group(pl):      Aplikacje/System
10 Source0:        %{name}-%{version}.tar.gz
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 'di' is a disk information utility, displaying everything (and more)
15 that your 'df' command does. It features the ability to display your
16 disk usage in whatever format you desire/prefer/are used to.
17
18 It is designed to be portable across many platforms.
19
20 %description -l pl
21 'di' jest narzêdziem udostêpniaj±cym informacje o dyskach istniej±cych
22 w systemie. Podobnie jak 'df' lecz w bardziej przystêpnej formie.
23
24 %prep
25 %setup -q 
26
27 %build
28 #cd $RPM_BUILD_DIR/%name-%version
29 ./configure --prefix=%{_prefix}
30 %{__make} RPM_OPT_FLAGS="%{rpmcflags}"
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 #cd $RPM_BUILD_DIR/%name-%version
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
37 %{__make} PREFIX=$RPM_BUILD_ROOT%{_prefix} MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1 install
38
39 gzip -9nf MANIFEST README
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc README.gz MANIFEST.gz
47 %attr(755,root,root) %{_bindir}/di
48 %{_mandir}/man1/di.*
This page took 0.031433 seconds and 4 git commands to generate.