ASM #16805 - Update component.spec for awips2-java for removal of license.txt file
Change-Id: I55524734785e63647cba46edb8e15324b794af95 Former-commit-id: dc77d48fc9c9e5183b94bc05321ab0061404a4ff
This commit is contained in:
parent
354a421da7
commit
e4224cd67b
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
Name: awips2-java
|
||||
Summary: AWIPS II Java Distribution
|
||||
Version: %{_java_version}
|
||||
Release: 2
|
||||
Release: 3
|
||||
Group: AWIPSII
|
||||
BuildRoot: %{_build_root}
|
||||
BuildArch: %{_build_arch}
|
||||
|
@ -177,7 +177,7 @@ rm -f %{_build_root}/awips2/java/bin/jmc
|
|||
# The licenses
|
||||
mkdir -p %{_build_root}/awips2/java/licenses
|
||||
LEGAL_DIR="%{_baseline_workspace}/rpms/legal"
|
||||
cp -v ${LEGAL_DIR}/*.txt ${LEGAL_DIR}/*.pdf \
|
||||
cp -v ${LEGAL_DIR}/*.pdf \
|
||||
%{_build_root}/awips2/java/licenses
|
||||
if [ $? -ne 0 ]; then
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Reference in a new issue