forked from pool/unified-memory-framework
Move libumf.so.0 to the right package
This commit is contained in:
@@ -88,8 +88,7 @@ This package contains the documentation for UMF.
|
||||
rm %{buildroot}%{_datadir}/doc/umf/licensing/third-party-programs.txt
|
||||
rm %{buildroot}%{_datadir}/doc/umf/LICENSE.TXT
|
||||
|
||||
%post -n %{libname} -p /sbin/ldconfig
|
||||
%postun -n %{libname} -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n %{libname}
|
||||
|
||||
%files -n %{libname}
|
||||
# licenses
|
||||
@@ -97,12 +96,12 @@ rm %{buildroot}%{_datadir}/doc/umf/LICENSE.TXT
|
||||
%doc README.md
|
||||
%doc licensing/third-party-programs.txt
|
||||
|
||||
%{_libdir}/libumf.so.0
|
||||
%{_libdir}/libumf.so.0.0.0
|
||||
%{_libdir}/libumf_proxy.so.0
|
||||
|
||||
%files devel
|
||||
%{_libdir}/libumf.so
|
||||
%{_libdir}/libumf.so.0
|
||||
%{_libdir}/libumf_proxy.so
|
||||
%{_includedir}/umf.h
|
||||
%{_includedir}/umf/
|
||||
|
||||
Reference in New Issue
Block a user