rpms/libbtctl/devel libbtctl-0.4.1-pydir.patch, 1.5, 1.6 libbtctl.spec, 1.18, 1.19

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Sep 28 10:49:44 UTC 2005


Author: harald

Update of /cvs/dist/rpms/libbtctl/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv29837

Modified Files:
	libbtctl-0.4.1-pydir.patch libbtctl.spec 
Log Message:
fixed pydir

libbtctl-0.4.1-pydir.patch:
 Makefile.am |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: libbtctl-0.4.1-pydir.patch
===================================================================
RCS file: /cvs/dist/rpms/libbtctl/devel/libbtctl-0.4.1-pydir.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libbtctl-0.4.1-pydir.patch	8 Oct 2004 12:40:01 -0000	1.5
+++ libbtctl-0.4.1-pydir.patch	28 Sep 2005 10:49:40 -0000	1.6
@@ -5,7 +5,7 @@
  lib_LTLIBRARIES = libbtctl.la
  if HAVE_PYTHON
 -pydir = $(PYTHON_PREFIX)/lib/python$(PYTHON_VERSION)/site-packages/
-+pydir = @pyexecdir@
++pydir = $(pyexecdir)
  py_LTLIBRARIES = btctl.la
  else
  pydir =


Index: libbtctl.spec
===================================================================
RCS file: /cvs/dist/rpms/libbtctl/devel/libbtctl.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- libbtctl.spec	28 Sep 2005 07:36:22 -0000	1.18
+++ libbtctl.spec	28 Sep 2005 10:49:40 -0000	1.19
@@ -32,6 +32,9 @@
 
 %setup -q
 %patch2 -p1 -b .pydir
+aclocal
+automake -a
+autoconf
 
 %build
 %configure




More information about the fedora-cvs-commits mailing list