[eclipse-ecf] 974112: Remove versions and timestamps from ECF.

Krzysztof Daniel kdaniel at fedoraproject.org
Fri Jun 21 08:40:00 UTC 2013


commit 3d0189cb45bd5c8d1cd85db32663213bb1214609
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Fri Jun 21 10:39:50 2013 +0200

    974112: Remove versions and timestamps from ECF.

 eclipse-ecf.spec |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)
---
diff --git a/eclipse-ecf.spec b/eclipse-ecf.spec
index 75ac20e..cb197e9 100644
--- a/eclipse-ecf.spec
+++ b/eclipse-ecf.spec
@@ -8,7 +8,7 @@
 
 Name:           %{?scl_prefix}eclipse-ecf
 Version:        3.6.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Eclipse Communication Framework
 
 License:        EPL
@@ -89,6 +89,18 @@ unzip -q -n -d %{buildroot}%{_javadir}/ecf          build/rpmBuild/org.eclipse.e
 
 pushd %{buildroot}%{_javadir}/ecf/eclipse/plugins/
 rm -rf org.apache*
+#remove timestamps from name to make symlinking easy
+for f in \
+org.eclipse.ecf.filetransfer \
+org.eclipse.ecf.identity \
+org.eclipse.ecf.provider.filetransfer.httpclient4.ssl \
+org.eclipse.ecf.provider.filetransfer.httpclient4 \
+org.eclipse.ecf.provider.filetransfer.ssl \
+org.eclipse.ecf.provider.filetransfer \
+org.eclipse.ecf.ssl \
+org.eclipse.ecf ; do \
+	mv ${f}_*.jar ${f}.jar
+done
 popd
 
 %files core
@@ -97,6 +109,9 @@ popd
 %doc ecf/features/org.eclipse.ecf.filetransfer.feature/about.html
 
 %changelog
+* Fri Jun 21 2013 Krzysztof Daniel <kdaniel at redhat.com> 3.6.0-2
+- 974112: Remove versions and timestamps from ECF.
+
 * Wed May 1 2013 Krzysztof Daniel <kdaniel at redhat.com> 3.6.0-1
 - Update to latest upstream.
 


More information about the scm-commits mailing list