Author: koorek Date: Sat Mar 5 23:29:06 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - initial
---- Files affected: SPECS: xfce4-mount-plugin.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/xfce4-mount-plugin.spec diff -u /dev/null SPECS/xfce4-mount-plugin.spec:1.1 --- /dev/null Sun Mar 6 00:29:06 2005 +++ SPECS/xfce4-mount-plugin.spec Sun Mar 6 00:29:00 2005 @@ -0,0 +1,53 @@ +# $Revision$, $Date$ +Summary: mount/umount utility for Xfce panel +Name: xfce4-mount-plugin +Version: 0.1 +Release: 0.1 +License: GPL +Group: X11/Applications +Source0: http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.gz +# Source0-md5: 2dc989aadd349d6d248cd3d64cdfb93a +URL: http://xfce-goodies.berlios.de/ +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: xfce4-panel-devel >= 4.1.90 +Requires: xfce4-panel >= 4.1.90 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +This plugin let's you easy mount/umount and check space uvailable on +destdevice. + +%prep +%setup -q + +%build +%configure \ + --disable-static + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README +%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/*.so + +%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 2005/03/05 23:29:00 koorek +- initial + + ================================================================ _______________________________________________ pld-cvs-commit mailing list pld-cvs-commit@pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit