SOURCES: redland-bindings-py_sitescriptdir.patch - updated for 1.0.8.1

qboosh qboosh at pld-linux.org
Mon Aug 25 21:01:13 CEST 2008


Author: qboosh                       Date: Mon Aug 25 19:01:12 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 1.0.8.1

---- Files affected:
SOURCES:
   redland-bindings-py_sitescriptdir.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/redland-bindings-py_sitescriptdir.patch
diff -u SOURCES/redland-bindings-py_sitescriptdir.patch:1.2 SOURCES/redland-bindings-py_sitescriptdir.patch:1.3
--- SOURCES/redland-bindings-py_sitescriptdir.patch:1.2	Sun Jan  9 00:36:23 2005
+++ SOURCES/redland-bindings-py_sitescriptdir.patch	Mon Aug 25 21:01:06 2008
@@ -9,25 +9,25 @@
  
    if test `uname` = Darwin; then
      PYTHON_LDFLAGS="-Wl,-F. -Wl,-F. -bundle"
-diff -Naur redland-bindings-0.9.18.1.orig/python/Makefile.am redland-bindings-0.9.18.1/python/Makefile.am
---- redland-bindings-0.9.18.1.orig/python/Makefile.am	2004-12-25 14:21:52.305774040 +0100
-+++ redland-bindings-0.9.18.1/python/Makefile.am	2004-12-25 15:16:40.225934200 +0100
-@@ -33,6 +33,7 @@
+--- redland-bindings-1.0.8.1/python/Makefile.am.orig	2008-07-04 10:36:16.000000000 +0200
++++ redland-bindings-1.0.8.1/python/Makefile.am	2008-08-25 20:50:20.566120063 +0200
+@@ -37,6 +37,7 @@
  SWIG_OUTPUTS=$(PYTHON_PACKAGE)_wrap.c
  
  pythondir=@PYTHON_LIB@
-+pythonscript=@PYTHON_SCRIPT@
- python_DATA=RDF.py Redland.so
++pythonscriptdir=@PYTHON_SCRIPT@
+ python_DATA=RDF.py Redland$(PYTHON_LIBEXT)
  
  EXTRA_DIST=README RDF.py \
-@@ -69,8 +70,9 @@
+@@ -66,9 +67,9 @@
+ 	touch $(PYTHON_PACKAGE)-stamp
  
  install-pythonDATA: $(python_DATA)
- 	$(mkinstalldirs) $(DESTDIR)$(pythondir)
-+	$(mkinstalldirs) $(DESTDIR)$(pythonscript)
- 	$(INSTALL_PROGRAM) $(PYTHON_PACKAGE).so $(DESTDIR)$(pythondir)/$(PYTHON_PACKAGE).so
+-	$(mkinstalldirs) $(DESTDIR)$(pythondir)
++	$(mkinstalldirs) $(DESTDIR)$(pythondir) $(DESTDIR)$(pythonscriptdir)
+ 	$(INSTALL_PROGRAM) $(PYTHON_PACKAGE)$(PYTHON_LIBEXT) $(DESTDIR)$(pythondir)/$(PYTHON_PACKAGE)$(PYTHON_LIBEXT)
 -	$(INSTALL_DATA) RDF.py $(DESTDIR)$(pythondir)/RDF.py
-+	$(INSTALL_DATA) RDF.py $(DESTDIR)$(pythonscript)/RDF.py
++	$(INSTALL_DATA) RDF.py $(DESTDIR)$(pythonscriptdir)/RDF.py
  
  uninstall-pythonDATA: $(python_DATA)
- 	rm -f $(DESTDIR)$(pythondir)/$(PYTHON_PACKAGE).so $(DESTDIR)$(pythondir)/RDF.py
+ 	rm -f $(DESTDIR)$(pythondir)/$(PYTHON_PACKAGE)$(PYTHON_LIBEXT) $(DESTDIR)$(pythondir)/RDF.py
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/redland-bindings-py_sitescriptdir.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list