SPECS: akode.spec - call ldconfig in post/postun (pointed by Krzys...
qboosh
qboosh at pld-linux.org
Sun Oct 8 21:30:46 CEST 2006
Author: qboosh Date: Sun Oct 8 19:30:46 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- call ldconfig in post/postun (pointed by Krzysztof Moscicki)
---- Files affected:
SPECS:
akode.spec (1.14 -> 1.15)
---- Diffs:
================================================================
Index: SPECS/akode.spec
diff -u SPECS/akode.spec:1.14 SPECS/akode.spec:1.15
--- SPECS/akode.spec:1.14 Tue Sep 19 12:41:26 2006
+++ SPECS/akode.spec Sun Oct 8 21:30:41 2006
@@ -91,6 +91,9 @@
%clean
rm -rf $RPM_BUILD_ROOT
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
%files
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/akodeplay
@@ -118,9 +121,9 @@
%files devel
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/akode-config
-%{_includedir}/akode
-%{_libdir}/libakode.la
%attr(755,root,root) %{_libdir}/libakode.so
+%{_libdir}/libakode.la
+%{_includedir}/akode
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -128,6 +131,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.15 2006/10/08 19:30:41 qboosh
+- call ldconfig in post/postun (pointed by Krzysztof Moscicki)
+
Revision 1.14 2006/09/19 10:41:26 pluto
- added kde-ac260/kde-ac260-lt patches.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/akode.spec?r1=1.14&r2=1.15&f=u
More information about the pld-cvs-commit
mailing list