Use ldconfig scriptlet macros
This commit is contained in:
parent
35406c6d74
commit
0eaf6ce822
@ -1,7 +1,7 @@
|
|||||||
Summary: X Composite Extension library
|
Summary: X Composite Extension library
|
||||||
Name: libXcomposite
|
Name: libXcomposite
|
||||||
Version: 0.4.4
|
Version: 0.4.4
|
||||||
Release: 12%{?dist}
|
Release: 13%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
@ -37,8 +37,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%ldconfig_post
|
||||||
%postun -p /sbin/ldconfig
|
%ldconfig_postun
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -54,6 +54,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|||||||
%{_mandir}/man3/X?omposite*.3*
|
%{_mandir}/man3/X?omposite*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 29 2018 Adam Jackson <ajax@redhat.com> - 0.4.4-13
|
||||||
|
- Use ldconfig scriptlet macros
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.4-12
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.4-12
|
||||||
- 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