rpms/icu4j/devel icu4j.spec,1.12,1.13

Andrew Overholt overholt at fedoraproject.org
Thu Aug 28 18:45:50 UTC 2008


Author: overholt

Update of /cvs/pkgs/rpms/icu4j/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5300

Modified Files:
	icu4j.spec 
Log Message:
* Mon Aug 11 2008 Andrew Overholt <overholt at redhat.com> 3.8.1-3
- Get rid of eclipse_name macro
- Rebuild with Eclipse 3.4 and put into Eclipse stuff into
  %{_libdir}/eclipse


Index: icu4j.spec
===================================================================
RCS file: /cvs/pkgs/rpms/icu4j/devel/icu4j.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- icu4j.spec	11 Jul 2008 19:37:44 -0000	1.12
+++ icu4j.spec	28 Aug 2008 18:45:20 -0000	1.13
@@ -38,8 +38,7 @@
 
 %define section free
 
-%define eclipse_name            eclipse
-%define eclipse_base            %{_datadir}/%{eclipse_name}
+%define eclipse_base            %{_libdir}/eclipse
 # Note:  this next section looks weird having an arch specified in a
 # noarch specfile but the parts of the build
 # All arches line up between Eclipse and Linux kernel names except i386 -> x86
@@ -51,7 +50,7 @@
 
 Name:           icu4j
 Version:        3.8.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Epoch:          0
 Summary:        International Components for Unicode for Java
 License:        MIT and EPL 
@@ -179,15 +178,20 @@
 %if %{with_eclipse}
 %files eclipse
 %defattr(0644,root,root,0755)
-%dir %{_datadir}/eclipse
-%dir %{_datadir}/eclipse/features
-%dir %{_datadir}/eclipse/plugins
-%{_datadir}/eclipse/features/*
-%{_datadir}/eclipse/plugins/*
+%dir %{_libdir}/eclipse
+%dir %{_libdir}/eclipse/features
+%dir %{_libdir}/eclipse/plugins
+%{_libdir}/eclipse/features/*
+%{_libdir}/eclipse/plugins/*
 %doc license.html readme.html
 %endif
 
 %changelog
+* Mon Aug 11 2008 Andrew Overholt <overholt at redhat.com> 3.8.1-3
+- Get rid of eclipse_name macro
+- Rebuild with Eclipse 3.4 and put into Eclipse stuff into
+  %{_libdir}/eclipse
+
 * Fri Jul 11 2008 Andrew Overholt <overholt at redhat.com> 0:3.8.1-2
 - Remove GCJ support due to
   com.sun.tools.doclets.internal.toolkit.taglets.* import (not in gjdoc)




More information about the fedora-extras-commits mailing list