cartopy 0.15.1, metpy 0.4.3, groovy 2.4.9
This commit is contained in:
parent
0ab9a8188b
commit
f6f94339db
7 changed files with 17 additions and 29 deletions
Binary file not shown.
BIN
pythonPackages/metpy/v0.4.3.tar.gz
Normal file
BIN
pythonPackages/metpy/v0.4.3.tar.gz
Normal file
Binary file not shown.
|
@ -51,9 +51,6 @@ if [ $? -ne 0 ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
cp %{_baseline_workspace}/installers/Linux/.global \
|
||||
${RPM_BUILD_ROOT}/awips2/database
|
||||
|
||||
PATH_TO_DDL="build.edex/opt/db/ddl"
|
||||
PATH_TO_REPLICATION="build.edex/opt/db/replication"
|
||||
|
||||
|
@ -299,20 +296,6 @@ su ${AWIPS_DEFAULT_USER} -c \
|
|||
update_createEbxml
|
||||
execute_psql_sql_script ${SQL_SHARE_DIR}/createEbxml.sql metadata
|
||||
|
||||
# install replication role if this is a central registry server
|
||||
source /awips2/database/.global 2>/dev/null
|
||||
if [ -e /data/fxa/INSTALL/awips2/scripts/.global ]; then
|
||||
source /data/fxa/INSTALL/awips2/scripts/.global
|
||||
fi
|
||||
case $SITE_IDENTIFIER in
|
||||
${centralCaseArray} )
|
||||
execute_psql_sql_script ${SQL_SHARE_DIR}/createReplicationRole.sql
|
||||
;;
|
||||
*) ;;
|
||||
esac
|
||||
|
||||
rm -f /awips2/database/.global
|
||||
|
||||
execute_psql_sql_script ${SQL_SHARE_DIR}/alter_database_roles_and_permissions.sh
|
||||
|
||||
control_pg_ctl "stop"
|
||||
|
@ -330,7 +313,6 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||
%defattr(644,awips,fxalpha,755)
|
||||
%dir /awips2
|
||||
%dir /awips2/database
|
||||
/awips2/database/.global
|
||||
%dir /awips2/database/sqlScripts
|
||||
%dir /awips2/database/replication
|
||||
%dir /awips2/database/sqlScripts/share
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
%define _groovy_version 2.1.3
|
||||
%define _groovy_version 2.4.9
|
||||
#
|
||||
# AWIPS II Groovy Spec File
|
||||
#
|
||||
Name: awips2-groovy
|
||||
Summary: AWIPS II Groovy Distribution
|
||||
Version: %{_groovy_version}
|
||||
Release: %{_component_version}.%{_component_release}
|
||||
Release: 1
|
||||
Group: AWIPSII
|
||||
BuildRoot: %{_build_root}
|
||||
BuildArch: noarch
|
||||
|
@ -48,7 +48,7 @@ fi
|
|||
RPMS_DIRECTORY="%{_baseline_workspace}/rpms"
|
||||
INSTALLER_GROOVY="${RPMS_DIRECTORY}/awips2.core/Installer.groovy"
|
||||
|
||||
_groovy_dist="${INSTALLER_GROOVY}/src/groovy-binary-%{_groovy_version}.zip"
|
||||
_groovy_dist="${INSTALLER_GROOVY}/src/apache-groovy-binary-%{_groovy_version}.zip"
|
||||
|
||||
unzip ${_groovy_dist} -d %{_build_root}/awips2
|
||||
if [ $? -ne 0 ]; then
|
||||
|
@ -77,12 +77,18 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||
/awips2/groovy/lib/*
|
||||
%dir /awips2/groovy/bin
|
||||
|
||||
%doc /awips2/groovy/ANTLR-LICENSE.txt
|
||||
%doc /awips2/groovy/ASM-LICENSE.txt
|
||||
%doc /awips2/groovy/CLI-LICENSE.txt
|
||||
%doc /awips2/groovy/JSR223-LICENSE.txt
|
||||
%doc /awips2/groovy/LICENSE.txt
|
||||
%doc /awips2/groovy/NOTICE.txt
|
||||
/awips2/groovy/grooid/groovy-2.4.9-grooid.jar
|
||||
/awips2/groovy/grooid/groovy-test-2.4.9-grooid.jar
|
||||
%doc /awips2/groovy/LICENSE
|
||||
%doc /awips2/groovy/NOTICE
|
||||
%doc /awips2/groovy/licenses/antlr2-license.txt
|
||||
%doc /awips2/groovy/licenses/asm-license.txt
|
||||
%doc /awips2/groovy/licenses/hamcrest-license.txt
|
||||
%doc /awips2/groovy/licenses/jline2-license.txt
|
||||
%doc /awips2/groovy/licenses/jsr166y-license.txt
|
||||
%doc /awips2/groovy/licenses/jsr223-license.txt
|
||||
%doc /awips2/groovy/licenses/junit-license.txt
|
||||
%doc /awips2/groovy/licenses/xstream-license.txt
|
||||
|
||||
%defattr(755,awips,fxalpha,755)
|
||||
/awips2/groovy/bin/*
|
||||
|
|
Binary file not shown.
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
Name: awips2-python-cartopy
|
||||
Summary: AWIPS II Python cartopy Distribution
|
||||
Version: 0.14.2
|
||||
Version: 0.15.1
|
||||
Release: 1
|
||||
Group: AWIPSII
|
||||
BuildRoot: %{_build_root}
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
Name: awips2-python-metpy
|
||||
Summary: AWIPS II Python metpy Distribution
|
||||
Version: 0.4.1
|
||||
Version: 0.4.3
|
||||
Release: 1
|
||||
Group: AWIPSII
|
||||
BuildRoot: %{_build_root}
|
||||
|
|
Loading…
Add table
Reference in a new issue