Update to Neon.2 release
This commit is contained in:
parent
246197667e
commit
22fcd22e38
@ -1,7 +1,7 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-SymbolicName: org.eclipse.jdt.core.compiler.batch
|
||||
Archiver-Version: Plexus Archiver
|
||||
Built-By: e4Build
|
||||
Built-By: genie.releng
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Vendor: Eclipse.org
|
||||
Main-Class: org.eclipse.jdt.internal.compiler.batch.Main
|
||||
@ -23,8 +23,8 @@ Export-Package: org.eclipse.jdt.core,org.eclipse.jdt.core.compiler,org
|
||||
-internal:=true,org.eclipse.jdt.internal.compiler.tool;x-internal:=tr
|
||||
ue
|
||||
Bundle-Name: Eclipse Compiler for Java(TM)
|
||||
Bundle-Version: 3.12.0.v20160516-2131
|
||||
Bundle-Version: 3.12.2.v20161117-1814
|
||||
Bundle-ClassPath: .
|
||||
Created-By: Apache Maven
|
||||
Build-Jdk: 1.8.0_51
|
||||
Build-Jdk: 1.8.0_102
|
||||
|
||||
|
13
ecj.spec
13
ecj.spec
@ -1,10 +1,10 @@
|
||||
Epoch: 1
|
||||
|
||||
%global qualifier R-4.6-201606061100
|
||||
%global qualifier R-4.6.2-201611241400
|
||||
|
||||
Summary: Eclipse Compiler for Java
|
||||
Name: ecj
|
||||
Version: 4.6
|
||||
Version: 4.6.2
|
||||
Release: 1%{?dist}
|
||||
URL: http://www.eclipse.org
|
||||
License: EPL
|
||||
@ -20,7 +20,6 @@ Patch0: %{name}-rpmdebuginfo.patch
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: gzip
|
||||
BuildRequires: ant
|
||||
BuildRequires: javapackages-local
|
||||
|
||||
@ -46,7 +45,7 @@ rm -f org/eclipse/jdt/core/JDTCompilerAdapter.java
|
||||
%pom_remove_dep org.apache.ant:ant
|
||||
|
||||
# Symlinks and aliases
|
||||
%mvn_file :ecj ecj eclipse-ecj jdtcore
|
||||
%mvn_file :ecj ecj jdtcore
|
||||
%mvn_alias org.eclipse.jdt.core.compiler:ecj \
|
||||
org.eclipse.tycho:org.eclipse.jdt.core org.eclipse.tycho:org.eclipse.jdt.compiler.apt \
|
||||
org.eclipse.jetty.orbit:org.eclipse.jdt.core org.eclipse.jetty.orbit:org.eclipse.jdt.compiler.apt \
|
||||
@ -54,7 +53,6 @@ rm -f org/eclipse/jdt/core/JDTCompilerAdapter.java
|
||||
|
||||
%build
|
||||
ant
|
||||
gzip ecj.1
|
||||
|
||||
%install
|
||||
%mvn_artifact pom.xml ecj.jar
|
||||
@ -65,7 +63,7 @@ install -p -D -m0755 %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/ecj
|
||||
|
||||
# Install manpage
|
||||
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
|
||||
install -m 644 -p ecj.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/ecj.1.gz
|
||||
install -m 644 -p ecj.1 $RPM_BUILD_ROOT%{_mandir}/man1/ecj.1
|
||||
|
||||
%files -f .mfiles
|
||||
%doc about.html
|
||||
@ -73,6 +71,9 @@ install -m 644 -p ecj.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/ecj.1.gz
|
||||
%{_mandir}/man1/ecj*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 10 2017 Mat Booth <mat.booth@redhat.com> - 1:4.6.2-1
|
||||
- Update to Neon.2 release
|
||||
|
||||
* Fri Jul 01 2016 Mat Booth <mat.booth@redhat.com> - 1:4.6-1
|
||||
- Update to Neon release
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
593da93d62e5e9459218dc26c985afac ecj-4.6.pom
|
||||
7cf96fc78a6e85f0c96bf96bcce08ebc ecjsrc-4.6.jar
|
||||
SHA512 (ecj-4.6.2.pom) = e2ff32296215c75c8fc9ed64aaf17a01b0bc9060eee3c9ecd2f9332529673fe83fee4681b0bc7402939e6f934bd51eef2f8fcf3cbc4e0046f016e46b38f4825d
|
||||
SHA512 (ecjsrc-4.6.2.jar) = f5828e90d834d94639cca7b907830457c46fd55f9aa0c9aceae0bdb59b5ada522a90e63ba4096fdfc2b7c570a5b08cf575f0ed9f6aa6ea9cc7d542f1670aacbd
|
||||
|
Loading…
Reference in New Issue
Block a user