fix/cleanup/tighten %%files for library sonames
This commit is contained in:
parent
3995c25270
commit
9bcfe94d93
@ -112,8 +112,10 @@ popd
|
||||
%files
|
||||
%license COPYING
|
||||
%doc AUTHORS ChangeLog NEWS* README* TODO*
|
||||
%{_libdir}/libvncclient.so.1*
|
||||
%{_libdir}/libvncserver.so.1*
|
||||
%{_libdir}/libvncclient.so.1
|
||||
%{_libdir}/libvncclient.so.%{version}
|
||||
%{_libdir}/libvncserver.so.1
|
||||
%{_libdir}/libvncserver.so.%{version}
|
||||
|
||||
%files devel
|
||||
#{_bindir}/libvncserver-config
|
||||
|
||||
Loading…
Reference in New Issue
Block a user