xfce4-timer-plugin/xfce4-timer-plugin.spec
Christoph Wickert ce92f6db09 auto-import xfce4-timer-plugin-0.5-1.fc7 on branch devel from
xfce4-timer-plugin-0.5-1.fc7.src.rpm
2006-12-21 14:27:47 +00:00

43 lines
1.1 KiB
RPMSpec

Name: xfce4-timer-plugin
Version: 0.5
Release: 1%{?dist}
Summary: Timer for the Xfce panel
Group: User Interface/Desktops
License: GPL
URL: http://goodies.xfce.org/
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.3.99.1
%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 xfce4-timer
%clean
rm -rf $RPM_BUILD_ROOT
%files -f xfce4-timer.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog README TODO
%{_libexecdir}/xfce4/panel-plugins/xfce4-timer
%{_datadir}/xfce4/panel-plugins/*.desktop
%changelog
* Sat Sep 23 2006 Christoph Wickert <fedora christoph-wickert de> - 0.5-1
- Initial Fedora Extras version.