Blob Blame History Raw
Name:		xfce4-timer-plugin
Version:	0.5.1
Release:	2%{?dist}
Summary:	Timer for the Xfce panel

Group:		User Interface/Desktops
License:	GPL
URL:		http://goodies.xfce.org/projects/panel-plugins/%{name}
Source0:	http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	xfce4-panel-devel >= 4.3.20, libxfcegui4-devel >= 4.3.0
BuildRequires:	libxml2-devel, gettext, perl(XML::Parser)
Requires:	xfce4-panel >= 4.4.0

%description
A timer for the Xfce panel. It supports countdown periods and alarms at 
certain times.

%prep
%setup -q

%build
%configure --disable-static
make %{?_smp_mflags}

%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(-,root,root,-)
%doc AUTHORS COPYING ChangeLog README TODO
%{_libexecdir}/xfce4/panel-plugins/xfce4-timer
%{_datadir}/xfce4/panel-plugins/*.desktop

%changelog
* Sat Apr 28 2007 Christoph Wickert <fedora christoph-wickert de> - 0.5.1-2
- Rebuild for Xfce 4.4.1

* Sat Jan 27 2007 Christoph Wickert <fedora christoph-wickert de> - 0.5.1-1
- Update to 0.5.1 on Xfce 4.4.

* Sat Sep 23 2006 Christoph Wickert <fedora christoph-wickert de> - 0.5-1
- Initial Fedora Extras version.