Patch pom file to better represent ecj and not jdt.core .
- Guidelines fixes.
This commit is contained in:
parent
72717dddb5
commit
e8fcec6368
@ -10,32 +10,4 @@
|
|||||||
<url>http://www.eclipse.org/org/documents/epl-v10.html</url>
|
<url>http://www.eclipse.org/org/documents/epl-v10.html</url>
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.eclipse.core</groupId>
|
|
||||||
<artifactId>resources</artifactId>
|
|
||||||
<version>[3.2.0,4.0.0)</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.eclipse.core</groupId>
|
|
||||||
<artifactId>runtime</artifactId>
|
|
||||||
<version>[3.3.0,4.0.0)</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.eclipse.core</groupId>
|
|
||||||
<artifactId>filesystem</artifactId>
|
|
||||||
<version>[1.0.0,2.0.0)</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.eclipse</groupId>
|
|
||||||
<artifactId>text</artifactId>
|
|
||||||
<version>[3.1.0,4.0.0)</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.eclipse.team</groupId>
|
|
||||||
<artifactId>core</artifactId>
|
|
||||||
<version>[3.1.0,4.0.0)</version>
|
|
||||||
<optional>true</optional>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
</project>
|
</project>
|
42
ecj.spec
42
ecj.spec
@ -1,6 +1,6 @@
|
|||||||
Epoch: 1
|
Epoch: 1
|
||||||
|
|
||||||
%define qualifier 200902111700
|
%global qualifier 200902111700
|
||||||
|
|
||||||
%define with_gcjbootstrap %{!?_with_gcjbootstrap:0}%{?_with_gcjbootstrap:1}
|
%define with_gcjbootstrap %{!?_with_gcjbootstrap:0}%{?_with_gcjbootstrap:1}
|
||||||
%define without_gcjbootstrap %{?_with_gcjbootstrap:0}%{!?_with_gcjbootstrap:1}
|
%define without_gcjbootstrap %{?_with_gcjbootstrap:0}%{!?_with_gcjbootstrap:1}
|
||||||
@ -8,12 +8,10 @@ Epoch: 1
|
|||||||
Summary: Eclipse Compiler for Java
|
Summary: Eclipse Compiler for Java
|
||||||
Name: ecj
|
Name: ecj
|
||||||
Version: 3.4.2
|
Version: 3.4.2
|
||||||
Release: 10%{?dist}
|
Release: 11%{?dist}
|
||||||
URL: http://www.eclipse.org
|
URL: http://www.eclipse.org
|
||||||
License: EPL
|
License: EPL
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
|
|
||||||
Source0: http://download.eclipse.org/eclipse/downloads/drops/R-%{version}-%{qualifier}/%{name}src-%{version}.zip
|
Source0: http://download.eclipse.org/eclipse/downloads/drops/R-%{version}-%{qualifier}/%{name}src-%{version}.zip
|
||||||
Source1: ecj.sh.in
|
Source1: ecj.sh.in
|
||||||
# Use ECJ for GCJ
|
# Use ECJ for GCJ
|
||||||
@ -21,7 +19,9 @@ Source1: ecj.sh.in
|
|||||||
# export -r eclipse_r34_1 eclipse-gcj
|
# export -r eclipse_r34_1 eclipse-gcj
|
||||||
# tar cjf ecj-gcj.tar.bz2 eclipse-gcj
|
# tar cjf ecj-gcj.tar.bz2 eclipse-gcj
|
||||||
Source2: %{name}-gcj.tar.bz2
|
Source2: %{name}-gcj.tar.bz2
|
||||||
Source3: http://repo2.maven.org/maven2/org/eclipse/jdt/core/3.3.0-v_771/core-3.3.0-v_771.pom
|
#Patched from http://repo2.maven.org/maven2/org/eclipse/jdt/core/3.3.0-v_771/core-3.3.0-v_771.pom
|
||||||
|
# No dependencies are needed for ecj, dependencies are for using of jdt.core which makes no sense outside of eclipse
|
||||||
|
Source3: core-3.3.0-v_771.pom
|
||||||
# Always generate debug info when building RPMs (Andrew Haley)
|
# Always generate debug info when building RPMs (Andrew Haley)
|
||||||
Patch0: %{name}-rpmdebuginfo.patch
|
Patch0: %{name}-rpmdebuginfo.patch
|
||||||
Patch1: %{name}-defaultto1.5.patch
|
Patch1: %{name}-defaultto1.5.patch
|
||||||
@ -81,15 +81,11 @@ rm -f org/eclipse/jdt/core/JDTCompilerAdapter.java
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_javadir}
|
mkdir -p $RPM_BUILD_ROOT%{_javadir}
|
||||||
cp -a *.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
|
cp -a *.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar
|
||||||
pushd $RPM_BUILD_ROOT%{_javadir}
|
pushd $RPM_BUILD_ROOT%{_javadir}
|
||||||
ln -s %{name}-%{version}.jar %{name}.jar
|
ln -s %{name}.jar eclipse-%{name}.jar
|
||||||
ln -s %{name}-%{version}.jar eclipse-%{name}-%{version}.jar
|
ln -s %{name}.jar jdtcore.jar
|
||||||
ln -s eclipse-%{name}-%{version}.jar eclipse-%{name}.jar
|
|
||||||
ln -s %{name}-%{version}.jar jdtcore.jar
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# Install the ecj wrapper script
|
# Install the ecj wrapper script
|
||||||
@ -99,41 +95,39 @@ sed --in-place "s:@JAVADIR@:%{_javadir}:" $RPM_BUILD_ROOT%{_bindir}/ecj
|
|||||||
aot-compile-rpm
|
aot-compile-rpm
|
||||||
|
|
||||||
# poms
|
# poms
|
||||||
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms
|
install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir}
|
||||||
install -pm 644 pom.xml \
|
install -pm 644 pom.xml \
|
||||||
$RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP-%{name}.pom
|
$RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom
|
||||||
|
|
||||||
%add_to_maven_depmap org.eclipse.jdt core %{version} JPP %{name}
|
%add_maven_depmap JPP-%{name}.pom %{name}.jar
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
if [ -x %{_bindir}/rebuild-gcj-db ]
|
if [ -x %{_bindir}/rebuild-gcj-db ]
|
||||||
then
|
then
|
||||||
%{_bindir}/rebuild-gcj-db
|
%{_bindir}/rebuild-gcj-db
|
||||||
fi
|
fi
|
||||||
%update_maven_depmap
|
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
if [ -x %{_bindir}/rebuild-gcj-db ]
|
if [ -x %{_bindir}/rebuild-gcj-db ]
|
||||||
then
|
then
|
||||||
%{_bindir}/rebuild-gcj-db
|
%{_bindir}/rebuild-gcj-db
|
||||||
fi
|
fi
|
||||||
%update_maven_depmap
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc about.html
|
%doc about.html
|
||||||
%{_datadir}/maven2/poms/JPP-%{name}.pom
|
%{_mavenpomdir}/JPP-%{name}.pom
|
||||||
%{_mavendepmapfragdir}/%{name}
|
%{_mavendepmapfragdir}/%{name}
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_javadir}/%{name}*.jar
|
%{_javadir}/%{name}.jar
|
||||||
%{_javadir}/eclipse-%{name}*.jar
|
%{_javadir}/eclipse-%{name}.jar
|
||||||
%{_javadir}/jdtcore.jar
|
%{_javadir}/jdtcore.jar
|
||||||
%{_libdir}/gcj/%{name}
|
%{_libdir}/gcj/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 16 2012 Alexander Kurtakov <akurtako@redhat.com> 1:3.4.2-11
|
||||||
|
- Patch pom file to better represent ecj and not jdt.core .
|
||||||
|
- Guidelines fixes.
|
||||||
|
|
||||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.4.2-10
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.4.2-10
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user