Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
63a0db20ee | ||
|
|
74759f4783 | ||
|
|
0abe21e5ea | ||
|
|
d2d445a189 | ||
|
|
a95e422bed | ||
|
|
eab1b01fd1 |
5 changed files with 19 additions and 25 deletions
|
|
@ -1 +0,0 @@
|
|||
zaptel-1.4.10.tar.gz
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
zaptel-1.4.12.1.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -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)
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
2acfc39f4089a28961e1c489bbf82db6 zaptel-1.4.10.tar.gz
|
||||
71e83a020b020fa60905edecf70e95a3 zaptel-1.4.12.1.tar.gz
|
||||
|
|
|
|||
19
zaptel.spec
19
zaptel.spec
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue