- fix problems with sources to use rpmdev-spectool
- fix specfile to create a top-level directory to extract tarball to OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=28
This commit is contained in:
parent
1d6e0549f4
commit
1153b95b64
2
_service
2
_service
@ -1,7 +1,7 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="cargo_vendor" mode="disabled">
|
<service name="cargo_vendor" mode="disabled">
|
||||||
<param name="srcdir">helix</param>
|
<param name="srcdir">helix</param>
|
||||||
<param name="compression">gz</param>
|
<param name="compression">xz</param>
|
||||||
<param name="update">true</param>
|
<param name="update">true</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="cargo_audit" mode="disabled">
|
<service name="cargo_audit" mode="disabled">
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:96603cf5504bbd7ebeee1867d65356cccaa2877f697da50c0ad3789a3eb287e4
|
|
||||||
size 1734836
|
|
3
helix-22.05.tar.xz
Normal file
3
helix-22.05.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b5de56c98fcc177cb06ac802c7f466e069743f3dcd09d3910f4c08bead9c52ef
|
||||||
|
size 66276848
|
@ -4,6 +4,8 @@ Sun Aug 28 13:21:54 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
|||||||
- Separate runtime files. They make this whole package too huge.
|
- Separate runtime files. They make this whole package too huge.
|
||||||
- Update service file
|
- Update service file
|
||||||
- Update of vendored dependencies
|
- Update of vendored dependencies
|
||||||
|
- fix problems with sources to use rpmdev-spectool
|
||||||
|
- fix specfile to create a top-level directory to extract tarball to
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 20 03:28:41 UTC 2022 - William Brown <william.brown@suse.com>
|
Mon Jun 20 03:28:41 UTC 2022 - William Brown <william.brown@suse.com>
|
||||||
|
@ -24,8 +24,8 @@ 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: %{url}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: %{url}/releases/download/22.05/%{name}-%{version}-source.tar.xz#/%{name}-%{version}.tar.xz
|
||||||
Source1: vendor.tar.gz
|
Source1: vendor.tar.xz
|
||||||
Source2: cargo_config
|
Source2: cargo_config
|
||||||
Source3: helix-rpmlintrc
|
Source3: helix-rpmlintrc
|
||||||
BuildRequires: c++_compiler
|
BuildRequires: c++_compiler
|
||||||
@ -39,7 +39,7 @@ A kakoune/neovim inspired modal text editor with built-in LSP and
|
|||||||
has treesitter support for syntax highlighting and improved navigation
|
has treesitter support for syntax highlighting and improved navigation
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -a1
|
%autosetup -a1 -c -n %{name}-%{version}
|
||||||
mkdir -p .cargo
|
mkdir -p .cargo
|
||||||
cp %{SOURCE2} .cargo/config
|
cp %{SOURCE2} .cargo/config
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:85f229e1177d40df2f7d6be7f06a36d0342b3a306d7907ec267ccd1007977bc9
|
|
||||||
size 23456536
|
|
3
vendor.tar.xz
Normal file
3
vendor.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:051935e0bdbe412f46247446a46cf6e3b1aa8d83720bae0241218879fc839ccd
|
||||||
|
size 14789536
|
Loading…
Reference in New Issue
Block a user