From 3eb5ad28e03c83200cab1807db55fc0672b318a5 Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Dec 16 2019 16:03:32 +0000 Subject: Remove upstream code-signatures --- diff --git a/ecj.spec b/ecj.spec index 6024667..0f0d097 100644 --- a/ecj.spec +++ b/ecj.spec @@ -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 - 1:4.14-2 +- Remove upstream code-signatures + * Fri Dec 13 2019 Mat Booth - 1:4.14-1 - Update to latest upstream version