From 30c7fc41fd6123afe69e689c8de88e197ec6368a Mon Sep 17 00:00:00 2001 From: terjeros Date: Sun, 8 Feb 2009 18:19:11 +0000 Subject: [PATCH] - 0.8.1 --- .cvsignore | 2 +- pyinotify | 5 +++++ python-inotify.spec | 25 ++++++++++++++++--------- sources | 3 +-- 4 files changed, 23 insertions(+), 12 deletions(-) create mode 100644 pyinotify diff --git a/.cvsignore b/.cvsignore index f635e3d..69683ee 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pyinotify-0.8.0r.tar.gz +pyinotify-0.8.1-20090208.tar.bz2 diff --git a/pyinotify b/pyinotify new file mode 100644 index 0000000..149a0fb --- /dev/null +++ b/pyinotify @@ -0,0 +1,5 @@ +#! /bin/bash +# + +python -m pyinotify "$@" + diff --git a/python-inotify.spec b/python-inotify.spec index b6aaa8d..00a4890 100644 --- a/python-inotify.spec +++ b/python-inotify.spec @@ -1,19 +1,21 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")} -%define oname pyinotify +%define oname pyinotify +%define git beba626 +%define date 20090208 Summary: Monitor filesystem events with Python under Linux Name: python-inotify -Version: 0.8.0 -Release: 4.r%{?dist} +Version: 0.8.1 +Release: 1.git%{date}%{?dist} License: GPLv2 Group: Development/Libraries URL: http://trac.dbzteam.org/pyinotify -# Go here to browse tarballs: -# http://git.dbzteam.org/?p=pyinotify.git;a=summary -# Current tarball (Documentation 2008-06-06): -# http://git.dbzteam.org/?p=pyinotify.git;a=snapshot;h=6253a716008486c1864f4416916bb2fe1387498c;sf=tgz -Source0: %{oname}-%{version}r.tar.gz +# Tarball created by +# $ git clone http://git.dbzteam.org/pyinotify.git/ +# $ cd pyinotify +# $ git-archive --format=tar --prefix=%{oname}-%{version}/ %{gitver} | bzip2 > %{oname}-%{version}-%{date}.tar.bz2 +Source0: %{oname}-%{version}-%{date}.tar.bz2 Source1: %{oname} BuildRequires: python-devel BuildArch: noarch @@ -36,7 +38,8 @@ This package includes some examples usage of the Python inotify module, extensive documentation is also included. %prep -%setup -q -n %{oname} +%setup -q -n %{oname}-%{version} + for f in ChangeLog ; do mv $f $f.iso88591 iconv -o $f -f iso88591 -t utf8 $f.iso88591 @@ -65,10 +68,14 @@ done %{_bindir}/%{oname} %files examples +%defattr(-, root, root, -) %doc docstrings/* %{_datadir}/%{name} %changelog +* Sat Feb 8 2009 Terje Rosten - 0.8.1-1.git20090208 +- 0.8.1 + * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.8.0-4.r - Rebuild for Python 2.6 diff --git a/sources b/sources index 045997e..4218f13 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -9a4f1dbd2f28942d821b90f87196c8a2 pyinotify-0.8.0r.tar.gz -42e18532df53731035d08fcbc94140aa pyinotify +3a44b362fad497d30e92871620cfa5e0 pyinotify-0.8.1-20090208.tar.bz2