]> git.pld-linux.org Git - packages/filelight.git/blob - filelight.spec
- modyfing polish translation & formatting (removing empty lines)
[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 Url:            http://www.methylblue.com/filelight
9 Group:          X11/Applications
10 Source0:        http://www.methylblue.com/%{name}/%{name}-%{version}.tar.gz
11 # Source0-md5:  a45ded39158a3de9762aae1a8333f768
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_icondir="%{_pixmapsdir}"; export kde_icondir
39 kde_appsdir="%{_applnkdir}"; export kde_appsdir
40
41 %configure \
42         --prefix `kde-config --prefix`  \
43         --enable-final \
44         --disable-debug
45
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 %{__make} install \
52         DESTDIR=$RPM_BUILD_ROOT
53
54 %find_lang %{name} --with-kde
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files -f %{name}.lang
60 %defattr(644,root,root,755)
61 %attr(755,root,root) %{_bindir}/%{name}
62 %{_datadir}/apps/%{name}
63 %{_applnkdir}/Utilities/%{name}.desktop
64 %{_datadir}/config/%{name}rc
65 %{_pixmapsdir}/*/*/apps/%{name}.png
This page took 0.063687 seconds and 4 git commands to generate.