File neap.spec of Package neap
# vim: set sw=4 ts=4 et:
Name: neap
Version: 0.7
Release: 0
Summary: Unintrusive and Light Pager
Source: http://neap.googlecode.com/files/neap-%{version}.tar.gz
Source1: neap.desktop
Source99: neap-rpmlintrc
URL: http://code.google.com/p/neap/
Group: System/X11/Utilities
License: BSD License, revised
BuildRoot: %{_tmppath}/build-%{name}-%{version}
BuildRequires: update-desktop-files
BuildArch: noarch
Requires: python-gtk
Requires: python-xlib
%description
Neap is a neat pager unintrusive and light (memory/cpu/aestetic) that runs in
the notification area (i.e. systray) of your panel.
Neap follows freedesktop specifications.
%prep
%setup -q
%build
%install
%__install -D -m0755 neap "%{buildroot}%{_bindir}/neap"
%__install -D -m0644 "%{SOURCE1}" "%{buildroot}%{_datadir}/applications/%{name}.desktop"
%suse_update_desktop_file -r "%{name}" Utility DesktopUtility
%clean
%{?buildroot:%__rm -rf "%{buildroot}"}
%files
%defattr(-,root,root)
%doc README ChangeLog
%{_bindir}/neap
%{_datadir}/applications/%{name}.desktop