Build with -DUSE_INTEROPERABLE_VTIMEZONES=true
This commit is contained in:
parent
4bad4440aa
commit
94cfe9c9c7
@ -1,7 +1,7 @@
|
||||
Summary: Reference implementation of the iCalendar data type and serialization format
|
||||
Name: libical
|
||||
Version: 2.0.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: LGPLv2 or MPLv1.1
|
||||
URL: http://freeassociation.sourceforge.net/
|
||||
Source: https://github.com/%{name}/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
@ -32,7 +32,7 @@ applications that use libical.
|
||||
%build
|
||||
mkdir -p %{_target_platform}
|
||||
pushd %{_target_platform}
|
||||
%{cmake} ..
|
||||
%{cmake} -DUSE_INTEROPERABLE_VTIMEZONES=true ..
|
||||
popd
|
||||
|
||||
make %{?_smp_mflags} -C %{_target_platform}
|
||||
@ -70,6 +70,9 @@ make test ARGS="-V" -C %{_target_platform}
|
||||
%{_includedir}/libical/
|
||||
|
||||
%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
|
||||
- Add patch for missing function (icallangbind_quote_as_ical_r)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user