update libical to 3.0.11

(cherry picked from commit 557c070251aa17dc85c2f4d29454c0b92c005b28)
This commit is contained in:
haochenstar 2021-12-14 10:58:46 +08:00 committed by openeuler-sync-bot
parent 838445b0fd
commit 9b352a4975
3 changed files with 10 additions and 1 deletions

BIN
libical-3.0.11.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: libical
Version: 3.0.8
Version: 3.0.11
Release: 1
Summary: An Open Source implementation of the iCalendar protocols and protocol data formats.
License: LGPLv2 or MPLv2.0
@ -52,6 +52,9 @@ popd
%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
# This is just a private build tool, not meant to be installed
rm %{buildroot}/%{_libexecdir}/libical/ical-glib-src-generator
%check
make test ARGS="-V" -C %{_target_platform}
@ -76,6 +79,12 @@ make test ARGS="-V" -C %{_target_platform}
%{_datadir}/gtk-doc/html/%{name}-glib
%changelog
* Tue Dec 14 2021 xihaochen <xihaochen@huawei.com> - 3.0.11-1
- Type:requirements
- Id:NA
- SUG:NA
- DESC:update libical to 3.0.11
* Wed Jul 22 2020 zhangxingliang <zhangxingliang3@huawei.com> - 3.0.8-1
- Type:update
- Id:NA