From 554f8686d63f6b1847475c3f687e8fc294a5c1ee Mon Sep 17 00:00:00 2001 From: terjeros Date: Mon, 25 Jun 2007 18:14:40 +0000 Subject: [PATCH] - Remove autopath from example package (bz #237464) --- python-inotify.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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