]> git.pld-linux.org Git - packages/filelight.git/blob - filelight.spec
- 1.0
[packages/filelight.git] / filelight.spec
1 Summary:        Graphical disk usage statistics
2 Summary(pl):    Graficzne statystyki zajêcia dysku
3 Name:           filelight
4 Version:        1.0
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://www.methylblue.com/filelight/packages/%{name}-%{version}.tar.bz2
9 # Source0-md5:  aa885e53e09f40e7fdd371395140b957
10 Source1:        http://www.methylblue.com/filelight/packages/%{name}-%{version}-i18n-20060901.tar.bz2
11 # Source1-md5:  7e556cbb36da96afa8105deb50840989
12 URL:            http://www.methylblue.com/filelight/
13 BuildRequires:  kdebase-devel >= 3.0
14 BuildRequires:  rpmbuild(macros) >= 1.129
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
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 -a1
35
36 %build
37 %{__make} -f admin/Makefile.common
38 %configure
39 %{__make}
40
41 cd %{name}-%{version}-i18n-20060901
42 %configure
43 cd po
44 find . -name '*.gmo' -exec rm {} \;
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 cd %{name}-%{version}-i18n-20060901/po
54 %{__make} install \
55         DESTDIR=$RPM_BUILD_ROOT
56 cd -
57
58 %find_lang %{name} --with-kde
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files -f %{name}.lang
64 %defattr(644,root,root,755)
65 %attr(755,root,root) %{_bindir}/%{name}
66 %{_desktopdir}/kde/*.desktop
67 %{_datadir}/apps/%{name}
68 %{_datadir}/config/*
69 %{_datadir}/services/*
70 %{_iconsdir}/*/*/*/*.png
71 %%attr(755,root,root) %{_libdir}/kde3/*.so
72 %{_libdir}/kde3/*.la
This page took 0.100702 seconds and 3 git commands to generate.