Former-commit-id:c629f18f24
[formerly99d22f395a
] [formerlyc629f18f24
[formerly99d22f395a
] [formerlyf92eb59a73
[formerly cb9c284220bb65f5e2f212a27a03def7aed29480]]] Former-commit-id:f92eb59a73
Former-commit-id:8d64fdba2c
[formerly580172b47c
] Former-commit-id:212afcceea
66 lines
No EOL
1.4 KiB
RPMSpec
66 lines
No EOL
1.4 KiB
RPMSpec
#
|
|
# AWIPS II Edex "component" spec file
|
|
#
|
|
%define __prelink_undo_cmd %{nil}
|
|
# Turn off the brp-python-bytecompile script
|
|
%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
|
|
%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-java-repack-jars[[:space:]].*$!!g')
|
|
|
|
Name: awips2-%{_component_name}
|
|
Summary: awips2-%{_component_name} Installation
|
|
Version: %{_component_version}
|
|
Release: %{_component_release}
|
|
Group: AWIPSII
|
|
BuildRoot: %{_build_root}
|
|
URL: N/A
|
|
License: N/A
|
|
Distribution: N/A
|
|
Vendor: Raytheon
|
|
Packager: Bryan Kowal
|
|
|
|
provides: awips2-%{_component_name}
|
|
requires: awips2
|
|
requires: awips2-edex-base
|
|
requires: awips2-python
|
|
requires: awips2-java
|
|
requires: awips2-psql
|
|
|
|
%description
|
|
AWIPS II Edex - Installs AWIPS II Edex Plugins.
|
|
|
|
%prep
|
|
# Verify That The User Has Specified A BuildRoot.
|
|
if [ "%{_build_root}" = "" ]
|
|
then
|
|
echo "ERROR: The RPM Build Root has not been specified."
|
|
exit 1
|
|
fi
|
|
|
|
if [ -d %{_build_root} ]; then
|
|
rm -rf %{_build_root}
|
|
fi
|
|
mkdir -p %{_build_root}
|
|
|
|
%build
|
|
|
|
%install
|
|
|
|
unzip %{_baseline_workspace}/build.edex/edex/dist/%{_component_name}.zip \
|
|
-d %{_build_root}
|
|
if [ $? -ne 0 ]; then
|
|
exit 1
|
|
fi
|
|
|
|
%pre
|
|
%post
|
|
%preun
|
|
%postun
|
|
|
|
%clean
|
|
rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
%files
|
|
%defattr(644,awips,fxalpha,755)
|
|
%dir /awips2
|
|
%dir /awips2/edex
|
|
/awips2/edex/* |