SPECS: eclipse.spec - disabled build of junit4 and apt by patch fr...
maciek2w
maciek2w at pld-linux.org
Fri Sep 22 18:11:11 CEST 2006
Author: maciek2w Date: Fri Sep 22 16:11:11 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- disabled build of junit4 and apt by patch from
http://cvs.fedora.redhat.com/viewcvs/rpms/eclipse/devel/eclipse-disable-junit4-apt.patch?rev=1.4&view=auto
---- Files affected:
SPECS:
eclipse.spec (1.74 -> 1.75)
---- Diffs:
================================================================
Index: SPECS/eclipse.spec
diff -u SPECS/eclipse.spec:1.74 SPECS/eclipse.spec:1.75
--- SPECS/eclipse.spec:1.74 Thu Jul 20 01:10:13 2006
+++ SPECS/eclipse.spec Fri Sep 22 18:11:06 2006
@@ -21,6 +21,7 @@
Source1: %{name}.desktop
Patch0: %{name}-core_resources-makefile.patch
Patch1: %{name}-build.patch
+Patch2: %{name}-disable-junit4-apt.patch
URL: http://www.eclipse.org/
BuildRequires: ant >= 1.6.1
BuildRequires: jdk >= 1.4
@@ -51,6 +52,7 @@
%setup -q -c
%patch0 -p0
%patch1 -p0
+%patch2 -p0
%build
unset CLASSPATH || :
@@ -168,8 +170,8 @@
%{_libdir}/%{name}/plugins/org.eclipse.help.ui_*.*.*
%{_libdir}/%{name}/plugins/org.eclipse.help.webapp_*.*.*
%{_libdir}/%{name}/plugins/org.eclipse.jdt_*.*.*
-%{_libdir}/%{name}/plugins/org.eclipse.jdt.apt.core_*.*.*
-%{_libdir}/%{name}/plugins/org.eclipse.jdt.apt.ui_*.*.*
+#%{_libdir}/%{name}/plugins/org.eclipse.jdt.apt.core_*.*.*
+#%{_libdir}/%{name}/plugins/org.eclipse.jdt.apt.ui_*.*.*
%{_libdir}/%{name}/plugins/org.eclipse.jdt.core_*.*.*
%{_libdir}/%{name}/plugins/org.eclipse.jdt.core.manipulation*.*.*
%{_libdir}/%{name}/plugins/org.eclipse.jdt.debug_*.*.*
@@ -178,7 +180,7 @@
%{_libdir}/%{name}/plugins/org.eclipse.jdt.doc.user_*.*.*
%{_libdir}/%{name}/plugins/org.eclipse.jdt.junit_*.*.*
%{_libdir}/%{name}/plugins/org.eclipse.jdt.junit.runtime_*.*.*
-%{_libdir}/%{name}/plugins/org.eclipse.jdt.junit4.runtime_*.*.*
+#%{_libdir}/%{name}/plugins/org.eclipse.jdt.junit4.runtime_*.*.*
%{_libdir}/%{name}/plugins/org.eclipse.jdt.launching_*.*.*
%{_libdir}/%{name}/plugins/org.eclipse.jdt.source_*.*.*
%{_libdir}/%{name}/plugins/org.eclipse.jdt.ui_*.*.*
@@ -242,7 +244,7 @@
%{_libdir}/%{name}/plugins/org.eclipse.update.scheduler_*.*.*
%{_libdir}/%{name}/plugins/org.eclipse.update.ui_*.*.*
%{_libdir}/%{name}/plugins/org.junit_*.*.*
-%{_libdir}/%{name}/plugins/org.junit4_*.*.*
+#%{_libdir}/%{name}/plugins/org.junit4_*.*.*
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/features
@@ -255,6 +257,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.75 2006/09/22 16:11:06 maciek2w
+- disabled build of junit4 and apt by patch from
+ http://cvs.fedora.redhat.com/viewcvs/rpms/eclipse/devel/eclipse-disable-junit4-apt.patch?rev=1.4&view=auto
+
Revision 1.74 2006/07/19 23:10:13 glen
- there's nothing "further" after exec
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/eclipse.spec?r1=1.74&r2=1.75&f=u
More information about the pld-cvs-commit
mailing list