]> git.pld-linux.org Git - packages/filelight.git/blob - filelight.spec
- fix problems with autoconf 2.60 which creates configure that runs in POSIX mode
[packages/filelight.git] / filelight.spec
1 Summary:        Graphical disk usage statistics
2 Summary(pl):    Graficzne statystyki zajêcia dysku
3 Name:           filelight
4 Version:        0.6.4
5 Release:        1
6 License:        GPL
7 Vendor:         Max Howell <max.howell@methylblue.com>
8 Group:          X11/Applications
9 Source0:        http://www.methylblue.com/filelight/%{name}-%{version}.tar.gz
10 # Source0-md5:  a45ded39158a3de9762aae1a8333f768
11 URL:            http://www.methylblue.com/filelight/
12 BuildRequires:  kdebase-devel >= 3.0
13 BuildRequires:  rpmbuild(macros) >= 1.129
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Filelight graphically represents a file system as a set of concentric
18 segmented-rings, indicating where diskspace is being used. Segments
19 expanding from the center represent files (including directories),
20 with each segment's size being proportional to the file's size and
21 directories having child segments. Filelight performs a similar
22 function to KDirstat, but in a more compact fashion.
23
24 %description -l pl
25 Filelight przedstawia graficznie system plików jako zbiór koncentrycznych, 
26 posegmentowanych pier¶cieni, wskazuj±cych gdzie przestrzeñ dyskowa jest 
27 u¿ywana. Segmenty, rozchodz±ce siê od ¶rodka, reprezentuj± pliki (w³±czaj±c
28 w to katalogi), a rozmiar ka¿dego z nich jest proporcjonalny do rozmiaru pliku,
29 natomiast katalogi zawieraj± segmenty-dzieci. Filelight posiada funkcjonalno¶æ
30 zbli¿on± do KDirstat, ale w bardziej zwiêz³ej formie.
31
32 %prep
33 %setup -q
34
35 %build
36 kde_htmldir="%{_kdedocdir}"; export kde_htmldir
37 %configure \
38         --prefix `kde-config --prefix`  \
39         --enable-final \
40         --disable-debug
41
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 install -d $RPM_BUILD_ROOT%{_desktopdir}
51 mv -f $RPM_BUILD_ROOT{%{_datadir}/Utilities,%{_desktopdir}}/%{name}.desktop
52
53 %find_lang %{name} --with-kde
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files -f %{name}.lang
59 %defattr(644,root,root,755)
60 %attr(755,root,root) %{_bindir}/%{name}
61 %{_datadir}/apps/%{name}
62 %{_desktopdir}/%{name}.desktop
63 %{_datadir}/config/%{name}rc
64 %{_iconsdir}/*/*/apps/%{name}.png
This page took 0.132795 seconds and 3 git commands to generate.