Missing ldconfig calls (#696787)
This commit is contained in:
parent
e4b08d21a1
commit
dff6e8c547
@ -1,7 +1,7 @@
|
||||
Name: libassuan
|
||||
Summary: GnuPG IPC library
|
||||
Version: 2.0.0
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
|
||||
# The library is LGPLv2+, the documentation GPLv3+
|
||||
License: LGPLv2+ and GPLv3+
|
||||
@ -63,6 +63,10 @@ rm -f %{buildroot}%{_libdir}/lib*.la
|
||||
make check
|
||||
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%post devel
|
||||
/sbin/install-info %{_infodir}/assuan.info %{_infodir}/dir &>/dev/null || :
|
||||
|
||||
@ -90,6 +94,9 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Apr 14 2011 Rex Dieter <rdieter@fedoraproject.org> 2.0.0-4
|
||||
- Missing ldconfig calls (#696787)
|
||||
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user