Browse Source

add libicutest.so

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@818 ec354946-7b23-47d6-9f5a-488ba84defc7
owa 14 years ago
parent
commit
50d4be7a85
1 changed files with 5 additions and 1 deletions
  1. 5 1
      i/icu/icu-vl.spec

+ 5 - 1
i/icu/icu-vl.spec

@@ -3,7 +3,7 @@ Summary: International Components for Unicode
 Summary(ja): ユニコード用国際化コンポーネント
 Name: icu
 Version: 4.4
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 Group:   Development/Tools
 License: MIT
 URL:     http://icu-project.org/
@@ -74,6 +74,7 @@ make
 %install
 rm -rf $RPM_BUILD_ROOT
 make -C source install DESTDIR=$RPM_BUILD_ROOT
+cp -pR ./source/tools/ctestfw/libicutest.so* $RPM_BUILD_ROOT/%{_libdir}
 chmod +x $RPM_BUILD_ROOT%{_libdir}/*.so.*
 
 %check || :
@@ -128,6 +129,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc docs/*
 
 %changelog
+* Tue Apr 13 2010 Shu KONNO <owa@bg.wakwak.com> 4.4-2
+- install libicutest.so*
+
 * Sat Apr 10 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4-1
 - new upstream release
 - built with new toolchain