]> git.pld-linux.org Git - packages/akode.git/blobdiff - akode.spec
- call ldconfig in post/postun (pointed by Krzysztof Moscicki)
[packages/akode.git] / akode.spec
index d893fdeda6ca6e7a3efc7d0cc55d267cdeffb081..5901902ae430c2caf0e3ea766d40a8f7f08bc265 100644 (file)
@@ -90,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT
 %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
@@ -117,6 +120,6 @@ rm -rf $RPM_BUILD_ROOT
 %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
This page took 0.041429 seconds and 4 git commands to generate.