exclude requirement for libsqlite3.so()(64bit) [release 4155-2mamba;Tue Oct 10 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 18:10:57 +01:00
parent 47ddc9c4f5
commit 0a70b68c8c

View File

@ -1,7 +1,7 @@
%define pkgver %(echo %version | cut -d. -f2)
Name: sublime-text
Version: 4.4126
Release: 1mamba
Version: 4155
Release: 2mamba
Summary: Sophisticated text editor for code, html and prose
Group: Graphical Desktop/Applications/Development
Vendor: openmamba
@ -26,6 +26,7 @@ Sophisticated text editor for code, html and prose.
#% debug_package
%global __provides_exclude_from ^%{_datadir}/sublime-text/.*$
%global __requires_exclude ^libsqlite3.so.*$
%prep
%setup -q -c -a0
@ -73,5 +74,11 @@ ln -s %{_datadir}/sublime-text/sublime_text %{buildroot}%{_bindir}/subl
%{_datadir}/sublime-text/*
%changelog
* Tue Oct 10 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 4155-2mamba
- exclude requirement for libsqlite3.so()(64bit)
* Mon Sep 25 2023 Automatic Build System <autodist@mambasoft.it> 4155-1mamba
- automatic update by autodist
* Mon Jun 13 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 4.4126-1mamba
- package created using the webbuild interface