Package python-module-pyinotify: Specfile

Name: python-module-pyinotify
Version: 0.9.0
Release: alt1

Summary: A pure Python module for monitoring filesystems changes

Packager: Vitaly Lipatov <lav@altlinux.ru>

License: GPL
Group: Development/Python
Url: http://trac.dbzteam.org/pyinotify

Source: pyinotify-HEAD.tar.gz
#Source: http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-%version.tar.gz

BuildArch: noarch
# Automatically added by buildreq on Sun May 11 2008
BuildRequires: python-devel

BuildPreReq: rpm-build-compat >= 1.2

%description
Pyinotify is a pure Python module for monitoring filesystems
changes. pyinotify relies on a recent Linux Kernel feature (merged in
kernel 2.6.13) called inotify. inotify is an event-driven notifier,
its notifications are exported from kernel space to user space through
three system calls. pyinotify binds these system calls and provides an
implementation on top of them offering a generic and abstract way to
use manipulate those functionalities. Pyinotify doesn't requires deep
knowledge of inotify.

%prep
%setup -n pyinotify

%build
%python_build

%install
%python_install

%files
%python_sitelibdir/pyinotify*

%changelog
* Mon Sep 06 2010 Vitaly Kuznetsov <vitty@altlinux.ru> 0.9.0-alt1
- 0.9.0 (ALT #23991)

* Thu Nov 12 2009 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 0.8.6-alt1head.1
- Rebuilt with python 2.6

* Fri May 22 2009 Vitaly Lipatov <lav@altlinux.ru> 0.8.6-alt1head
- new version from HEAD (fix bug #20123)

* Sat Feb 21 2009 Vitaly Lipatov <lav@altlinux.ru> 0.8.1-alt2
- build as noarch

* Sun Jan 25 2009 Vitaly Lipatov <lav@altlinux.ru> 0.8.1-alt1
- new version 0.8.1 (with rpmrb script)

* Sun May 11 2008 Vitaly Lipatov <lav@altlinux.ru> 0.8.0q-alt1
- initial build for ALT Linux Sisyphus