automatic version update by autodist [release 56.1-1mamba;Tue Nov 03 2015]
This commit is contained in:
parent
a149c13bca
commit
d32b190e12
17
icu.spec
17
icu.spec
@ -2,7 +2,7 @@
|
||||
%define pkgver %(echo %version | tr '.' '_')
|
||||
|
||||
Name: icu
|
||||
Version: 54.1
|
||||
Version: 56.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).
|
||||
@ -116,6 +121,12 @@ rm -f %{buildroot}%{_datadir}/icu/%{version}/license.html
|
||||
%{_libdir}/pkgconfig/icu-*.pc
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user