Commit 182aba7b authored by Geoff Simmons's avatar Geoff Simmons

libactivemq-cpp spec: create and install the *.so symbolic link

parent 85f114f1
......@@ -55,7 +55,6 @@ sh ./autogen.sh
%install
%makeinstall
rm $RPM_BUILD_ROOT/%{_bindir}/example
rm $RPM_BUILD_ROOT/%{_libdir}/*.so
%clean
rm -rf $RPM_BUILD_ROOT
......@@ -66,7 +65,7 @@ rm -rf $RPM_BUILD_ROOT
%files -n libactivemq-cpp6
%defattr(-, root, root)
%{_libdir}/*.so.*
%{_libdir}/*.so*
%files devel
%defattr(-, root, root)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment