rpms/zaptel/devel zaptel-1.4.1-makefile.patch, NONE, 1.1 zaptel.spec, 1.9, 1.10

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Sat Mar 24 04:22:13 UTC 2007


Author: jcollie

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

Modified Files:
	zaptel.spec 
Added Files:
	zaptel-1.4.1-makefile.patch 
Log Message:
Really, really make this build with out the kernel source...

zaptel-1.4.1-makefile.patch:

--- NEW FILE zaptel-1.4.1-makefile.patch ---
Index: Makefile
===================================================================
--- Makefile	(revision 2341)
+++ Makefile	(working copy)
@@ -386,10 +386,7 @@
 $(UTILSO): %.o: %.c
 	$(CC) $(CFLAGS) -o $@ -c $<
 
-install: all devices install-modules install-libs install-include install-xpp
-ifeq ($(HOTPLUG_FIRMWARE),yes)
-	$(MAKE) -C firmware hotplug-install
-endif
+install: devices install-libs install-include install-xpp
 	if [ -f ztcfg ]; then \
 		$(INSTALL) -D -m 755 ztcfg $(INSTALL_PREFIX)/sbin/ztcfg; \
 	fi
@@ -403,12 +400,8 @@
 	fi
 	$(INSTALL) -m 644 doc/ztcfg.8 $(INSTALL_PREFIX)/usr/share/man/man8
 	$(INSTALL) -m 644 doc/zttool.8 $(INSTALL_PREFIX)/usr/share/man/man8
-	[ `id -u` = 0 ] && /sbin/depmod -a $(KVERS) || :
 	[ -f $(CONFIG_FILE) ] || $(INSTALL) -D -m 644 zaptel.conf.sample $(CONFIG_FILE)
 	build_tools/genmodconf $(BUILDVER) "$(ROOT_PREFIX)" "$(filter-out zaptel ztdummy xpp zttranscode ztdynamic,$(BUILD_MODULES)) $(MODULE_ALIASES)"
-	@if [ -d /etc/modutils ]; then \
-		/sbin/update-modules ; \
-	fi
 
 install-libs: $(LTZ_SO) $(LTZ_A)
 	$(INSTALL) -D -m 755 $(LTZ_A) $(LIB_DIR)/$(LTZ_A)


Index: zaptel.spec
===================================================================
RCS file: /cvs/extras/rpms/zaptel/devel/zaptel.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- zaptel.spec	23 Mar 2007 05:22:35 -0000	1.9
+++ zaptel.spec	24 Mar 2007 04:21:41 -0000	1.10
@@ -1,12 +1,13 @@
 Summary: Tools and libraries for using/configuring/monitoring Zapata telephony interfaces
 Name: zaptel
 Version: 1.4.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPL
 Group: Applications/System
 URL: http://www.digium.com/
 Source0: http://ftp.digium.com/pub/telephony/zaptel/releases/zaptel-%{version}.tar.gz
 Patch0:  zaptel-1.4.0-beta1-udevzaptelowner.patch
+Patch1:  zaptel-1.4.1-makefile.patch
 
 Source1: menuselect.makedeps
 Source2: menuselect.makeopts
@@ -56,6 +57,7 @@
 %setup0 -q
 
 %patch0 -p0
+%patch1 -p0
 
 cp %{S:1} .
 cp %{S:2} .
@@ -198,6 +200,9 @@
 %{_libdir}/libtonezone.so
 
 %changelog
+* Fri Mar 23 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.4.1-3
+- Really, really make it work without the kernel sources...
+
 * Fri Mar 23 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.4.1-2
 - Let's see if we can get this to build without the kernel sources present.
 




More information about the scm-commits mailing list