]> git.pld-linux.org Git - packages/filelight.git/blame - filelight.spec
- tabs in preamble
[packages/filelight.git] / filelight.spec
CommitLineData
771fd8c3 1Summary: Graphical disk usage statistics
ecdf6a5b 2Summary(pl.UTF-8): Graficzne statystyki zajęcia dysku
771fd8c3 3Name: filelight
a9dfd8bc 4Version: 1.0
771fd8c3 5Release: 1
6License: GPL
771fd8c3 7Group: X11/Applications
a9dfd8bc 8Source0: http://www.methylblue.com/filelight/packages/%{name}-%{version}.tar.bz2
9# Source0-md5: aa885e53e09f40e7fdd371395140b957
10Source1: http://www.methylblue.com/filelight/packages/%{name}-%{version}-i18n-20060901.tar.bz2
11# Source1-md5: 7e556cbb36da96afa8105deb50840989
60a61eb5 12Patch0: kde-ac260-lt.patch
42d9d17e 13URL: http://www.methylblue.com/filelight/
771fd8c3 14BuildRequires: kdebase-devel >= 3.0
ec82676e 15BuildRequires: rpmbuild(macros) >= 1.129
771fd8c3 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
771fd8c3 18%description
19Filelight graphically represents a file system as a set of concentric
20segmented-rings, indicating where diskspace is being used. Segments
21expanding from the center represent files (including directories),
22with each segment's size being proportional to the file's size and
23directories having child segments. Filelight performs a similar
24function to KDirstat, but in a more compact fashion.
25
f2a31f72
JR
26%description -l pl.UTF-8
27Filelight przedstawia graficznie system plików jako zbiór koncentrycznych,
28posegmentowanych pierścieni, wskazujących gdzie przestrzeń dyskowa jest
29używana. Segmenty, rozchodzące się od środka, reprezentują pliki (włączając
30w to katalogi), a rozmiar każdego z nich jest proporcjonalny do rozmiaru pliku,
31natomiast katalogi zawierają segmenty-dzieci. Filelight posiada funkcjonalność
32zbliżoną do KDirstat, ale w bardziej zwięzłej formie.
771fd8c3 33
34%prep
a9dfd8bc 35%setup -q -a1
60a61eb5 36%patch0 -p1
771fd8c3 37
771fd8c3 38%build
a9dfd8bc 39%{__make} -f admin/Makefile.common
40%configure
41%{__make}
771fd8c3 42
a9dfd8bc 43cd %{name}-%{version}-i18n-20060901
44%configure
45cd po
46find . -name '*.gmo' -exec rm {} \;
771fd8c3 47%{__make}
48
771fd8c3 49%install
50rm -rf $RPM_BUILD_ROOT
51
52%{__make} install \
53 DESTDIR=$RPM_BUILD_ROOT
54
a9dfd8bc 55cd %{name}-%{version}-i18n-20060901/po
56%{__make} install \
57 DESTDIR=$RPM_BUILD_ROOT
58cd -
ec82676e 59
771fd8c3 60%find_lang %{name} --with-kde
61
771fd8c3 62%clean
63rm -rf $RPM_BUILD_ROOT
64
771fd8c3 65%files -f %{name}.lang
66%defattr(644,root,root,755)
67%attr(755,root,root) %{_bindir}/%{name}
a9dfd8bc 68%{_desktopdir}/kde/*.desktop
771fd8c3 69%{_datadir}/apps/%{name}
a9dfd8bc 70%{_datadir}/config/*
71%{_datadir}/services/*
72%{_iconsdir}/*/*/*/*.png
73%%attr(755,root,root) %{_libdir}/kde3/*.so
74%{_libdir}/kde3/*.la
This page took 0.040431 seconds and 4 git commands to generate.