Compare commits

...
Sign in to create a new pull request.

6 commits

Author SHA1 Message Date
Fedora Release Engineering
63a0db20ee dist-git conversion 2010-07-29 16:27:51 +00:00
Bill Nottingham
74759f4783 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:08:49 +00:00
Jeffrey C. Ollie
0abe21e5ea - Update to 1.4.12.1 2008-09-10 02:51:45 +00:00
Jeffrey C. Ollie
d2d445a189 - Update to 1.4.11 2008-05-29 04:20:50 +00:00
Jeffrey C. Ollie
a95e422bed - Update to 1.4.10.1 2008-05-09 13:39:41 +00:00
Jesse Keating
eab1b01fd1 Initialize branch F-9 for zaptel 2008-04-19 18:41:29 +00:00
5 changed files with 19 additions and 25 deletions

View file

@ -1 +0,0 @@
zaptel-1.4.10.tar.gz

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
zaptel-1.4.12.1.tar.gz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: zaptel
# $Id$
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
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)

View file

@ -1 +1 @@
2acfc39f4089a28961e1c489bbf82db6 zaptel-1.4.10.tar.gz
71e83a020b020fa60905edecf70e95a3 zaptel-1.4.12.1.tar.gz

View file

@ -1,8 +1,8 @@
Summary: Tools and libraries for using/configuring/monitoring Zapata telephony interfaces
Name: zaptel
Version: 1.4.10
Version: 1.4.12.1
Release: 1%{?dist}
License: GPL
License: GPLv2+
Group: Applications/System
URL: http://www.digium.com/
Source0: http://downloads.digium.com/pub/telephony/zaptel/releases/zaptel-%{version}.tar.gz
@ -181,6 +181,21 @@ fi
%{_libdir}/libtonezone.so
%changelog
* Tue Sep 9 2008 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.4.12.1-1
- Update to 1.4.12.1
* Thu Sep 4 2008 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.4.12-1
- Update to 1.4.12
* Mon Aug 11 2008 Jason L Tibbitts III <tibbs@math.uh.edu> - 1.4.11-2
- Fix license tag.
* Wed May 28 2008 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.4.11-1
- Update to 1.4.11
* Thu May 8 2008 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.4.10.1-1
- Update to 1.4.10.1
* Wed Apr 9 2008 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.4.10-1
- Update to 1.4.10