Fix scriptlets, ldconfig is needed for the libs subpackage, not the main one
This commit is contained in:
parent
bd3d7b70ba
commit
75f71d0520
@ -66,10 +66,10 @@ make install DESTDIR=%{buildroot}
|
|||||||
find %{buildroot} -name '*.la' -exec rm -f '{}' \;
|
find %{buildroot} -name '*.la' -exec rm -f '{}' \;
|
||||||
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post libs -p /sbin/ldconfig
|
||||||
|
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun libs -p /sbin/ldconfig
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -88,6 +88,8 @@ find %{buildroot} -name '*.la' -exec rm -f '{}' \;
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
- Fix scriptlets, ldconfig is needed for the libs subpackage, not the main one.
|
||||||
|
|
||||||
* Mon Jul 30 2012 Mathieu Bridon <bochecha@fedoraproject.org> - 6.13-1
|
* Mon Jul 30 2012 Mathieu Bridon <bochecha@fedoraproject.org> - 6.13-1
|
||||||
- New upstream release.
|
- New upstream release.
|
||||||
- Split out the library in its own subpackage.
|
- Split out the library in its own subpackage.
|
||||||
|
Loading…
Reference in New Issue
Block a user