Build with -DUSE_INTEROPERABLE_VTIMEZONES=true

This commit is contained in:
Milan Crha 2016-01-29 10:16:28 +01:00
parent 4bad4440aa
commit 94cfe9c9c7

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: 2%{?dist} Release: 3%{?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
@ -32,7 +32,7 @@ applications that use libical.
%build %build
mkdir -p %{_target_platform} mkdir -p %{_target_platform}
pushd %{_target_platform} pushd %{_target_platform}
%{cmake} .. %{cmake} -DUSE_INTEROPERABLE_VTIMEZONES=true ..
popd popd
make %{?_smp_mflags} -C %{_target_platform} make %{?_smp_mflags} -C %{_target_platform}
@ -70,6 +70,9 @@ make test ARGS="-V" -C %{_target_platform}
%{_includedir}/libical/ %{_includedir}/libical/
%changelog %changelog
* Fri Jan 29 2016 Milan Crha <mcrha@redhat.com> - 2.0.0-3
- Build with -DUSE_INTEROPERABLE_VTIMEZONES=true
* Mon Jan 18 2016 Milan Crha <mcrha@redhat.com> - 2.0.0-2 * Mon Jan 18 2016 Milan Crha <mcrha@redhat.com> - 2.0.0-2
- Add patch for missing function (icallangbind_quote_as_ical_r) - Add patch for missing function (icallangbind_quote_as_ical_r)