* Commit new eyes plugin.
(Old svn revision: 2018)
This commit is contained in:
commit
2dc8facea7
90 changed files with 2701 additions and 0 deletions
34
xfce4-eyes.spec.in
Normal file
34
xfce4-eyes.spec.in
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
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}/*
|
||||
Reference in a new issue