rpms/python-inotify/F-7 python-inotify.spec,1.2,1.3

Terje Røsten (terjeros) fedora-extras-commits at redhat.com
Mon Jun 25 20:53:33 UTC 2007


Author: terjeros

Update of /cvs/extras/rpms/python-inotify/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24824

Modified Files:
	python-inotify.spec 
Log Message:
- Remove autopath from example package (bz #237464)




Index: python-inotify.spec
===================================================================
RCS file: /cvs/extras/rpms/python-inotify/F-7/python-inotify.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-inotify.spec	27 Mar 2007 19:51:58 -0000	1.2
+++ python-inotify.spec	25 Jun 2007 20:52:57 -0000	1.3
@@ -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 @@
 %{__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 @@
 %{_datadir}/%{name}
 
 %changelog
+* Mon Jun 25 2007 Terje Rosten <terjeros at phys.ntnu.no> - 0.7.0-3
+- Remove autopath from example package (bz #237464)
+
 * Tue Mar 27 2007 Terje Rosten <terjeros at phys.ntnu.no> - 0.7.0-2
 - Fix email address
 




More information about the fedora-extras-commits mailing list