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