[packages/icedtea-sound] - run ldconfig to update ldconfig cache - SONAME is libicedtea-sound.so.1.0.1, so list it so in .spe

glen glen at pld-linux.org
Wed Aug 6 11:29:57 CEST 2014


commit 45c1cd47e0d77884c1238518ebe0451d1fbc1b54
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Aug 6 12:29:29 2014 +0300

    - run ldconfig to update ldconfig cache
    - SONAME is libicedtea-sound.so.1.0.1, so list it so in .spe

 icedtea-sound.spec | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/icedtea-sound.spec b/icedtea-sound.spec
index 54e8020..92fde0c 100644
--- a/icedtea-sound.spec
+++ b/icedtea-sound.spec
@@ -77,11 +77,14 @@ rm -rf $RPM_BUILD_ROOT
 %post javadoc
 ln -nfs %{name}-%{version} %{_javadocdir}/%{name}
 
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_libdir}/libicedtea-sound.so.1.0.1
 %attr(755,root,root) %{_libdir}/libicedtea-sound.so
-%attr(755,root,root) %{_libdir}/libicedtea-sound.so.1.*.*
 %{_datadir}/%{name}
 
 %if %{with javadoc}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/icedtea-sound.git/commitdiff/45c1cd47e0d77884c1238518ebe0451d1fbc1b54



More information about the pld-cvs-commit mailing list