SPECS: xfce4-fsguard-plugin.spec (NEW) - new

megabajt megabajt at pld-linux.org
Thu Apr 19 00:08:14 CEST 2007


Author: megabajt                     Date: Wed Apr 18 22:08:14 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   xfce4-fsguard-plugin.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/xfce4-fsguard-plugin.spec
diff -u /dev/null SPECS/xfce4-fsguard-plugin.spec:1.1
--- /dev/null	Thu Apr 19 00:08:14 2007
+++ SPECS/xfce4-fsguard-plugin.spec	Thu Apr 19 00:08:08 2007
@@ -0,0 +1,61 @@
+# $Revision$, $Date$
+Summary:	A fsguard plugin for the Xfce panel
+Name:		xfce4-fsguard-plugin
+Version:	0.3.0
+Release:	1
+License:	BSD
+Group:		X11/Applications
+Source0:	http://goodies.xfce.org/releases/xfce4-fsguard-plugin/%{name}-%{version}.tar.bz2
+# Source0-md5:	27770ad4c4b737bfb0f3fb2457b33729
+URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	intltool >= 0.35.5
+BuildRequires:	xfce4-dev-tools >= 4.4.0
+BuildRequires:	xfce4-panel-devel >= 4.4.0
+Requires:	xfce4-panel >= 4.4.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The fsguard plugin checks free space on a chosen mount point
+frequently and displays an alarm if free space is less than given
+alarm limit.
+
+%prep
+%setup -q
+
+%build
+%{__intltoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING ChangeLog NEWS README
+%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-fsguard-plugin
+%{_datadir}/xfce4/panel-plugins/fsguard.desktop
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/04/18 22:08:08  megabajt
+- new
+
================================================================


More information about the pld-cvs-commit mailing list