Specify the soname explicitly
This will help prevent accidentally bumping the soname without being aware of it. Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
bb75ad2c78
commit
569de0fee3
@ -41,7 +41,7 @@ mv $RPM_BUILD_ROOT%{_datadir}/doc/%{name} __doc
|
||||
%files
|
||||
%license COPYING COPYING.LIB
|
||||
%doc AUTHORS NEWS README
|
||||
%{_libdir}/%{name}.so.*
|
||||
%{_libdir}/%{name}.so.5*
|
||||
|
||||
%files devel
|
||||
%doc HACKING DEPENDENCIES THANKS ChangeLog
|
||||
|
||||
Loading…
Reference in New Issue
Block a user