Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > ffe30f842f5261a64ad3d9677f4cbc7d > files > 2

python-pyinotify-0.9.3-2.mga3.src.rpm

%define oname pyinotify

Summary:	Python module for monitoring filesystems changes
Name:		python-%{oname}
Version:	0.9.3
Release:	%mkrel 2
License:	MIT
Group:		Development/Python
Url:		http://github.com/seb-m/pyinotify
Source0:	http://seb.dbzteam.org/pub/pyinotify/releases/%{oname}-%{version}.tar.gz
BuildRequires:	epydoc
BuildRequires:	python-devel
BuildArch:	noarch
Provides:	%{oname} = %{version}-%{release}

%description
Pyinotify is a pure Python module for monitoring filesystems changes.
Pyinotify relies on inotify, a Linux Kernel functionality (since 
kernel 2.6.13). inotify is an event-driven notification mechanism, its 
notifications are exported to user space through three system calls. 
Pyinotify binds these system calls and provides an implementation on 
top of them.

%prep
%setup -q -n %{oname}-%{version}

%build
%{__python} setup.py build

%install
rm -rf %{buildroot}
%{__python} setup.py install --root=%{buildroot}

%files
%doc README* ACKS COPYING
%{py_puresitedir}/*


%changelog

* Sun Jan 13 2013 umeabot <umeabot> 0.9.3-2.mga3
+ Revision: 379368
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sat Feb 11 2012 philippem <philippem> 0.9.3-1.mga2
+ Revision: 207299
- Update to O.9.3.

* Wed Oct 26 2011 philippem <philippem> 0.9.2-1.mga2
+ Revision: 158288
- New upstream 0.9.2

* Thu Mar 10 2011 ahmad <ahmad> 0.9.1-2.mga1
+ Revision: 67345
- imported package python-pyinotify