Blob Blame History Raw
Name:		xfce4-verve-plugin
Version:	0.3.5
Release:	2%{?dist}
Summary:	A comfortable command line plugin for the Xfce panel

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

BuildRequires:	xfce4-panel-devel >=  4.3.90.2, libxfcegui4-devel >= 4.3.0, exo-devel >= 0.3.1.3
BuildRequires:	pcre-devel, dbus-devel >= 0.34
BuildRequires:	libxml2-devel, gettext, perl(XML::Parser)
%if "%fedora" > "5"
BuildRequires:	dbus-glib-devel
%endif
Requires:	xfce4-panel >= 4.4.1
Provides:	verve-plugin = %{version}

%description
This plugin is like the (quite old) xfce4-minicmd-plugin, except that it ships 
more cool features, such as:
* Command history
* Auto-completion (including command history)
* Open URLs and eMail addresses in your favourite applications
* Focus grabbing via D-BUS (so you can bind a shortcut to it)
* Custom input field width


%prep
%setup -qn verve-plugin-%{version}


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


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%find_lang verve-plugin


%clean
rm -rf $RPM_BUILD_ROOT


%files -f verve-plugin.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog README THANKS TODO
%{_libexecdir}/xfce4/panel-plugins/%{name}
%{_datadir}/xfce4/panel-plugins/*.desktop
%{_bindir}/verve-focus

%changelog
* Sun Apr 29 2007 Christoph Wickert <fedora christoph-wickert de> - 0.3.5-2
- Rebuild for Xfce 4.4.1

* Sat Feb 24 2007 Christoph Wickert <fedora christoph-wickert de> - 0.3.5-1
- Update to 0.3.5

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