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