Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > 9fe265cc752ff1714600c01690e24dbe > files > 1

xapian-bindings-1.0.19-1mdv2010.1.src.rpm

--- python/Makefile.am~	2008-12-23 08:55:51.000000000 +0100
+++ python/Makefile.am	2009-01-11 03:25:24.000000000 +0100
@@ -27,7 +27,7 @@
 
 # Install as _DATA rather than _SCRIPTS because we don't want to make these
 # executable (they don't have a #! line).
-pylib_DATA = xapian.py xapian.pyc xapian.pyo
+pylib_DATA = xapian.py
 
 pylib_LTLIBRARIES = _xapian.la
 
--- python/Makefile.in~	2008-12-23 09:03:18.000000000 +0100
+++ python/Makefile.in	2009-01-11 03:26:35.000000000 +0100
@@ -295,7 +295,7 @@
 
 # Install as _DATA rather than _SCRIPTS because we don't want to make these
 # executable (they don't have a #! line).
-pylib_DATA = xapian.py xapian.pyc xapian.pyo
+pylib_DATA = xapian.py
 pylib_LTLIBRARIES = _xapian.la
 AM_CPPFLAGS = -I$(PYTHON_INC)
 AM_CXXFLAGS = $(SWIG_CXXFLAGS) $(XAPIAN_CXXFLAGS)