rpms/isdn4k-utils/devel isdn4k-utils-CVS-2009-10-20-lib64.patch, NONE, 1.1 isdn4k-utils.spec, 1.83, 1.84

Than Ngo than at fedoraproject.org
Tue Oct 20 12:07:24 UTC 2009


Author: than

Update of /cvs/extras/rpms/isdn4k-utils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23267

Modified Files:
	isdn4k-utils.spec 
Added Files:
	isdn4k-utils-CVS-2009-10-20-lib64.patch 
Log Message:
fix lib64 issue by install


isdn4k-utils-CVS-2009-10-20-lib64.patch:
 Makefile.template |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE isdn4k-utils-CVS-2009-10-20-lib64.patch ---
diff -up isdn4k-utils-CVS-2009-10-20/pppdcapiplugin/Makefile.template.me isdn4k-utils-CVS-2009-10-20/pppdcapiplugin/Makefile.template
--- isdn4k-utils-CVS-2009-10-20/pppdcapiplugin/Makefile.template.me	2009-10-20 14:08:23.000000000 +0200
+++ isdn4k-utils-CVS-2009-10-20/pppdcapiplugin/Makefile.template	2009-10-20 14:09:17.000000000 +0200
@@ -8,7 +8,7 @@
 #  as published by the Free Software Foundation; either version
 #  2 of the License, or (at your option) any later version.
 
-PLUGINDIR=${DESTDIR}/usr/lib/pppd/$(PPPVERSION)
+PLUGINDIR=${DESTDIR}/$(LIBDIR)/pppd/$(PPPVERSION)
 
 include $(TOPDIR)/Rules.make
 


Index: isdn4k-utils.spec
===================================================================
RCS file: /cvs/extras/rpms/isdn4k-utils/devel/isdn4k-utils.spec,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -p -r1.83 -r1.84
--- isdn4k-utils.spec	20 Oct 2009 11:46:07 -0000	1.83
+++ isdn4k-utils.spec	20 Oct 2009 12:07:24 -0000	1.84
@@ -29,6 +29,7 @@ Source8: capi.init
 Source9: capiinit.8
 
 Patch0: isdn4k-utils-CVS-2009-10-20-redhat.patch
+Patch1: isdn4k-utils-CVS-2009-10-20-lib64.patch
 Patch2: ibod-config.patch
 Patch3: isdn4k-utils-man.patch
 Patch4: isdn4k-utils-CVS-2004-11-18-autoconf25x.patch
@@ -108,6 +109,7 @@ load average over your ISDN connection.
 %prep
 %setup -q -n %{name}-%{interver}
 %patch0 -p1 -b .redhat
+%patch1 -p1 -b .lib64
 
 mkdir -p ibod
 pushd ibod




More information about the scm-commits mailing list