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