diff --git a/libical.spec b/libical.spec index 177e227..ed2a78e 100644 --- a/libical.spec +++ b/libical.spec @@ -1,7 +1,7 @@ Summary: Reference implementation of the iCalendar data type and serialization format Name: libical Version: 3.0.1 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2 or MPLv2.0 URL: http://freeassociation.sourceforge.net/ Source: https://github.com/%{name}/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz @@ -91,9 +91,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %check make test ARGS="-V" -C %{_target_platform} -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %files %doc LICENSE ReadMe.txt THANKS @@ -131,6 +129,9 @@ make test ARGS="-V" -C %{_target_platform} %{_datadir}/gtk-doc/html/%{name}-glib %changelog +* Mon Feb 05 2018 Igor Gnatenko - 3.0.1-3 +- Switch to %%ldconfig_scriptlets + * Thu Nov 30 2017 Pete Walter - 3.0.1-2 - Rebuild for ICU 60.1