Use ldconfig scriptlet macros
This commit is contained in:
parent
8dcbb35c57
commit
e311c8c788
@ -5,7 +5,7 @@
|
|||||||
Summary: X.Org X11 libXt runtime library
|
Summary: X.Org X11 libXt runtime library
|
||||||
Name: libXt
|
Name: libXt
|
||||||
Version: 1.1.5
|
Version: 1.1.5
|
||||||
Release: 7%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
Release: 8%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
@ -58,8 +58,8 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|||||||
# adding to installed docs in order to avoid using %%doc magic
|
# adding to installed docs in order to avoid using %%doc magic
|
||||||
cp -p COPYING ${RPM_BUILD_ROOT}%{_datadir}/doc/%{name}/COPYING
|
cp -p COPYING ${RPM_BUILD_ROOT}%{_datadir}/doc/%{name}/COPYING
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%ldconfig_post
|
||||||
%postun -p /sbin/ldconfig
|
%ldconfig_postun
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{_libdir}/libXt.so.6
|
%{_libdir}/libXt.so.6
|
||||||
@ -109,6 +109,9 @@ cp -p COPYING ${RPM_BUILD_ROOT}%{_datadir}/doc/%{name}/COPYING
|
|||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 29 2018 Adam Jackson <ajax@redhat.com> - 1.1.5-8
|
||||||
|
- Use ldconfig scriptlet macros
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-7
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user