SHA256
1
0
forked from pool/icu
OBS User unknown 2009-04-02 15:31:42 +00:00 committed by Git OBS Bridge
parent 345a264c71
commit 2b68c82fd9
3 changed files with 23 additions and 1 deletions

12
icu-remove-datetime.patch Normal file
View File

@ -0,0 +1,12 @@
Index: icu/source/Makefile.in
===================================================================
--- icu.orig/source/Makefile.in
+++ icu/source/Makefile.in
@@ -190,7 +190,6 @@ $(top_builddir)/config/icu-config: $(top
sed -f $(top_srcdir)/config/make2sh.sed < $(top_builddir)/config/Makefile.inc | grep -v '#M#' | uniq >> $@
sed -f $(top_srcdir)/config/make2sh.sed < @platform_make_fragment@ | grep -v '#M#' | uniq >> $@
cat $(top_srcdir)/config/icu-config-bottom >> $@
- echo "# Rebuilt on "`date` >> $@
chmod u-w $@
config.status: $(srcdir)/configure $(srcdir)/common/unicode/uversion.h

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Mar 28 00:35:41 CET 2009 - vuntz@novell.com
- Add icu-remove-datetime.patch to be more build-compare friendly.
-------------------------------------------------------------------
Mon Mar 2 22:07:18 CET 2009 - crrodriguez@suse.de

View File

@ -24,7 +24,7 @@ License: X11/MIT
Group: System/Libraries
AutoReqProv: on
Version: 4.0
Release: 8
Release: 9
Requires: libicu = %{version}
Url: http://ibm.com/software/globalization/icu
Source0: icu4c-4_0-src.tar.bz2
@ -33,6 +33,8 @@ Source3: SuSEconfig.icu
# PATCH-FIX-UPSTREAM icu4c-3_6-src-setBreakType-public.diff -- OOo-2.3.1 and above needs to access the setBreakType method, see http://bugs.icu-project.org/trac/ticket/5498
Patch: icu4c-3_6-src-setBreakType-public.diff
Patch1: icu-gcc44.patch
# PATCH-FIX-OPENSUSE icu-remove-datetime.patch vuntz@novell.com -- Do not put date/time in icu-config (needed for build-compare)
Patch2: icu-remove-datetime.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: International Components for Unicode
@ -145,6 +147,7 @@ Authors:
%setup -q -n icu -a1
%patch
%patch1
%patch2 -p1
%build
cd source
@ -234,6 +237,8 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/icu/%{version}/UnicodeData.txt
%changelog
* Sat Mar 28 2009 vuntz@novell.com
- Add icu-remove-datetime.patch to be more build-compare friendly.
* Mon Mar 02 2009 crrodriguez@suse.de
- fix build with GCC 4.4
- remove static libraries