|
@@ -1,21 +1,21 @@
|
|
|
-%define sover 40
|
|
|
+%define sover 44
|
|
|
Summary: International Components for Unicode
|
|
|
Summary(ja): ユニコード用国際化コンポーネント
|
|
|
Name: icu
|
|
|
-Version: 4.0.1
|
|
|
+Version: 4.4
|
|
|
Release: 1%{?_dist_release}
|
|
|
Group: Development/Tools
|
|
|
License: MIT
|
|
|
-URL: http://www.ibm.com/software/globalization/icu/
|
|
|
+URL: http://icu-project.org/
|
|
|
|
|
|
-Source0: http://download.icu-project.org/files/icu4c/4.0.1/icu4c-4_0_1-src.tgz
|
|
|
-Source1: http://download.icu-project.org/files/icu4c/4.0.1/icu4c-4_0_1-docs.zip
|
|
|
+Source0: http://download.icu-project.org/files/icu4c/4.0.1/icu4c-4_4-src.tgz
|
|
|
+Source1: http://download.icu-project.org/files/icu4c/4.0.1/icu4c-4_4-docs.zip
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
-#Requires: libicu%{sover} = %{version}
|
|
|
-Requires: libicu = %{version}-%{release}
|
|
|
BuildRequires: gcc-c++
|
|
|
BuildRequires: unzip perl
|
|
|
+#Requires: libicu%{sover} = %{version}
|
|
|
+Requires: libicu = %{version}-%{release}
|
|
|
|
|
|
%description
|
|
|
ICU is a C++ and C library that provides robust and full-featured Unicode
|
|
@@ -68,7 +68,7 @@ popd
|
|
|
cd source
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
|
|
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
|
|
-%configure --enable-static --with-data-packaging=library --disable-samples
|
|
|
+%configure --disable-static --with-data-packaging=library --disable-samples
|
|
|
make
|
|
|
|
|
|
%install
|
|
@@ -89,12 +89,13 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%files
|
|
|
%defattr(-, root, root, 0755)
|
|
|
%doc license.html readme.html
|
|
|
-#%{_sysconfdir}/icu/
|
|
|
%{_bindir}/derb
|
|
|
%{_bindir}/genbrk
|
|
|
+%{_bindir}/gencfu
|
|
|
%{_bindir}/gencnval
|
|
|
%{_bindir}/genctd
|
|
|
%{_bindir}/genrb
|
|
|
+%{_bindir}/icuinfo
|
|
|
%{_bindir}/makeconv
|
|
|
%{_bindir}/pkgdata
|
|
|
%{_bindir}/uconv
|
|
@@ -112,21 +113,25 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%{_includedir}/layout
|
|
|
%{_includedir}/unicode
|
|
|
%{_libdir}/*.so
|
|
|
-%{_libdir}/*.a
|
|
|
+#{_libdir}/*.a
|
|
|
%{_libdir}/%{name}
|
|
|
%{_mandir}/man1/icu-config.1*
|
|
|
%dir %{_datadir}/icu/
|
|
|
-%dir %{_datadir}/icu/4.0.1
|
|
|
-%{_datadir}/icu/4.0.1/config
|
|
|
-%{_datadir}/icu/4.0.1/install-sh
|
|
|
-%{_datadir}/icu/4.0.1/mkinstalldirs
|
|
|
-%doc %{_datadir}/icu/4.0.1/license.html
|
|
|
+%dir %{_datadir}/icu/4.4
|
|
|
+%{_datadir}/icu/4.4/config
|
|
|
+%{_datadir}/icu/4.4/install-sh
|
|
|
+%{_datadir}/icu/4.4/mkinstalldirs
|
|
|
+%doc %{_datadir}/icu/4.4/license.html
|
|
|
|
|
|
%files -n libicu-doc
|
|
|
%defattr(-,root,root,-)
|
|
|
%doc docs/*
|
|
|
|
|
|
%changelog
|
|
|
+* Sat Apr 10 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4-1
|
|
|
+- new upstream release
|
|
|
+- built with new toolchain
|
|
|
+
|
|
|
* Sun Mar 22 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.0.1-1vl5
|
|
|
- new upstream release
|
|
|
- updated URL
|