remove broken libmono-2.0.la symlink [release 6.12.0.182-3mamba;Sun Mar 12 2023]
This commit is contained in:
parent
930fc01b3a
commit
32343f3be1
11
mono.spec
11
mono.spec
@ -1,7 +1,7 @@
|
||||
%define pkgver %(echo %version | cut -d. -f1-3)
|
||||
Name: mono
|
||||
Version: 6.12.0.182
|
||||
Release: 2mamba
|
||||
Release: 3mamba
|
||||
Summary: A .NET runtime environment
|
||||
Group: Applications/Development
|
||||
Vendor: openmamba
|
||||
@ -197,7 +197,10 @@ install -p -m644 %{SOURCE4} %{buildroot}%{_prefix}/lib/rpm/fileattrs/
|
||||
# remove these files, we are using the files installed in /usr/lib/rpm/
|
||||
rm %{buildroot}%{_bindir}/mono-find-requires
|
||||
rm %{buildroot}%{_bindir}/mono-find-provides
|
||||
|
||||
|
||||
# Not deleted by rpm la remove script
|
||||
rm -f %{buildroot}%{_libdir}/lib%{name}-2.0.la
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
@ -410,7 +413,6 @@ fi
|
||||
%{_prefix}/lib/rpm/fileattrs/mono.attr
|
||||
%{_libdir}/lib%{name}-2.0.so
|
||||
%{_libdir}/lib%{name}-2.0.a
|
||||
%{_libdir}/lib%{name}-2.0.la
|
||||
%ifnarch aarch64
|
||||
%{_libdir}/libmonoboehm-2.0.a
|
||||
%{_libdir}/libmonoboehm-2.0.so
|
||||
@ -446,6 +448,9 @@ fi
|
||||
#%doc ChangeLog NEWS
|
||||
|
||||
%changelog
|
||||
* Sun Mar 12 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 6.12.0.182-3mamba
|
||||
- remove broken libmono-2.0.la symlink
|
||||
|
||||
* Thu Mar 09 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 6.12.0.182-2mamba
|
||||
- don't obsolete mono-nunit
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user