Browse Source

icu-60.2-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11365 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 6 years ago
parent
commit
ec00d21e07
1 changed files with 16 additions and 11 deletions
  1. 16 11
      i/icu/icu-vl.spec

+ 16 - 11
i/icu/icu-vl.spec

@@ -1,15 +1,18 @@
-%define sover 56
+%define sover 60
+
+%define _unpackaged_files_terminate_build 1
+
 Summary: International Components for Unicode
 Summary(ja): ユニコード用国際化コンポーネント
 Name: icu
-Version: 56.1
-Release: 2%{?_dist_release}
+Version: 60.2
+Release: 1%{?_dist_release}
 Group:   Development/Tools
 License: MIT
 URL:     http://icu-project.org/
 
-Source0: http://download.icu-project.org/files/icu4c/56.1/icu4c-56_1-src.tgz
-Source1: http://download.icu-project.org/files/icu4c/56.1/icu4c-56_1-docs.zip
+Source0: http://download.icu-project.org/files/icu4c/56.1/icu4c-60_2-src.tgz
+Source1: http://download.icu-project.org/files/icu4c/56.1/icu4c-60_2-docs.zip
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: gcc-c++
@@ -92,6 +95,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-, root, root, 0755)
+%license LICENSE
 %doc license.html readme.html
 %{_bindir}/derb
 %{_bindir}/genbrk
@@ -108,29 +112,30 @@ rm -rf $RPM_BUILD_ROOT
 %exclude %{_mandir}/man1/icu-config.1*
 
 %files -n libicu
+%license LICENSE
 %defattr(-, root, root, 0755)
 %{_libdir}/*.so.*
 
 %files -n libicu-devel
+%license LICENSE
 %defattr(-, root, root, 0755)
 %{_bindir}/icu-config
-%{_includedir}/layout
 %{_includedir}/unicode
 %{_libdir}/*.so
 %{_libdir}/%{name}
-%{_libdir}/pkgconfig/icu-i18n.pc
-%{_libdir}/pkgconfig/icu-io.pc
-%{_libdir}/pkgconfig/icu-le.pc
-%{_libdir}/pkgconfig/icu-lx.pc
-%{_libdir}/pkgconfig/icu-uc.pc
+%{_libdir}/pkgconfig/*.pc
 %{_mandir}/man1/icu-config.1*
 %{_datadir}/%{name}
 
 %files -n libicu-doc
+%license LICENSE
 %defattr(-,root,root,-)
 %doc docs/*
 
 %changelog
+* Mon Jan 08 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 60.2-1
+- updated to 60.2.
+
 * Tue Jun 28 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 56.1-2
 - rebuild with gcc-5.4.0