forked from pool/helix
- add support for stable/point-release systems e.g. Leap
- add ExclusiveArch to support more architectures that rust supports OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=17
This commit is contained in:
parent
7c35b9f3a9
commit
eb1a64e2f8
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 19 01:47:59 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||||
|
|
||||||
|
- add support for stable/point-release systems e.g. Leap
|
||||||
|
- add ExclusiveArch to support more architectures that rust supports
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 1 06:55:30 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
Sun May 1 06:55:30 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%global _helix_runtimedir %{_sharedstatedir}/%{name}/runtime/
|
%global _helix_runtimedir %{_sharedstatedir}/%{name}/runtime/
|
||||||
%global rustflags -Clink-arg=-Wl,-z,relro,-z,now -C debuginfo=2
|
%global rustflags -Clink-arg=-Wl,-z,relro,-z,now -C debuginfo=2
|
||||||
|
|
||||||
@ -23,7 +24,7 @@ Version: 22.03~0
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: A post-modern modal text editor written in Rust
|
Summary: A post-modern modal text editor written in Rust
|
||||||
License: (Apache-2.0 OR MIT) AND BSD-3-Clause AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (MIT OR Apache-2.0 OR Zlib) AND (MIT or Unlicense) AND (Zlib OR Apache-2.0 OR MIT) AND Apache-2.0 AND BSL-1.0 AND ISC AND MIT AND MPL-2.0+ AND Zlib AND MPL-2.0
|
License: (Apache-2.0 OR MIT) AND BSD-3-Clause AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (MIT OR Apache-2.0 OR Zlib) AND (MIT or Unlicense) AND (Zlib OR Apache-2.0 OR MIT) AND Apache-2.0 AND BSL-1.0 AND ISC AND MIT AND MPL-2.0+ AND Zlib AND MPL-2.0
|
||||||
Url: https://github.com/helix-editor/helix
|
URL: https://github.com/helix-editor/helix
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
Source1: vendor.tar.xz
|
Source1: vendor.tar.xz
|
||||||
Source2: cargo_config
|
Source2: cargo_config
|
||||||
|
Loading…
Reference in New Issue
Block a user