Use ldconfig scriptlet macros.
This commit is contained in:
parent
66e92eebb6
commit
51ec5c69db
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1 @@
|
||||
/xcb-util-keysyms-0.3.8.tar.bz2
|
||||
/xcb-util-keysyms-0.3.9.tar.bz2
|
||||
/xcb-util-keysyms-0.4.0.tar.bz2
|
||||
/xcb-util-keysyms-*.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: xcb-util-keysyms
|
||||
Version: 0.4.0
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
Summary: Standard X key constants and keycodes conversion on top of libxcb
|
||||
Group: System Environment/Libraries
|
||||
License: MIT
|
||||
@ -42,10 +42,10 @@ make install DESTDIR=%{buildroot} INSTALL="install -p"
|
||||
rm %{buildroot}%{_libdir}/*.la
|
||||
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%ldconfig_post
|
||||
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
%ldconfig_postun
|
||||
|
||||
|
||||
%files
|
||||
@ -61,6 +61,9 @@ rm %{buildroot}%{_libdir}/*.la
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jun 29 2018 Thomas Moschny <thomas.moschny@gmx.de> - 0.4.0-8
|
||||
- Use ldconfig scriptlet macros.
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user