Skip to content

Commit

Permalink
XX-9567 - misc missing files and get rpm build working again
Browse files Browse the repository at this point in the history
  • Loading branch information
ezuce-admin committed Jun 2, 2011
1 parent 9a7c8c0 commit 65bb1f6
Show file tree
Hide file tree
Showing 264 changed files with 798 additions and 1,820 deletions.
2 changes: 1 addition & 1 deletion OpenACD
Submodule OpenACD updated from c91009 to 663ecc
1 change: 0 additions & 1 deletion config/project.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
utility_am_required ?= $(error Please include utility.am)
$(utility_am_required)


EXTRA_DIST = \
config/revision-gen \
CONTRIBUTORS \
Expand Down
1 change: 0 additions & 1 deletion mak/00-modules.mk.in
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ sipx = \
sipXkarel \
sipXnortel \
sipXlg-nortel \
sipXlinksys \
sipXmitel \
sipXpolycom \
sipXsnom \
Expand Down
File renamed without changes.
10 changes: 10 additions & 0 deletions sipXaastra/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Copyright © 2011 SIPfoundry Inc.

Certain elements licensed under a Contributor Agreement. Contributors retain copyright to elements licensed under a Contributor Agreement.

Licensed to the user under the Affero General Public License (AGPL) version 3 or newer.

The SIPfoundry and sipXecs names and logos are the property of SIPfoundry Inc. an may not be used without permission.

This license and the SIPfoundry copyright may not be removed.
All user facing (Web) interfaces that provide access to functionality or services provided in full or in part by this software must display the license and SIPfoundry copyright in a clearly visible way. By using this software you grant the right to SIPfoundry to use your name and logo to make such representation.
Empty file added sipXaastra/README
Empty file.
2 changes: 1 addition & 1 deletion sipXaastra/sipxaastra.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%{_sysconfdir}/sipxpbx/aastra/*
%{_datadir}/java/sipXecs/sipXconfig/sipXaastra.jar
%{_datadir}/java/sipXecs/sipXconfig/plugins/sipXaastra.jar



5 changes: 5 additions & 0 deletions sipXaastra/test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ include $(top_srcdir)/config/utility.am
include $(top_srcdir)/config/java.am
include $(top_srcdir)/src/common.am

EXTRA_DIST = \
$(test_SRC) \
$(test_RESOURCES)

noinst_DATA = javac-test

test_PKGS = \
Expand All @@ -23,3 +27,4 @@ test_DEPS = \
test_JAVAFLAGS = -Dclasspath.dir=$(srcdir) -Dbasedir=$(top_builddir)

test_SRC = $(shell cd $(srcdir); find org -name '*.java')
test_RESOURCES = $(shell cd $(srcdir); find org -not -name '*.java')
2 changes: 1 addition & 1 deletion sipXacccode/bin/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ EXTRA_DIST = \
bin_SCRIPTS = \
sipxacccode.sh

$(bin_SCRIPTS) : % : %.in
$(bin_SCRIPTS) : % : %.in Makefile
@$(call SearchAndReplace,$<,$@,sipxacc_PKGS)

CLEANFILES = $(bin_SCRIPTS)
2 changes: 1 addition & 1 deletion sipXacccode/bin/sipxacccode.sh.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -x
#!/bin/bash

#
# Copyright (C) 2010 Avaya, certain elements licensed under a Contributor Agreement.
Expand Down
2 changes: 1 addition & 1 deletion sipXacccode/etc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ procdir = \
proc_DATA = \
sipxacccode-process.xml

$(proc_DATA) : % : %.in
$(proc_DATA) : % : %.in Makefile
$(call SearchAndReplace, $<, $@)

CLEANFILES = $(proc_DATA)
2 changes: 1 addition & 1 deletion sipXacccode/meta/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ EXTRA_DIST = \

schemadir = @SIPX_DATADIR@/schema

$(schema_DATA) : % : %.in
$(schema_DATA) : % : %.in Makefile
@$(call SearchAndReplace,$<,$@)

CLEANFILES = $(schema_DATA)
2 changes: 1 addition & 1 deletion sipXacd/bin/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ bin_SCRIPTS = \
EXTRA_DIST = \
$(bin_SCRIPTS:=.in)

$(bin_SCRIPTS) : % : %.in
$(bin_SCRIPTS) : % : %.in Makefile
@$(call SearchAndReplace,$<,$@)

CLEANFILES = $(bin_SCRIPTS)
2 changes: 1 addition & 1 deletion sipXacd/etc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ procdir = \
proc_DATA = \
sipxacd-process.xml

$(proc_DATA) : % : %.in
$(proc_DATA) : % : %.in Makefile
@$(call SearchAndReplace, $<, $@)

CLEANFILES = $(proc_DATA)
6 changes: 6 additions & 0 deletions sipXacdStatistics/CONTRIBUTORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

On March 24th, 2004, Pingtel Corp. contributed this source code to
SIPfoundry, Inc. While we are only crediting authors and contributors
who wish to be named, we would like to thank everyone from the Pingtel
team who helped to build this.

Loading

0 comments on commit 65bb1f6

Please sign in to comment.