ensure no unexpected soname change sneaks in
This commit is contained in:
parent
c2bb421a6f
commit
18c0540380
1 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
%global apiversion 1.13
|
||||
|
||||
Name: cppunit
|
||||
Version: 1.13.2
|
||||
Release: 1%{?dist}
|
||||
|
|
@ -78,7 +80,8 @@ mv __dist-examples __dist-examples-dir/examples
|
|||
%doc AUTHORS NEWS README THANKS ChangeLog TODO BUGS doc/FAQ
|
||||
%license COPYING
|
||||
%{_bindir}/DllPlugInTester
|
||||
%{_libdir}/libcppunit*.so.*
|
||||
%{_libdir}/libcppunit-%{apiversion}.so.0
|
||||
%{_libdir}/libcppunit-%{apiversion}.so.0.*
|
||||
|
||||
%files devel
|
||||
%{_bindir}/cppunit-config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue