diff --git a/.cvsignore b/.cvsignore index d0fd77e..f635e3d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pyinotify-0.8.0q.tar.gz +pyinotify-0.8.0r.tar.gz diff --git a/python-inotify.spec b/python-inotify.spec index 80638f7..d75da9d 100644 --- a/python-inotify.spec +++ b/python-inotify.spec @@ -5,15 +5,16 @@ Summary: Monitor filesystem events with Python under Linux Name: python-inotify Version: 0.8.0 -Release: 1.q%{?dist} +Release: 2.r%{?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 (Version 0.8.0q released): -# http://git.dbzteam.org/?p=pyinotify.git;a=snapshot;h=c36bdd432b56f0d9a329c918c0a3a0110d59f5c4;sf=tgz -Source0: %{oname}-%{version}q.tar.gz +# 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 +Source1: %{oname} BuildRequires: python-devel BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -51,6 +52,8 @@ done %{__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} +%{__install} -D -m 0755 -p %{SOURCE1} %{buildroot}%{_bindir}/%{oname} +%{__chmod} 0755 %{buildroot}%{python_sitelib}/%{oname}.py %clean %{__rm} -rf %{buildroot} @@ -59,12 +62,17 @@ done %defattr(-, root, root, -) %doc ChangeLog NEWS %{python_sitelib}/%{oname}* +%{_bindir}/%{oname} %files examples %doc docstrings/* %{_datadir}/%{name} %changelog +* Tue Jun 17 2008 Terje Rosten - 0.8.0-2.r +- 0.8.0r +- add wrapper in /usr/bin + * Mon Jun 16 2008 Terje Rosten - 0.8.0-1.q - 0.8.0q - Update url, license and source url diff --git a/sources b/sources index 86ca07b..4dcea2f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7e112ae6e7893046a840fffaf7b7d8b0 pyinotify-0.8.0q.tar.gz +9a4f1dbd2f28942d821b90f87196c8a2 pyinotify-0.8.0r.tar.gz