-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9fdf97a
commit cc7e182
Showing
27 changed files
with
184 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,15 +3,16 @@ | |
# | ||
# Language utlity functions for projects building localization packages | ||
|
||
include config/utility.am | ||
|
||
# use lowercase and hyphens to be backward compatible with previous sipxecs versions | ||
STDPROMPTS_LANG_ID = $(call lowercase,$(subst _,-,@LANG_ID@)) | ||
|
||
promptsdir = $(datadir)/www/doc/stdprompts_$(STDPROMPTS_LANG_ID) | ||
confplugindir = @SIPX_JAVADIR@/sipXconfig/plugins | ||
ivrplugindir = @SIPX_JAVADIR@/sipXivr | ||
|
||
@PACKAGE@-dist-specfile : | ||
@$(call SearchAndReplace,$(srcdir)/sipxlang-@[email protected],$(distdir)/sipxlang-@[email protected], $(dist_EXTRA_REPLACE)) | ||
|
||
sipxlang-%.jar : | ||
jar -cf $@ -C $(srcdir)/sipxpbx . | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
epel-release_SRPM=epel-release-6-5.src.rpm | ||
|
||
# targets not defined, nothing to do | ||
epel-release.autoreconf epel-release.configure epel-release.dist:; | ||
epel-release.dist:; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
hiredis_SRPM=hiredis-0.10.1-4.fc18.src.rpm | ||
|
||
# targets not defined, nothing to do | ||
hiredis.autoreconf hiredis.configure hiredis.dist:; | ||
hiredis.dist:; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# See ./src/OpenACD.app.src for matching version number. Please keep in sync, | ||
# but not strictly nec. | ||
OpenACD_VER = 0.9.5 | ||
|
||
OpenACD_REV = $(shell cd $(SRC)/$(PROJ); ../config/revision-gen $(OpenACD_VER)) | ||
OpenACD_SRPM = openacd-$(OpenACD_VER)-$(OpenACD_REV).src.rpm | ||
OpenACD_TAR = OpenACD/OpenACD.tar.gz | ||
OpenACD_SRPM_DEFS = --define "buildno $(OpenACD_REV)" | ||
OpenACD_RPM_DEFS = --define="buildno $(OpenACD_REV)" | ||
|
||
OpenACD.dist : | ||
test -d OpenACD || mkdir -p OpenACD | ||
make -C $(SRC)/OpenACD dist DESTDIR=$(abspath .)/OpenACD/ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.