Build with libicu, to enable RSCALE support

This commit is contained in:
Milan Crha 2016-02-02 19:21:45 +01:00
parent c6c550ee1e
commit d7de49a10d

View File

@ -1,7 +1,7 @@
Summary: Reference implementation of the iCalendar data type and serialization format Summary: Reference implementation of the iCalendar data type and serialization format
Name: libical Name: libical
Version: 2.0.0 Version: 2.0.0
Release: 4%{?dist} Release: 5%{?dist}
License: LGPLv2 or MPLv1.1 License: LGPLv2 or MPLv1.1
URL: http://freeassociation.sourceforge.net/ URL: http://freeassociation.sourceforge.net/
Source: https://github.com/%{name}/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz Source: https://github.com/%{name}/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
@ -10,6 +10,8 @@ Patch1: libical-2.0.0-funcnamefix.patch
BuildRequires: bison, byacc, flex BuildRequires: bison, byacc, flex
BuildRequires: cmake BuildRequires: cmake
BuildRequires: pkgconfig(icu-i18n)
BuildRequires: pkgconfig(icu-uc)
Requires: tzdata Requires: tzdata
%description %description
@ -70,6 +72,9 @@ make test ARGS="-V" -C %{_target_platform}
%{_includedir}/libical/ %{_includedir}/libical/
%changelog %changelog
* Tue Feb 02 2016 Milan Crha <mcrha@redhat.com> - 2.0.0-5
- Build with libicu, to enable RSCALE support
* Mon Feb 01 2016 Rex Dieter <rdieter@fedoraproject.org> 2.0.0-4 * Mon Feb 01 2016 Rex Dieter <rdieter@fedoraproject.org> 2.0.0-4
- %%build: -DSHARED_ONLY=TRUE (#1303598) - %%build: -DSHARED_ONLY=TRUE (#1303598)