diff --git a/python-inotify.spec b/python-inotify.spec index a117d8f..22be217 100644 --- a/python-inotify.spec +++ b/python-inotify.spec @@ -5,7 +5,7 @@ Summary: Monitor filesystem events with Python under Linux Name: python-inotify Version: 0.7.0 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Development/Libraries URL: http://pyinotify.sourceforge.net/ @@ -41,6 +41,9 @@ CFLAGS="%{optflags}" %{__python} setup.py build %{__install} -d %{buildroot}%{_datadir}/%{name} %{__cp} -a src/examples %{buildroot}%{_datadir}/%{name} +# libs installed, no need for autopath +%{__rm} -f %{buildroot}%{_datadir}/%{name}/examples/autopath.* + %clean %{__rm} -rf %{buildroot} @@ -55,6 +58,9 @@ CFLAGS="%{optflags}" %{__python} setup.py build %{_datadir}/%{name} %changelog +* Mon Jun 25 2007 Terje Rosten - 0.7.0-3 +- Remove autopath from example package (bz #237464) + * Tue Mar 27 2007 Terje Rosten - 0.7.0-2 - Fix email address