From ed7180331b780d752d59bbf6152071c43f0fcb14 Mon Sep 17 00:00:00 2001 From: Jakub Krajniak Date: Tue, 23 Jan 2007 15:54:35 +0000 Subject: [PATCH] - init version Changed files: xfce4-timer-plugin.spec -> 1.1 --- xfce4-timer-plugin.spec | 47 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 xfce4-timer-plugin.spec diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec new file mode 100644 index 0000000..c9bb88d --- /dev/null +++ b/xfce4-timer-plugin.spec @@ -0,0 +1,47 @@ +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 -- 2.44.0