[icu4j/f15] disable icu4j-eclispse on arm it wont be available until f17

Dennis Gilmore ausil at fedoraproject.org
Fri Jan 6 22:53:44 UTC 2012


commit fb29578f0d177a75d412c1bf9dff69988b38e951
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Fri Jan 6 16:53:41 2012 -0600

    disable icu4j-eclispse on arm it wont be available until f17

 icu4j.spec |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/icu4j.spec b/icu4j.spec
index 428756e..040f10e 100644
--- a/icu4j.spec
+++ b/icu4j.spec
@@ -27,8 +27,12 @@
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
-
+%ifarch %{arm}
+# f15 for arm will never have eclipse
+%global with_eclipse 0
+%else
 %global with_eclipse 1
+%endif
 
 %global section free
 
@@ -44,7 +48,7 @@
 
 Name:           icu4j
 Version:        4.2.1
-Release:        2%{?dist}
+Release:        2%{?dist}.1
 Epoch:          1
 Summary:        International Components for Unicode for Java
 License:        MIT and EPL 
@@ -194,6 +198,9 @@ cp %{name}-4.0.1.pom $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom
 %endif
 
 %changelog
+* Fri Jan 06 2012 Dennis Gilmore <dennis at ausil.us> - 1:4.2.1-2.1
+- disable icu4j-eclispse on arm it wont be available until f17
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:4.2.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list