Compare commits
7 Commits
53.1-1mamb
...
61.1-1mamb
Author | SHA1 | Date | |
---|---|---|---|
f2478ee30b | |||
277ccad163 | |||
98b699fb02 | |||
e27a992b07 | |||
28a37412a9 | |||
d32b190e12 | |||
a149c13bca |
41
icu.spec
41
icu.spec
@@ -2,7 +2,7 @@
|
||||
%define pkgver %(echo %version | tr '.' '_')
|
||||
|
||||
Name: icu
|
||||
Version: 53.1
|
||||
Version: 61.1
|
||||
Release: 1mamba
|
||||
Summary: Set of C/C++ and Java libraries for Unicode support
|
||||
Group: System/Libraries
|
||||
@@ -14,7 +14,12 @@ Source: http://download.icu-project.org/files/icu4c/%{version}/icu4c-%{pk
|
||||
Patch0: %{name}-4.4-ctestfw-makefilein.patch
|
||||
Patch1: %{name}-4.4.1-arm_assembly.patch
|
||||
License: MIT
|
||||
Requires: %{libname} = %{version}
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: %{libname} = %{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
@@ -36,7 +41,7 @@ This package contains the runtime libraries for ICU.
|
||||
%package -n %{libname}-devel
|
||||
Group: Development/Libraries
|
||||
Summary: Static libraries and headers for ICU
|
||||
Requires: %{libname} = %{version}
|
||||
Requires: %{libname} = %{version}-%{release}
|
||||
|
||||
%description -n %{libname}-devel
|
||||
ICU is a set of C/C++ and Java libraries that provides robust and full-featured Unicode support, software internationalization and globalization (i18n/g11n).
|
||||
@@ -82,6 +87,7 @@ rm -f %{buildroot}%{_datadir}/icu/%{version}/license.html
|
||||
%{_bindir}/makeconv
|
||||
%{_bindir}/pkgdata
|
||||
%{_bindir}/uconv
|
||||
%{_sbindir}/escapesrc
|
||||
%{_sbindir}/gen*
|
||||
%{_sbindir}/icupkg
|
||||
%{_mandir}/man?/*
|
||||
@@ -97,12 +103,13 @@ rm -f %{buildroot}%{_datadir}/icu/%{version}/license.html
|
||||
%dir %{_datadir}/icu
|
||||
%dir %{_datadir}/icu/%{version}
|
||||
%dir %{_datadir}/icu/%{version}/config
|
||||
%{_datadir}/icu/%{version}/LICENSE
|
||||
%{_datadir}/icu/%{version}/mkinstalldirs
|
||||
%{_datadir}/icu/%{version}/config/mh-linux
|
||||
%{_datadir}/icu/%{version}/install-sh
|
||||
%dir %{_includedir}/layout
|
||||
%dir %{_includedir}/unicode
|
||||
%{_includedir}/layout/*.h
|
||||
#%dir %{_includedir}/layout
|
||||
#%{_includedir}/layout/*.h
|
||||
%{_includedir}/unicode/*.h
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.so
|
||||
@@ -116,6 +123,30 @@ rm -f %{buildroot}%{_datadir}/icu/%{version}/license.html
|
||||
%{_libdir}/pkgconfig/icu-*.pc
|
||||
|
||||
%changelog
|
||||
* Fri Mar 30 2018 Automatic Build System <autodist@mambasoft.it> 61.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Dec 20 2017 Automatic Build System <autodist@mambasoft.it> 60.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 21 2017 Automatic Build System <autodist@mambasoft.it> 59.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 15 2016 Automatic Build System <autodist@mambasoft.it> 58.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Apr 19 2016 Automatic Build System <autodist@mambasoft.it> 57.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Nov 03 2015 Automatic Build System <autodist@mambasoft.it> 56.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 09 2015 Automatic Build System <autodist@mambasoft.it> 55.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 21 2014 Automatic Build System <autodist@mambasoft.it> 54.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Apr 18 2014 Automatic Build System <autodist@mambasoft.it> 53.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user