From 961f0b9b3e8627310478a198cc3e6d48365b61d3 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 27 Jul 2009 08:59:16 +0000 Subject: [PATCH 1/4] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- zaptel.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zaptel.spec b/zaptel.spec index 097d95a..a555895 100644 --- a/zaptel.spec +++ b/zaptel.spec @@ -1,7 +1,7 @@ Summary: Tools and libraries for using/configuring/monitoring Zapata telephony interfaces Name: zaptel Version: 1.4.12.1 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ Group: Applications/System URL: http://www.digium.com/ @@ -181,6 +181,9 @@ fi %{_libdir}/libtonezone.so %changelog +* Mon Jul 27 2009 Fedora Release Engineering - 1.4.12.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Wed Feb 25 2009 Fedora Release Engineering - 1.4.12.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From 0c44e2351c969c4f4f0755cba672004900656069 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:39:17 +0000 Subject: [PATCH 2/4] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index aa555e0..279b920 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: zaptel -# $Id$ +# $Id: Makefile,v 1.1 2006/10/16 11:52:12 jcollie Exp $ NAME := zaptel SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From 88905e1e57b65a7b27c70f99e2ef82d0b9edaabc Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 10 May 2010 17:37:28 +0000 Subject: [PATCH 3/4] replaced by dahdi-tools long long ago --- Makefile | 21 -- dead.package | 1 + menuselect.makedeps | 7 - menuselect.makeopts | 3 - sources | 1 - zaptel-1.4.10-udevzaptelowner.patch | 23 --- zaptel.init | 63 ------ zaptel.spec | 308 ---------------------------- 8 files changed, 1 insertion(+), 426 deletions(-) delete mode 100644 Makefile create mode 100644 dead.package delete mode 100644 menuselect.makedeps delete mode 100644 menuselect.makeopts delete mode 100644 sources delete mode 100644 zaptel-1.4.10-udevzaptelowner.patch delete mode 100644 zaptel.init delete mode 100644 zaptel.spec diff --git a/Makefile b/Makefile deleted file mode 100644 index 279b920..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: zaptel -# $Id: Makefile,v 1.1 2006/10/16 11:52:12 jcollie Exp $ -NAME := zaptel -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..ce73424 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +replaced my dahdi-tools diff --git a/menuselect.makedeps b/menuselect.makedeps deleted file mode 100644 index be2db24..0000000 --- a/menuselect.makedeps +++ /dev/null @@ -1,7 +0,0 @@ -MENUSELECT_DEPENDS_wctc4xxp=ZTTRANSCODE -MENUSELECT_DEPENDS_ztd-eth=ZTDYNAMIC -MENUSELECT_DEPENDS_ztd-loc=ZTDYNAMIC -MENUSELECT_DEPENDS_zttool=LIBNEWT -MENUSELECT_DEPENDS_FIRMWARE-OCT6114-064=WCT4XXP -MENUSELECT_DEPENDS_FIRMWARE-OCT6114-128=WCT4XXP -MENUSELECT_DEPENDS_FIRMWARE-TC400M=WCTC4XXP diff --git a/menuselect.makeopts b/menuselect.makeopts deleted file mode 100644 index 71b4f89..0000000 --- a/menuselect.makeopts +++ /dev/null @@ -1,3 +0,0 @@ -MENUSELECT_MODULES=pciradio tor2 torisa wcfxo wct1xxp wct4xxp wctc4xxp wctdm wctdm24xxp wcte11xp wcte12xp wcusb xpp zaptel ztd-eth ztd-loc ztdummy ztdynamic zttranscode -MENUSELECT_UTILS= -MENUSELECT_FIRMWARE= diff --git a/sources b/sources deleted file mode 100644 index 63f038e..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -71e83a020b020fa60905edecf70e95a3 zaptel-1.4.12.1.tar.gz diff --git a/zaptel-1.4.10-udevzaptelowner.patch b/zaptel-1.4.10-udevzaptelowner.patch deleted file mode 100644 index 8006739..0000000 --- a/zaptel-1.4.10-udevzaptelowner.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 32a671bbf9ae1103626d539b4fce7d649d39e11f Mon Sep 17 00:00:00 2001 -From: Jeffrey C. Ollie -Date: Tue, 15 Jan 2008 08:01:31 -0600 -Subject: [PATCH] Apply udevzaptelowner patch from rpm package. - ---- - build_tools/genudevrules | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/build_tools/genudevrules b/build_tools/genudevrules -index 17e1f90..fa6987b 100755 ---- a/build_tools/genudevrules -+++ b/build_tools/genudevrules -@@ -31,5 +31,5 @@ KERNEL${match}"zappseudo", NAME="zap/pseudo" - KERNEL${match}"zap[0-9]*", NAME="zap/%n" - - # zaptel devices with ownership/permissions for running as non-root --SUBSYSTEM${match}"zaptel", OWNER="asterisk", GROUP="asterisk", MODE="0660" -+SUBSYSTEM${match}"zaptel", OWNER="zaptel", GROUP="zaptel", MODE="0660" - EOF --- -1.5.4.3 - diff --git a/zaptel.init b/zaptel.init deleted file mode 100644 index 59255a8..0000000 --- a/zaptel.init +++ /dev/null @@ -1,63 +0,0 @@ -#!/bin/sh -# -# zaptel This shell script takes care of loading and unloading \ -# Zapata Telephony interfaces -# chkconfig: - 9 92 -# description: The zapata telephony drivers allow you to use your linux \ -# computer to accept incoming data and voice interfaces -# -# config: /etc/sysconfig/zaptel - -initdir=/etc/rc.d/init.d - -# Source function library. -. $initdir/functions || exit 0 - -# Source zaptel configuration. -[ -f /etc/sysconfig/zaptel ] && . /etc/sysconfig/zaptel - -# Check that telephony is up. -[ "${TELEPHONY}" = "yes" ] || exit 0 - -[ -f /sbin/ztcfg ] || exit 0 - -[ -f /etc/zaptel.conf ] || exit 0 - -RETVAL=0 - -# See how we were called. -case "$1" in - start) - if [ ! -e /proc/zaptel/1 ]; then - echo "No functioning zap hardware found in /proc/zaptel, loading ztdummy" - action "Loading ztdummy:" modprobe ztdummy - fi - action "Running ztcfg: " /sbin/ztcfg - RETVAL=$? - - [ $RETVAL -eq 0 ] && touch /var/lock/subsys/zaptel - ;; - stop) - RETVAL=0 - - [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/zaptel - ;; - restart) - $0 stop - $0 start - ;; - reload) - action "Reloading ztcfg: " /sbin/ztcfg - RETVAL=$? - ;; - status) - echo "Status option unimplemented." - RETVAL=$? - ;; - *) - echo "Usage: zaptel {start|stop|status|restart|reload}" - exit 1 -esac - -exit $RETVAL - diff --git a/zaptel.spec b/zaptel.spec deleted file mode 100644 index a555895..0000000 --- a/zaptel.spec +++ /dev/null @@ -1,308 +0,0 @@ -Summary: Tools and libraries for using/configuring/monitoring Zapata telephony interfaces -Name: zaptel -Version: 1.4.12.1 -Release: 3%{?dist} -License: GPLv2+ -Group: Applications/System -URL: http://www.digium.com/ -Source0: http://downloads.digium.com/pub/telephony/zaptel/releases/zaptel-%{version}.tar.gz -Patch0: zaptel-1.4.10-udevzaptelowner.patch -Source1: menuselect.makedeps -Source2: menuselect.makeopts -Source3: zaptel.init - -BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) - -BuildRequires: newt-devel -BuildRequires: udev - -Requires(pre): fedora-usermgmt - -Requires(preun): /sbin/service -Requires(preun): /sbin/chkconfig - -Requires(post): /sbin/chkconfig - -Requires(postun): fedora-usermgmt - -%description -Tools and libraries for using/configuring/monitoring Zapata telephony -interfaces. - -%package lib -Summary:Library for using Zapata telephony interfaces -Group: Development/Libraries - -%description lib -Library for using Zapata telephony interfaces. - -%package utils -Summary: Tools for monitoring and testing Zapata telephony interfaces -Group: Development/Libraries -Requires: zaptel-lib = %{version}-%{release} - -%description utils -Tools for monitoring and testing Zapata telephony interfaces. - -%package devel -Summary: Development files for Zapata telephony interfaces -Group: Development/Libraries -Requires: zaptel-lib = %{version}-%{release} - -%description devel -Development files for Zapata telephony interfaces. - -%prep -%setup0 -q - -%patch0 -p1 - -cp %{S:1} . -cp %{S:2} . -cp %{S:3} . - -# convert some files to UTF-8 -pushd doc -for f in zttool.8 ztcfg.8 ztmonitor.8 -do - iconv -f iso8859-1 -t utf-8 $f -o $f.tmp - mv $f.tmp $f -done -popd - -%build -pushd menuselect/mxml -%configure -popd - -pushd menuselect -%configure -popd - -%configure - -make %{?_smp_mflags} programs - -%install -rm -rf %{buildroot} - -mkdir -p %{buildroot}%{_initrddir} -mkdir -p %{buildroot}%{_sbindir} -mkdir -p %{buildroot}%{_sysconfdir}/sysconfig -mkdir -p %{buildroot}%{_sysconfdir}/sysconfig/network-scripts -mkdir -p %{buildroot}%{_sysconfdir}/udev/rules.d -mkdir -p %{buildroot}%{_sysconfdir}/udev/permissions.d -mkdir -p %{buildroot}%{_mandir}/man8 - -make install-programs config DESTDIR=%{buildroot} - -build_tools/genudevrules > %{buildroot}%{_sysconfdir}/udev/rules.d/zaptel.rules - -for f in fxotune fxstest ztdiag ztmonitor ztscan ztspeed zttest zttool -do - mv %{buildroot}/sbin/$f %{buildroot}%{_sbindir}/$f -done - -rm -f %{buildroot}%{_libdir}/libtonezone.a - -%clean -rm -rf %{buildroot} - -%post -/usr/sbin/fedora-groupadd 29 -r zaptel &>/dev/null || : -/usr/sbin/fedora-useradd 29 -r -s /sbin/nologin -d / -M \ - -c 'Zapata Telephony' -g zaptel zaptel &>/dev/null || : -/sbin/chkconfig --add zaptel - -%preun -if [ $1 -eq 0 ]; then - /sbin/service zaptel stop >/dev/null 2>&1 - /sbin/chkconfig --del zaptel -fi - -%post lib -p /sbin/ldconfig - -%postun lib -p /sbin/ldconfig - -%files -%defattr(-,root,root,-) - -%doc ChangeLog -%doc ifcfg-hdlc0 -%doc LICENSE -%doc README -%doc README.fxotune -%doc README.fxsusb -%doc zaptel.conf.sample - -%config(noreplace) %{_sysconfdir}/zaptel.conf -%config(noreplace) %{_sysconfdir}/sysconfig/zaptel -%config(noreplace) %{_sysconfdir}/udev/rules.d/zaptel.rules - -%{_sysconfdir}/sysconfig/network-scripts/ifup-hdlc -/sbin/ztcfg -/sbin/sethdlc-new - -%{_initrddir}/zaptel -%{_mandir}/man8/ztcfg.8* - -%files lib -%defattr(-,root,root,-) -%{_libdir}/libtonezone.so.1 -%{_libdir}/libtonezone.so.1.0 - -%files utils -%defattr(-,root,root,-) - -%{_sbindir}/fxotune -%{_sbindir}/fxstest -%{_sbindir}/ztdiag -%{_sbindir}/ztmonitor -%{_sbindir}/ztscan -%{_sbindir}/ztspeed -%{_sbindir}/zttest -%{_sbindir}/zttool - -%{_mandir}/man8/fxotune.8* -%{_mandir}/man8/fxstest.8* -%{_mandir}/man8/ztdiag.8* -%{_mandir}/man8/ztmonitor.8* -%{_mandir}/man8/ztscan.8* -%{_mandir}/man8/ztspeed.8* -%{_mandir}/man8/zttest.8* -%{_mandir}/man8/zttool.8* - -%files devel -%defattr(-,root,root,-) -%doc LICENSE -%dir %{_includedir}/zaptel -%{_includedir}/zaptel/tonezone.h -%{_includedir}/zaptel/zaptel.h -%{_libdir}/libtonezone.so - -%changelog -* Mon Jul 27 2009 Fedora Release Engineering - 1.4.12.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Wed Feb 25 2009 Fedora Release Engineering - 1.4.12.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Tue Sep 9 2008 Jeffrey C. Ollie - 1.4.12.1-1 -- Update to 1.4.12.1 - -* Thu Sep 4 2008 Jeffrey C. Ollie - 1.4.12-1 -- Update to 1.4.12 - -* Mon Aug 11 2008 Jason L Tibbitts III - 1.4.11-2 -- Fix license tag. - -* Wed May 28 2008 Jeffrey C. Ollie - 1.4.11-1 -- Update to 1.4.11 - -* Thu May 8 2008 Jeffrey C. Ollie - 1.4.10.1-1 -- Update to 1.4.10.1 - -* Wed Apr 9 2008 Jeffrey C. Ollie - 1.4.10-1 -- Update to 1.4.10 - -* Thu Feb 21 2008 Jeffrey C. Ollie - 1.4.9-1 -- Update to 1.4.9. - -* Mon Feb 11 2008 Jeffrey C. Ollie - 1.4.8-2 -- Rebuild for GCC 4.3 - -* Mon Jan 14 2008 Jeffrey C. Ollie - 1.4.8-1 -- Update to 1.4.8 - -* Thu Dec 20 2007 Jeffrey C. Ollie - 1.4.7.1-1 -- Update to 1.4.7.1 -- Drop upstreamed patch. - -* Fri Nov 1 2007 Jeffrey C. Ollie - 1.4.6-1 -- Update to 1.4.6 -- Apply patch to fix AST-2007-024 - -* Wed Apr 25 2007 Jeffrey C. Ollie - 1.4.2.1-1 -- Update to 1.4.2.1 - -* Mon Mar 26 2007 Jeffrey C. Ollie - 1.4.1-4 -- Own /usr/include/zaptel, fixes #233970. - -* Fri Mar 23 2007 Jeffrey C. Ollie - 1.4.1-3 -- Really, really make it work without the kernel sources... - -* Fri Mar 23 2007 Jeffrey C. Ollie - 1.4.1-2 -- Let's see if we can get this to build without the kernel sources present. - -* Fri Mar 23 2007 Jeffrey C. Ollie - 1.4.1-1 -- Update to 1.4.1 - -* Sat Dec 23 2006 Jeffrey C. Ollie - 1.4.0-9 -- (Annoyed Grunt!) - -* Sat Dec 23 2006 Jeffrey C. Ollie - 1.4.0-8 -- Don't package hdlc bits on FC <= 5 - -* Sat Dec 23 2006 Jeffrey C. Ollie - 1.4.0-7 -- Update to 1.4.0 final - -* Fri Dec 15 2006 Jeffrey C. Ollie - 1.4.0-5.beta3 -- Update to 1.4.0-beta3 -- Drop unnecessary patch - -* Wed Oct 25 2006 Jeffrey C. Ollie - 1.4.0-4.beta2 -- Compile sethdlc and package related bits. -- Remove some readmes that aren't applicable to library/userland - -* Wed Oct 18 2006 Jeffrey C. Ollie - 1.4.0-3.beta2 -- Update to 1.4.0-beta2 - -* Sun Oct 15 2006 Jeffrey C. Ollie - 1.4.0-2.beta1 -- Don't package firmware until license can be figured out. - -* Fri Oct 13 2006 Jeffrey C. Ollie - 1.4.0-1.beta1 -- Remove "Provides: zaptel-kmod-common" -- Don't load modules in initscript (except for possibly ztdummy) - leave that up to udev/hotplug. -- Drop ifup-hdlc - it requires sethdlc which isn't available. -- Move utilities to %%{_sbindir} rather than /sbin. -- Split libtonezone off into a separate lib package. -- Use 'zaptel' user/group to own device files. -- Add patch to fix minor makefile bug. - -* Wed Oct 11 2006 Jeffrey C. Ollie - 1.4.0-0.beta1 -- Update to 1.4.0-beta1 - -* Fri Jun 9 2006 Jeffrey C. Ollie - 1.2.6-3 -- Bump release and rebuild. - -* Thu Apr 27 2006 Jeffrey C. Ollie - 1.2.5-2 -- Changed ownership of device nodes to "root" in udev rules file. -- Don't build sethdlc. - -* Mon Mar 27 2006 Jeffrey C. Ollie - 1.2.5-1 -- Update to 1.2.5 - -* Wed Feb 15 2006 Jeffrey C. Ollie - 1.2.4-1 -- Update to 1.2.4 - -* Tue Jan 31 2006 Jeffrey C. Ollie - 1.2.3-1 -- Preserve timestamps when we install. -- Use custom init.d file that does all the fancy RH stuff. - -* Mon Jan 30 2006 Jeffrey C. Ollie - 1.2.3-1 -- Update to 1.2.3. - -* Mon Jan 23 2006 Jeffrey C. Ollie - 1.2.2-3 -- provide zaptel-kmod-common - -* Wed Jan 18 2006 Jeffrey C. Ollie - 1.2.2-2 -- Bump release number. - -* Wed Jan 18 2006 Jeffrey C. Ollie - 1.2.2-1 -- Update to 1.2.2. - -* Fri Jan 13 2006 Jeffrey C. Ollie - 1.2.1-2 -- Devel subpackage needs to require main package. - -* Wed Jan 11 2006 Jeffrey C. Ollie - 1.2.1-1 -- Initial version for Fedora Extras From 682c330857bc0c378effbbefb8ccd0aaa3bf0df2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 16:27:49 +0000 Subject: [PATCH 4/4] dist-git conversion --- .cvsignore => .gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .cvsignore => .gitignore (100%) diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore