diff --git a/yajl.spec b/yajl.spec index feaa6f2..7ce8371 100644 --- a/yajl.spec +++ b/yajl.spec @@ -1,6 +1,6 @@ Name: yajl Version: 2.1.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Yet Another JSON Library (YAJL) Group: Development/Libraries @@ -74,24 +74,17 @@ cd test (cd parsing && ./run_tests.sh) (cd api && ./run_tests.sh) -%clean -rm -rf $RPM_BUILD_ROOT - -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %files -%defattr(-,root,root,-) -%doc COPYING ChangeLog README TODO +%license COPYING +%doc ChangeLog README TODO %{_bindir}/json_reformat %{_bindir}/json_verify %{_libdir}/libyajl.so.2 %{_libdir}/libyajl.so.2.* %files devel -%defattr(-,root,root,-) -%doc COPYING %dir %{_includedir}/yajl %{_includedir}/yajl/yajl_common.h %{_includedir}/yajl/yajl_gen.h @@ -103,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Feb 03 2018 Igor Gnatenko - 2.1.0-9 +- Switch to %%ldconfig_scriptlets + * Thu Aug 03 2017 Fedora Release Engineering - 2.1.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild