]> git.pld-linux.org Git - packages/filelight.git/blob - filelight.spec
- cosmetics, switched to iconsdir
[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 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %define         _htmldir        /usr/share/doc/kde/HTML
16
17 %description
18 Filelight graphically represents a file system as a set of concentric
19 segmented-rings, indicating where diskspace is being used. Segments
20 expanding from the center represent files (including directories),
21 with each segment's size being proportional to the file's size and
22 directories having child segments. Filelight performs a similar
23 function to KDirstat, but in a more compact fashion.
24
25 %description -l pl
26 Filelight przedstawia graficznie system plików jako zbiór koncentrycznych, 
27 posegmentowanych pier¶cieni, wskazuj±cych gdzie przestrzeñ dyskowa jest 
28 u¿ywana. Segmenty, rozchodz±ce siê od ¶rodka, reprezentuj± pliki (w³±czaj±c
29 w to katalogi), a rozmiar ka¿dego z nich jest proporcjonalny do rozmiaru pliku,
30 natomiast katalogi zawieraj± segmenty-dzieci. Filelight posiada funkcjonalno¶æ
31 zbli¿on± do KDirstat, ale w bardziej zwiêz³ej formie.
32
33 %prep
34 %setup -q
35
36 %build
37 kde_htmldir="%{_htmldir}"; export kde_htmldir
38 kde_appsdir="%{_applnkdir}"; export kde_appsdir
39
40 %configure \
41         --prefix `kde-config --prefix`  \
42         --enable-final \
43         --disable-debug
44
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
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 %{_applnkdir}/Utilities/%{name}.desktop
63 %{_datadir}/config/%{name}rc
64 %{_iconsdir}/*/*/apps/%{name}.png
This page took 0.025013 seconds and 3 git commands to generate.