Skip to content

Commit 3afccc4

Browse files
Update libntirpc.spec.in
add libntirpcmonitoring.so.* to %files
1 parent 7de1fd9 commit 3afccc4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build_scripts/libntirpc-build/libntirpc-template/libntirpc.spec.in

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,12 @@ export VERBOSE=1
6060
%install
6161
%cmake_install
6262

63-
ln -s %{name}.so.%{version} %{buildroot}%{_libdir}/%{name}.so.4
63+
ln -s %{name}.so.%{version} %{buildroot}%{_libdir}/%{name}.so.6
64+
ln -s %{name}monitoring.so.%{version} %{buildroot}%{_libdir}/%{name}monitoring.so.6
65+
6466

6567
%files
66-
%{_libdir}/libntirpc.so.*
68+
%{_libdir}/libntirpc*.so.*
6769
%{!?_licensedir:%global license %%doc}
6870
%license COPYING
6971
%doc NEWS README

0 commit comments

Comments
 (0)