Remove upstream code-signatures
This commit is contained in:
parent
ba9892926a
commit
3eb5ad28e0
6
ecj.spec
6
ecj.spec
@ -5,7 +5,7 @@ Epoch: 1
|
|||||||
Summary: Eclipse Compiler for Java
|
Summary: Eclipse Compiler for Java
|
||||||
Name: ecj
|
Name: ecj
|
||||||
Version: 4.14
|
Version: 4.14
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
URL: http://www.eclipse.org
|
URL: http://www.eclipse.org
|
||||||
License: EPL-2.0
|
License: EPL-2.0
|
||||||
|
|
||||||
@ -41,6 +41,7 @@ sed -i -e 's|debuglevel=\"lines,source\"|debug=\"yes\"|g' build.xml
|
|||||||
cp %{SOURCE1} pom.xml
|
cp %{SOURCE1} pom.xml
|
||||||
mkdir -p scripts/binary/META-INF/
|
mkdir -p scripts/binary/META-INF/
|
||||||
cp %{SOURCE4} scripts/binary/META-INF/MANIFEST.MF
|
cp %{SOURCE4} scripts/binary/META-INF/MANIFEST.MF
|
||||||
|
rm ./META-INF/ECLIPSE_.{SF,RSA}
|
||||||
|
|
||||||
# JDTCompilerAdapter isn't used by the batch compiler
|
# JDTCompilerAdapter isn't used by the batch compiler
|
||||||
rm -f org/eclipse/jdt/core/JDTCompilerAdapter.java
|
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*
|
%{_mandir}/man1/ecj*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Dec 13 2019 Mat Booth <mat.booth@redhat.com> - 1:4.14-1
|
||||||
- Update to latest upstream version
|
- Update to latest upstream version
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user