Switch to %ldconfig_scriptlets
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
c239c72ced
commit
e7e0a3155b
@ -1,6 +1,6 @@
|
||||
Name: ding-libs
|
||||
Version: 0.6.1
|
||||
Release: 36%{?dist}
|
||||
Release: 37%{?dist}
|
||||
Summary: "Ding is not GLib" assorted utility libraries
|
||||
Group: Development/Libraries
|
||||
License: LGPLv3+
|
||||
@ -88,8 +88,7 @@ Version: %{path_utils_version}
|
||||
%description -n libpath_utils-devel
|
||||
Utility functions to manipulate filesystem pathnames
|
||||
|
||||
%post -n libpath_utils -p /sbin/ldconfig
|
||||
%postun -n libpath_utils -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n libpath_utils
|
||||
|
||||
%files -n libpath_utils
|
||||
%defattr(-,root,root,-)
|
||||
@ -131,8 +130,7 @@ Version: %{dhash_version}
|
||||
A hash table which will dynamically resize to achieve optimal storage & access
|
||||
time properties
|
||||
|
||||
%post -n libdhash -p /sbin/ldconfig
|
||||
%postun -n libdhash -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n libdhash
|
||||
|
||||
%files -n libdhash
|
||||
%defattr(-,root,root,-)
|
||||
@ -173,8 +171,7 @@ Version: %{collection_version}
|
||||
A data-type to collect data in a hierarchical structure for easy iteration
|
||||
and serialization
|
||||
|
||||
%post -n libcollection -p /sbin/ldconfig
|
||||
%postun -n libcollection -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n libcollection
|
||||
|
||||
|
||||
%files -n libcollection
|
||||
@ -217,8 +214,7 @@ Version: %{ref_array_version}
|
||||
%description -n libref_array-devel
|
||||
A dynamically-growing, reference-counted array
|
||||
|
||||
%post -n libref_array -p /sbin/ldconfig
|
||||
%postun -n libref_array -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n libref_array
|
||||
|
||||
%files -n libref_array
|
||||
%defattr(-,root,root,-)
|
||||
@ -258,8 +254,7 @@ Requires: libbasicobjects = %{basicobjects_version}-%{release}
|
||||
%description -n libbasicobjects-devel
|
||||
Basic object types
|
||||
|
||||
%post -n libbasicobjects -p /sbin/ldconfig
|
||||
%postun -n libbasicobjects -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n libbasicobjects
|
||||
|
||||
%files -n libbasicobjects
|
||||
%defattr(-,root,root,-)
|
||||
@ -302,8 +297,7 @@ Version: %{ini_config_version}
|
||||
Library to process config files in INI format into a libcollection data
|
||||
structure
|
||||
|
||||
%post -n libini_config -p /sbin/ldconfig
|
||||
%postun -n libini_config -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n libini_config
|
||||
|
||||
%files -n libini_config
|
||||
%defattr(-,root,root,-)
|
||||
@ -362,6 +356,9 @@ rm -f */doc/html/installdox
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Sun Feb 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.1-37
|
||||
- Switch to %%ldconfig_scriptlets
|
||||
|
||||
* Thu Nov 16 2017 Robbie Harwood <rharwood@redhat.com> - 0.6.1-36
|
||||
- INI: Remove definiton of TRACE_LEVEL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user