rpms/libbeagle/devel libbeagle-pythondir.patch, NONE, 1.1 libbeagle.spec, 1.2, 1.3

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Sat Dec 8 01:37:25 UTC 2007


Author: mclasen

Update of /cvs/extras/rpms/libbeagle/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6730

Modified Files:
	libbeagle.spec 
Added Files:
	libbeagle-pythondir.patch 
Log Message:
fix a python path problem


libbeagle-pythondir.patch:

--- NEW FILE libbeagle-pythondir.patch ---
diff -up libbeagle-0.3.0/wrappers/python/Makefile.in.pythondir libbeagle-0.3.0/wrappers/python/Makefile.in
--- libbeagle-0.3.0/wrappers/python/Makefile.in.pythondir	2007-12-07 20:33:30.000000000 -0500
+++ libbeagle-0.3.0/wrappers/python/Makefile.in	2007-12-07 20:33:49.000000000 -0500
@@ -208,7 +208,7 @@ target_vendor = @target_vendor@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 INCLUDES = $(PYTHON_INCLUDES) $(PYBEAGLE_CFLAGS) -I$(top_srcdir)
-beagledir = $(pyexecdir)
+beagledir = $(pythondir)
 beagle_LTLIBRARIES = beagle.la
 beagle_la_LDFLAGS = -module -avoid-version -export-symbols-regex initbeagle
 beagle_la_LIBADD = $(BEAGLE_LIBS) $(top_builddir)/beagle/libbeagle.la


Index: libbeagle.spec
===================================================================
RCS file: /cvs/extras/rpms/libbeagle/devel/libbeagle.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libbeagle.spec	7 Dec 2007 17:49:17 -0000	1.2
+++ libbeagle.spec	8 Dec 2007 01:36:51 -0000	1.3
@@ -2,13 +2,15 @@
 
 Name: 		libbeagle
 Version: 	0.3.0
-Release: 	2%{?dist}
+Release: 	3%{?dist}
 Summary:	Beagle C interface
 Group: 		Development/Libraries
 License:	MIT
 URL:		http://beagle-project.org/
 Source0: 	http://download.gnome.org/sources/beagle/0.3/%{name}-%{version}.tar.bz2
+# the upstream tarball ships without prebuilt docs
 Source1:	%{name}-%{version}-docs.tar.gz
+Patch0:		libbeagle-pythondir.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	libxml2-devel
 BuildRequires:	glib2-devel
@@ -42,6 +44,7 @@
 %prep
 %setup -q
 %setup -q -b1
+%patch0 -p1 -b .pythondir
 
 
 %build
@@ -86,6 +89,9 @@
 
 
 %changelog
+* Fri Dec  7 2007  Matthias Clasen  <mclasen at redhat.com> - 0.3.0-3
+- Fix a python path problem
+
 * Fri Dec  7 2007  Matthias Clasen  <mclasen at redhat.com> - 0.3.0-2
 - Package review feedback
 




More information about the fedora-extras-commits mailing list