File python-keybinder.spec of Package dockbarx
#
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# norootforbuild
Name: python-keybinder
Version: 0.0
Release: 9
Summary: keybinder is a library for registering global keyboard shortcuts. Keybinder works with GTK-based applications using the X Window System
Group: Development/Libraries/Python
License: GPL2
Url: http://kaizer.se/publicfiles/keybinder/keybinder-%{version}.%{release}.tar.gz
#PreReq:
Provides: python-gtk, python-gobject2
BuildRequires: python-gtk-devel, python-gobject2-devel
Source: %{name}-%{version}.%{release}.tar.bz2
#Patch:
BuildRoot: %{_tmppath}/%{name}-%{version}-build
AutoReqProv: on
%description
keybinder is a library for registering global keyboard shortcuts. Keybinder works with GTK-based applications using the X Window System.
The library contains:
A C library, libkeybinder
Lua bindings, lua-keybinder
Python bindings, python-keybinder
An examples directory with programs in C, Lua, Python and Vala.
%prep
%setup
%build
%configure
#make %{?jobs:-j%jobs}
make
%install
%makeinstall
%clean
rm -rf $RPM_BUILD_ROOT
%post
%postun
%files
/usr/lib/python2.6/site-packages/keybinder/__init__.py
/usr/lib/python2.6/site-packages/keybinder/__init__.pyc
/usr/lib/python2.6/site-packages/keybinder/__init__.pyo
/usr/lib/python2.6/site-packages/keybinder/_keybinder.la
/usr/lib/python2.6/site-packages/keybinder/_keybinder.so
%defattr(-,root,root)
%doc ChangeLog README COPYING