16.2.2-2 el7 EDEX build commits for topo, edex, edex-upc, python-awips
This commit is contained in:
parent
f15dc11756
commit
a9cb7b2160
6 changed files with 20 additions and 11 deletions
|
@ -43,11 +43,13 @@ if [ ! -d ${TOPO_DIR} ]; then
|
|||
echo "Directory ${TOPO_DIR} not found!"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
#defaultTopo.h5 gtopo30.h5 modelStaticTopo.h5 staticTopo.h5 usTopo.dat.gz
|
||||
TOPO_TO_COPY=\
|
||||
(\
|
||||
'defaultTopo.h5'\
|
||||
'modelStaticTopo.h5'\
|
||||
'staticTopo.h5'\
|
||||
'gtopo30.h5'\
|
||||
'defaultTopo.h5' \
|
||||
'usTopo.dat.gz' \
|
||||
)
|
||||
# !!!!! WARNING - THIS WILL TAKE A LONG TIME !!!!!
|
||||
|
@ -75,3 +77,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||
%dir /awips2/edex/data/hdf5/topo
|
||||
/awips2/edex/data/hdf5/topo/*
|
||||
%docdir /awips2/edex/data/hdf5/topo/licenses
|
||||
# rpm -qlp ./noarch/awips2-data.hdf5-topo-16.2.2-2.el7.centos.noarch.rpm
|
||||
#/awips2/edex/data/hdf5
|
||||
#/awips2/edex/data/hdf5/topo
|
||||
#/awips2/edex/data/hdf5/topo/defaultTopo.h5
|
||||
#/awips2/edex/data/hdf5/topo/gtopo30.h5
|
||||
#/awips2/edex/data/hdf5/topo/usTopo.dat.gz
|
||||
|
|
|
@ -16,10 +16,11 @@ Packager: %{_build_site}
|
|||
provides: awips2-edex
|
||||
provides: awips2-base-component
|
||||
provides: awips2-base
|
||||
requires: awips2-python
|
||||
requires: awips2-java
|
||||
requires: awips2-psql
|
||||
requires: awips2-yajsw
|
||||
Requires: awips2-python
|
||||
Requires: awips2-java
|
||||
Requires: awips2-psql
|
||||
Requires: awips2-yajsw
|
||||
Requires: libpng12
|
||||
Obsoletes: awips2-edex-grib < 16.1.6
|
||||
|
||||
%{?filter_setup:
|
||||
|
|
|
@ -17,8 +17,8 @@ Vendor: %{_build_vendor}
|
|||
Packager: %{_build_site}
|
||||
|
||||
AutoReq: no
|
||||
Requires: awips2-tools, awips2-edex-configuration, awips2-database-standalone-configuration
|
||||
Requires: awips2-postgresql, awips2-ldm
|
||||
Requires: awips2-tools
|
||||
Requires: awips2-ldm
|
||||
Requires: ksh, libstdc++(x86-32), libgfortran(x86-32)
|
||||
|
||||
provides: awips2-edex-upc
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
Name: awips2-python-awips
|
||||
Summary: AWIPS II Python awips Distribution
|
||||
Version: 0.9.7
|
||||
Release: 2
|
||||
Release: 1
|
||||
Group: AWIPSII
|
||||
BuildRoot: %{_build_root}
|
||||
BuildArch: %{_build_arch}
|
||||
|
|
|
@ -16,7 +16,7 @@ export BUILD_WORKSPACE=${BUILD_DIR}/workspace
|
|||
# baseline is...
|
||||
export BASELINE="${JENKINS_WORKSPACE}"
|
||||
export AWIPSII_VERSION="16.2.2"
|
||||
export AWIPSII_RELEASE="7"
|
||||
export AWIPSII_RELEASE="2"
|
||||
|
||||
export AWIPSII_TOP_DIR="${BUILD_WORKSPACE}/tmp/rpms_built_dir"
|
||||
|
||||
|
|
|
@ -6,6 +6,6 @@ export LD_LIBRARY_PATH=/usr/lib:/lib:/usr/lib64:/lib64
|
|||
#fi
|
||||
#unset LD_LIBRARY_PATH
|
||||
pushd /awips2/jenkins/build/awips2-el7
|
||||
repomanage -k1 --old . | xargs rm -f
|
||||
repomanage -k2 --old . | xargs rm -f
|
||||
createrepo -g ./comps.xml .
|
||||
rsync -ruql --delete . /awips2/repo/awips2_16.2.2
|
||||
|
|
Loading…
Add table
Reference in a new issue