fix excluding internal libraries from provides [release 1.96.2-2mamba;Sat Jan 04 2025]
This commit is contained in:
parent
77c5ba41b4
commit
ae86602d8c
@ -1,7 +1,7 @@
|
|||||||
%define _pkgname code-bin
|
%define _pkgname code-bin
|
||||||
Name: visual-studio-code-bin
|
Name: visual-studio-code-bin
|
||||||
Version: 1.96.2
|
Version: 1.96.2
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Visual Studio Code: a lightweight but powerful source code editor which runs on your desktop (official binary distribution)
|
Summary: Visual Studio Code: a lightweight but powerful source code editor which runs on your desktop (official binary distribution)
|
||||||
Group: Graphical Desktop/Applications/Development
|
Group: Graphical Desktop/Applications/Development
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -49,10 +49,8 @@ Obsoletes: code-bin <= 1.81.1
|
|||||||
%description
|
%description
|
||||||
Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages and runtimes (such as C++, C#, Java, Python, PHP, Go, .NET).
|
Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages and runtimes (such as C++, C#, Java, Python, PHP, Go, .NET).
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%global __requires_exclude ^libffmpeg.so.*$
|
%global __requires_exclude ^libffmpeg.so.*$
|
||||||
%global __provides_exclude_from ^%{_datadir}/%{name}/.*$
|
%global __provides_exclude_from ^%{_datadir}/code-bin/.*$
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c -T
|
%setup -q -c -T
|
||||||
@ -116,6 +114,9 @@ install -D -m755 %{SOURCE6} %{buildroot}%{_bindir}/code
|
|||||||
%doc resources/app/LICENSE.rtf
|
%doc resources/app/LICENSE.rtf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 04 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 1.96.2-2mamba
|
||||||
|
- fix excluding internal libraries from provides
|
||||||
|
|
||||||
* Fri Dec 20 2024 Automatic Build System <autodist@mambasoft.it> 1.96.2-1mamba
|
* Fri Dec 20 2024 Automatic Build System <autodist@mambasoft.it> 1.96.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user