This repository has been archived on 2025-12-30. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
xfce4-eyes-plugin/xfce4-eyes.spec.in
Nick Schermer 2dc8facea7 * Commit new eyes plugin.
(Old svn revision: 2018)
2006-09-11 13:47:32 +00:00

34 lines
668 B
RPMSpec

Summary: Eyes that spy on you
Name: xfce4-eyes
Version: @VERSION@
Release: 1
License: BSD
URL: http://www.xfce.org/
Source0: %{name}-%{version}.tar.gz
Group: User Interface/Desktops
BuildRoot: %{_tmppath}/%{name}-root
Requires: xfce4-panel >= @XFCE4_PANEL_REQUIRED_VERSION@
BuildRequires: xfce4-panel >= @XFCE4_PANEL_REQUIRED_VERSION@
%description
xfce4-eyes is an "xeyes"/geyes rip-off
%prep
%setup -q
%build
%configure
make
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc README ChangeLog NOTES INSTALL COPYING AUTHORS
%{_libdir}/*
%{_datadir}/*