]> git.pld-linux.org Git - packages/filelight.git/blob - filelight.spec
- fixed Source0
[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
10 Group:          X11/Applications
11 Source0:        http://www.methylblue.com/%{name}/%{name}-%{version}.tar.gz
12 # Source0-md5:  a45ded39158a3de9762aae1a8333f768
13 BuildRequires:  kdebase-devel >= 3.0
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16
17
18 %define         _htmldir        /usr/share/doc/kde/HTML
19
20 %description
21 Filelight graphically represents a file system as a set of concentric
22 segmented-rings, indicating where diskspace is being used. Segments
23 expanding from the center represent files (including directories),
24 with each segment's size being proportional to the file's size and
25 directories having child segments. Filelight performs a similar
26 function to KDirstat, but in a more compact fashion.
27
28 %description -l pl
29 Filelight przedstawia graficznie objeto¶æ systemu plików.
30
31 %prep
32 %setup -q
33
34
35 %build
36 kde_htmldir="%{_htmldir}"; export kde_htmldir
37 kde_icondir="%{_pixmapsdir}"; export kde_icondir
38 kde_appsdir="%{_applnkdir}"; export kde_appsdir
39
40
41 %configure \
42         --prefix `kde-config --prefix`  \
43         --enable-final \
44         --disable-debug
45
46 %{__make}
47
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54
55
56 %find_lang %{name} --with-kde
57
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62
63 %files -f %{name}.lang
64 %defattr(644,root,root,755)
65 %attr(755,root,root) %{_bindir}/%{name}
66 %{_datadir}/apps/%{name}
67 %{_applnkdir}/Utilities/%{name}.desktop
68 %{_datadir}/config/%{name}rc
69 %{_pixmapsdir}/*/*/apps/%{name}.png
This page took 0.093607 seconds and 4 git commands to generate.