diff --git a/icu.changes b/icu.changes index fed5b40..a4f4ad0 100644 --- a/icu.changes +++ b/icu.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Dec 24 10:06:07 UTC 2011 - vuntz@opensuse.org + +- Remove call to suse_update_config, and stop removing + config.cache. + +------------------------------------------------------------------- +Thu Dec 22 09:47:32 UTC 2011 - vuntz@opensuse.org + +- Add automake BuildRequires that was implicit before, to fix + build. + ------------------------------------------------------------------- Wed Oct 12 17:04:29 UTC 2011 - vuntz@opensuse.org diff --git a/icu.spec b/icu.spec index d97df9c..bf8c8ce 100644 --- a/icu.spec +++ b/icu.spec @@ -16,14 +16,13 @@ # - Name: icu Version: 4.6.1 -Release: 2 -License: IPL-1.0 +Release: 0 Summary: International Components for Unicode -Url: http://ibm.com/software/globalization/icu +License: IPL-1.0 Group: System/Libraries +Url: http://ibm.com/software/globalization/icu Source0: icu4c-4_6_1-src.tar.bz2 Source1: icu4c-4_6_1-docs.tar.bz2 Source3: SuSEconfig.icu @@ -31,6 +30,7 @@ Source3: SuSEconfig.icu Patch1: icu44-rpmlint.diff # PATCH-FIX-OPENSUSE icu-remove-datetime.patch vuntz@novell.com -- Do not put date/time in icu-config (needed for build-compare) Patch99: icu-remove-datetime.patch +BuildRequires: automake BuildRequires: gcc-c++ BuildRequires: pkg-config Requires: libicu = %{version} @@ -53,7 +53,6 @@ contain any of the data files needed at runtime and present in the icu and icu-locales packages. %package -n libicu -License: IPL-1.0 Summary: International Components for Unicode (development files) Group: Development/Libraries/C and C++ # bug437293 @@ -83,7 +82,6 @@ libraries for ICU. It does not contain any of the data files needed at runtime and present in the `icu' and `icu-locales` packages. %package -n libicu-devel -License: IPL-1.0 Summary: International Components for Unicode (development files) Group: Development/Libraries/C and C++ # bug437293 @@ -98,7 +96,6 @@ ICU is a C++ and C library that provides robust and full-featured Unicode support. This package contains the development files for ICU. %package -n libicu-doc -License: IPL-1.0 Summary: International Components for Unicode (html documentation) Group: Development/Libraries/C and C++ @@ -107,7 +104,6 @@ ICU is a C++ and C library that provides robust and full-featured Unicode support. This package contains the html documentation. %package -n icu-data -License: IPL-1.0 Summary: International Components for Unicode (Sources for the Data in ICU) Group: System/Libraries Requires: libicu >= %{version} @@ -130,8 +126,6 @@ the `libicu%{version}' package. %build cd source -rm -f config.cache -%{?suse_update_config:%{suse_update_config -f }} export CFLAGS="%{optflags}" export CXXFLAGS="%{optflags}" export CXXFLAGS="$CXXFLAGS -DICU_DATA_DIR='/usr/share/icu/4.0/'"