]> git.pld-linux.org Git - packages/filelight.git/commitdiff
- new in pld (.spec sent by Tomasz Kowalczyk <kowalczt.AT.ee.pw.edu.pl>)
authoraverne <averne@pld-linux.org>
Thu, 5 Feb 2004 06:13:03 +0000 (06:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    filelight.spec -> 1.1

filelight.spec [new file with mode: 0644]

diff --git a/filelight.spec b/filelight.spec
new file mode 100644 (file)
index 0000000..90d6eee
--- /dev/null
@@ -0,0 +1,69 @@
+Summary:       Graphical disk usage statistics
+Summary(pl):   Graficzne statystyki zajêcia dysku
+Name:          filelight
+Version:       0.6.4
+Release:       1
+License:       GPL
+Vendor:                Max Howell <max.howell@methylblue.com>
+Url:           http://www.methylblue.com/filelight
+
+Group:         X11/Applications
+Source0:       http://www.methylblue.com/%{name}/%{name}-%{version}-%{release}.tar.gz
+# Source0-md5: 363c71fa5125a57aa0252ffa8d65c647
+BuildRequires: kdebase-devel >= 3.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+
+
+%define                _htmldir        /usr/share/doc/kde/HTML
+
+%description
+Filelight graphically represents a file system as a set of concentric
+segmented-rings, indicating where diskspace is being used. Segments
+expanding from the center represent files (including directories),
+with each segment's size being proportional to the file's size and
+directories having child segments. Filelight performs a similar
+function to KDirstat, but in a more compact fashion.
+
+%description -l pl
+Filelight przedstawia graficznie objeto¶æ systemu plików.
+
+%prep
+%setup -q
+
+
+%build
+kde_htmldir="%{_htmldir}"; export kde_htmldir
+kde_icondir="%{_pixmapsdir}"; export kde_icondir
+kde_appsdir="%{_applnkdir}"; export kde_appsdir
+
+
+%configure \
+       --prefix `kde-config --prefix`  \
+       --enable-final \
+       --disable-debug
+
+%{__make}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+
+%find_lang %{name} --with-kde
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/%{name}
+%{_datadir}/apps/%{name}
+%{_applnkdir}/Utilities/%{name}.desktop
+%{_datadir}/config/%{name}rc
+%{_pixmapsdir}/*/*/apps/%{name}.png
This page took 0.078225 seconds and 4 git commands to generate.