Author: arekm Date: Sun Jan 22 19:37:07 2012 GMT Module: packages Tag: HEAD ---- Log message: - initial
---- Files affected: packages/kde4-kdf: kde4-kdf.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/kde4-kdf/kde4-kdf.spec diff -u /dev/null packages/kde4-kdf/kde4-kdf.spec:1.1 --- /dev/null Sun Jan 22 20:37:07 2012 +++ packages/kde4-kdf/kde4-kdf.spec Sun Jan 22 20:37:02 2012 @@ -0,0 +1,68 @@ +# $Revision$, $Date$ +# +%define _state stable +%define orgname kdf +%define qtver 4.8.0 + +Summary: K Desktop Environment - KDE Disk space GUI +Name: kde4-kdf +Version: 4.8.0 +Release: 1 +License: GPL +Group: X11/Applications +Source0: ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.bz2 +# Source0-md5: 11ec8e7098f020574b925c614e9f46f2 +URL: http://www.kde.org/ +BuildRequires: kde4-kdebase-devel >= %{version} +Requires: kde4-kdebase-workspace >= %{version} +Obsoletes: kde4-kdeutils-kdf +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +This program shows the disk usage of the mounted devices. + +%prep +%setup -q -n %{orgname}-%{version} + +%build +install -d build +cd build +%cmake \ + .. +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} -C build/ install \ + DESTDIR=$RPM_BUILD_ROOT \ + kde_htmldir=%{_kdedocdir} + +%find_lang %{orgname} --with-kde + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{orgname}.lang +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/kdf +%attr(755,root,root) %{_bindir}/kwikdisk +%attr(755,root,root) %{_libdir}/kde4/kcm_kdf.so +%{_datadir}/kde4/services/kcmdf.desktop +%{_datadir}/apps/kdf +%{_desktopdir}/kde4/kdf.desktop +%{_desktopdir}/kde4/kwikdisk.desktop +%{_iconsdir}/*/*/apps/kcmdf.* +%{_iconsdir}/*/*/apps/kdf.* +%{_iconsdir}/*/*/apps/kwikdisk.* +%{_docdir}/kde/HTML/en/kcontrol/blockdevices + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2012/01/22 19:37:02 arekm +- initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
