Name: xfce4-radio-plugin Version: 0.3.1 Release: 1%{?dist} Summary: V4l radio device control plugin for the Xfce panel Group: User Interface/Desktops License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xfce4-panel-devel >= 4.3.22, libxfcegui4-devel >= 4.3.99.2 BuildRequires: gettext, perl(XML::Parser) #BuildRequires: kernel-headers Requires: xfce4-panel >= 4.4.0 %description Xfce panel plugin to control your V4l radio device. To run it, all you need is the Xfce panel and a properly configured V4l radio device. Left-click on the plugin’s icon to switch your radio on/off. Once turned on, the middle button will show you the station preset menu. The mouse wheel allows you to change frequency or station preset.d %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} %post touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %postun touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog README NEWS %{_libexecdir}/xfce4/panel-plugins/%{name} %{_datadir}/xfce4/panel-plugins/*.desktop %{_datadir}/icons/hicolor/*/apps/xfce-radio.png %changelog * Fri Jul 11 2008 Christoph Wickert - 0.3.1-1 - Update to 0.3.1 * Wed Aug 29 2007 Christoph Wickert - 0.2.0-1 - Initial Fedora package