diff --git a/.cvsignore b/.cvsignore index 207fba6..d44900d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pyinotify-0.8.6-20090518.tar.bz2 +pyinotify-0.8.8.tar.gz diff --git a/python-inotify.spec b/python-inotify.spec index 9435df4..5c775ce 100644 --- a/python-inotify.spec +++ b/python-inotify.spec @@ -1,21 +1,15 @@ -%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")} +%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")} -%define oname pyinotify -%define git affbbb02 -%define date 20090518 +%global oname pyinotify Summary: Monitor filesystem events with Python under Linux Name: python-inotify -Version: 0.8.6 -Release: 2.git%{date}%{?dist} +Version: 0.8.8 +Release: 1%{?dist} License: GPLv2+ Group: Development/Libraries URL: http://trac.dbzteam.org/pyinotify -# 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 +Source0: http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-%{version}.tar.gz Source1: %{oname} BuildRequires: python-devel BuildArch: noarch @@ -38,9 +32,9 @@ This package includes some examples usage of the Python inotify module, extensive documentation is also included. %prep -%setup -q -n %{oname}-%{version} +%setup -q -n %{oname} -for f in ChangeLog ; do +for f in ChangeLog_old ; do mv $f $f.iso88591 iconv -o $f -f iso88591 -t utf8 $f.iso88591 rm -f $f.iso88591 @@ -53,8 +47,8 @@ done %{__rm} -rf %{buildroot} %{__python} setup.py install -O1 --skip-build --root %{buildroot} %{__install} -d %{buildroot}%{_datadir}/%{name} -%{__cp} -a loop.py chain.py daemon.py loop.py not_quiet.py stats.py \ - stats_threaded.py transient_file.py %{buildroot}%{_datadir}/%{name} +#{__cp} -a loop.py chain.py daemon.py loop.py not_quiet.py stats.py \ +# stats_threaded.py transient_file.py %{buildroot}%{_datadir}/%{name} %{__install} -D -m 0755 -p %{SOURCE1} %{buildroot}%{_bindir}/%{oname} %{__chmod} 0755 %{buildroot}%{python_sitelib}/%{oname}.py @@ -63,7 +57,7 @@ done %files %defattr(-, root, root, -) -%doc ChangeLog NEWS +%doc ChangeLog_old NEWS %{python_sitelib}/%{oname}* %{_bindir}/%{oname} @@ -73,6 +67,9 @@ done %{_datadir}/%{name} %changelog +* Sun Dec 06 2009 Terje Rosten - 0.8.8-1 +- 0.8.8 + * Sun Jul 26 2009 Fedora Release Engineering - 0.8.6-2.git20090518 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 6a5f062..21ea3a7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2ef313d58bad2fbdefd6e7378338569b pyinotify-0.8.6-20090518.tar.bz2 +3c4214f10955e6be0ac2d054efa55cf8 pyinotify-0.8.8.tar.gz