- Add ldconfig calls in post/postun
This commit is contained in:
parent
fbcec2d35d
commit
e3cf9ee901
@ -1,7 +1,7 @@
|
||||
Summary: Library to access the contents of an iPod
|
||||
Name: libgpod
|
||||
Version: 0.4.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: LGPL
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.gtkpod.org/libgpod.html
|
||||
@ -49,6 +49,8 @@ libgpod.
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-, root, root, 0755)
|
||||
@ -66,6 +68,9 @@ libgpod.
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Nov 20 2006 Alexander Larsson <alexl@redhat.com> - 0.4.0-2
|
||||
- Add ldconfig calls in post/postun
|
||||
|
||||
* Mon Nov 13 2006 Matthias Clasen <mclasen@redhat.com> - 0.4.0-1
|
||||
- Update to 0.4.0
|
||||
- Include docs in the -devel package
|
||||
|
Loading…
Reference in New Issue
Block a user