SPECS: xfce4-timer-plugin.spec (NEW) - init version

teodor teodor at pld-linux.org
Tue Jan 23 16:54:40 CET 2007


Author: teodor                       Date: Tue Jan 23 15:54:40 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- init version

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

---- Diffs:

================================================================
Index: SPECS/xfce4-timer-plugin.spec
diff -u /dev/null SPECS/xfce4-timer-plugin.spec:1.1
--- /dev/null	Tue Jan 23 16:54:40 2007
+++ SPECS/xfce4-timer-plugin.spec	Tue Jan 23 16:54:35 2007
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+Summary:	Xfce panel timer plugin
+Summary(pl):	Wtyczka panelu Xfce odliczająca czas
+Name:		xfce4-timer-plugin
+Version:	0.5.1
+Release:	1
+License:	GPL
+Group:		X11/Applications
+Source0:	http://goodies.xfce.org/releases/xfce4-timer-plugin/%{name}-%{version}.tar.bz2
+# Source0-md5:	0036d3805cbe051d35e8ec595237e88c
+URL:		http://goodies.xfce.org/
+BuildRequires:	pkgconfig
+BuildRequires:	xfce4-panel-devel >= 4.0.0
+Requires:	xfce4-panel >= 4.0.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is a simple plugin that lets the user run an alarm at a specified
+time or at the end of a specified countdown period.
+
+%description -l pl
+Wtyczka ta pozwala na powiadamianie o zdefiniowanym wcześniej
+zdarzeniu, bądź po upływie określonego odcinka czasu.
+
+%prep
+%setup -q
+
+%build
+%configure \
+	--disable-static
+%{__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 README
+%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-timer
+%{_datadir}/xfce4/panel-plugins/xfce4-timer.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/01/23 15:54:35  teodor
+- init version
+
================================================================


More information about the pld-cvs-commit mailing list