[eclipse-dtp/f17] Remove copiedlucene jar.

swagiaal swagiaal at fedoraproject.org
Thu Jul 26 17:41:06 UTC 2012


commit 5c072cacf9b8c3e7254decc3814e7eb5fe64960b
Author: Sami Wagiaalla <swagiaal at redhat.com>
Date:   Thu Jul 26 13:31:06 2012 -0400

    Remove copiedlucene jar.

 eclipse-dtp.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/eclipse-dtp.spec b/eclipse-dtp.spec
index fc4146f..cb53616 100644
--- a/eclipse-dtp.spec
+++ b/eclipse-dtp.spec
@@ -18,7 +18,7 @@
 
 Name:      eclipse-dtp
 Version:   1.10
-Release:   2%{?dist}
+Release:   3%{?dist}
 Summary:   Eclipse Data Tools Platform
 Group:     System Environment/Libraries
 License:   EPL
@@ -193,6 +193,8 @@ popd
 pushd %{buildroot}%{eclipse_dropin}/dtp-sqldevtools/eclipse/plugins
 rm net.sourceforge.lpg.lpgjavaruntime_*.jar
 ln -s ../../../../../java/lpgjavaruntime.jar net.sourceforge.lpg.lpgjavaruntime_1.1.0.jar
+rm org.apache.lucene.core_3.5.0.v20120319-2345.jar
+ln -s  %{_javadir}/lucene.jar org.apache.lucene.core_3.5.0.v20120319-2345.jar
 popd
 
 %clean
@@ -207,6 +209,9 @@ rm -rf %{buildroot}
 %doc org.eclipse.datatools.build-%{tag}/features/org.eclipse.datatools.sdk-all.feature/rootfiles/*
 
 %changelog
+* Tue Jul 26 2012 Sami Wagiaalla <swagiaal at redhat.com> 1.10-3
+- Remove copied lucene jar.
+
 * Thu Jul 19 2012 Sami Wagiaalla <swagiaal at redhat.com> 1.10-2
 - Disable porting to lucene 3.5 patches.
 


More information about the scm-commits mailing list