- Remove autopath from example package (bz #237464)
This commit is contained in:
parent
40fe31b17c
commit
554f8686d6
@ -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 <terjeros@phys.ntnu.no> - 0.7.0-3
|
||||
- Remove autopath from example package (bz #237464)
|
||||
|
||||
* Tue Mar 27 2007 Terje Rosten <terjeros@phys.ntnu.no> - 0.7.0-2
|
||||
- Fix email address
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user