49029a6
Name:		xfce4-eyes-plugin
2327b51
Version:	4.4.0
6d72b57
Release:	4%{?dist}
49029a6
Summary:	Eyes for the Xfce panel
49029a6
49029a6
Group:		User Interface/Desktops
e705316
License:	GPLv2+
2327b51
URL:		http://goodies.xfce.org/projects/panel-plugins/%{name}
49029a6
Source0:	http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
49029a6
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
49029a6
49029a6
BuildRequires:	xfce4-panel-devel >= 4.3.99.1, libxfcegui4-devel >= 4.3.90.2
49029a6
BuildRequires:	libxml2-devel, gettext, perl(XML::Parser)
0164540
Requires:	xfce4-panel >= 4.4.0
49029a6
49029a6
%description
49029a6
A xfce4 panel plugin that adds eyes which watch your every step. Scary!
49029a6
49029a6
%prep
49029a6
%setup -q
49029a6
49029a6
%build
49029a6
%configure --disable-static
49029a6
make %{?_smp_mflags}
49029a6
49029a6
%install
49029a6
rm -rf $RPM_BUILD_ROOT
49029a6
make install DESTDIR=$RPM_BUILD_ROOT
49029a6
%find_lang %{name}
49029a6
49029a6
%post
49029a6
touch --no-create %{_datadir}/icons/hicolor || :
2327b51
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
49029a6
49029a6
%postun
49029a6
touch --no-create %{_datadir}/icons/hicolor || :
2327b51
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
49029a6
49029a6
%clean
49029a6
rm -rf $RPM_BUILD_ROOT
49029a6
49029a6
%files -f %{name}.lang
ba9bbfb
%defattr(-,root,root,-)
49029a6
%doc AUTHORS COPYING ChangeLog README
49029a6
%{_libexecdir}/xfce4/panel-plugins/%{name}
49029a6
%{_datadir}/xfce4/panel-plugins/*.desktop
49029a6
%{_datadir}/icons/hicolor/48x48/apps/xfce4-eyes.png
cf79963
%{_datadir}/xfce4/eyes/
49029a6
49029a6
%changelog
6d72b57
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 4.4.0-4
6d72b57
- Autorebuild for GCC 4.3
6d72b57
e705316
* Sat Aug 25 2007 Christoph Wickert <fedora christoph-wickert de> - 4.4.0-3
e705316
- Rebuild for BuildID feature
e705316
- Update license tag
e705316
0164540
* Sat Apr 28 2007 Christoph Wickert <fedora christoph-wickert de> - 4.4.0-2
0164540
- Rebuild for Xfce 4.4.1
0164540
2327b51
* Mon Jan 22 2007 Christoph Wickert <fedora christoph-wickert de> - 4.4.0-1
2327b51
- Update to 4.4.0 on Xfce 4.4.
2327b51
- Update gtk-icon-cache scriptlets.
2327b51
ba9bbfb
* Sun Nov 12 2006 Christoph Wickert <fedora christoph-wickert de> - 4.3.99.1-2
ba9bbfb
- Add %%defattr.
ba9bbfb
49029a6
* Sat Sep 23 2006 Christoph Wickert <fedora christoph-wickert de> - 4.3.99.1-1
49029a6
- Initial Fedora Extras version.