SPECS: xfce4-time-out-plugin.spec (NEW) - new

megabajt megabajt at pld-linux.org
Sat May 26 16:37:26 CEST 2007


Author: megabajt                     Date: Sat May 26 14:37:26 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/xfce4-time-out-plugin.spec
diff -u /dev/null SPECS/xfce4-time-out-plugin.spec:1.1
--- /dev/null	Sat May 26 16:37:26 2007
+++ SPECS/xfce4-time-out-plugin.spec	Sat May 26 16:37:21 2007
@@ -0,0 +1,72 @@
+# $Revision$, $Date$
+Summary:	Time Out plugin for the Xfce panel
+Name:		xfce4-time-out-plugin
+Version:	0.1.0
+Release:	1
+License:	GPL v2
+Group:		X11/Applications
+Source0:	http://goodies.xfce.org/releases/xfce4-time-out-plugin/%{name}-%{version}.tar.bz2
+# Source0-md5:	40f8224097db4a622bb51d22051552fe
+URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin
+BuildRequires:	autoconf >= 2.50
+BuildRequires:	automake >= 1:1.8
+BuildRequires:	intltool
+BuildRequires:	rpmbuild(macros) >= 1.311
+BuildRequires:	xfce4-dev-tools >= 4.4.0
+BuildRequires:	xfce4-panel-devel >= 4.4.0
+Requires(post,postun):	gtk+2
+Requires(post,postun):	hicolor-icon-theme
+Requires:	xfce4-panel >= 4.4.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Time Out plugin makes it possible to take periodical breaks from the
+computer every X minutes. During breaks it locks your screen. It
+optionally allows you to postpone breaks for a certain time.
+
+%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
+
+%post
+%update_icon_cache hicolor
+
+%postun
+%update_icon_cache hicolor
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README THANKS TODO
+%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-time-out-plugin
+%{_iconsdir}/hicolor/48x48/apps/*.png
+%{_iconsdir}/hicolor/scalable/apps/*.svg
+%{_datadir}/xfce4/panel-plugins/xfce4-time-out-plugin.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/05/26 14:37:21  megabajt
+- new
+
================================================================


More information about the pld-cvs-commit mailing list