Remove upstream code-signatures

This commit is contained in:
Mat Booth 2019-12-16 16:03:32 +00:00
parent ba9892926a
commit 3eb5ad28e0

View File

@ -5,7 +5,7 @@ Epoch: 1
Summary: Eclipse Compiler for Java
Name: ecj
Version: 4.14
Release: 1%{?dist}
Release: 2%{?dist}
URL: http://www.eclipse.org
License: EPL-2.0
@ -41,6 +41,7 @@ sed -i -e 's|debuglevel=\"lines,source\"|debug=\"yes\"|g' build.xml
cp %{SOURCE1} pom.xml
mkdir -p scripts/binary/META-INF/
cp %{SOURCE4} scripts/binary/META-INF/MANIFEST.MF
rm ./META-INF/ECLIPSE_.{SF,RSA}
# JDTCompilerAdapter isn't used by the batch compiler
rm -f org/eclipse/jdt/core/JDTCompilerAdapter.java
@ -73,6 +74,9 @@ install -m 644 -p ecj.1 $RPM_BUILD_ROOT%{_mandir}/man1/ecj.1
%{_mandir}/man1/ecj*
%changelog
* Mon Dec 16 2019 Mat Booth <mat.booth@redhat.com> - 1:4.14-2
- Remove upstream code-signatures
* Fri Dec 13 2019 Mat Booth <mat.booth@redhat.com> - 1:4.14-1
- Update to latest upstream version