forked from pool/helix
Accepting request 1082235 from editors
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1082235 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helix?expand=0&rev=14
This commit is contained in:
commit
8598c1573f
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 16 01:06:56 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||||
|
|
||||||
|
- Removed preinstall hook. Not needed since we added version
|
||||||
|
in line with the helix binary.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 6 13:27:49 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
Thu Apr 6 13:27:49 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ BuildRequires: c_compiler
|
|||||||
BuildRequires: cargo-packaging
|
BuildRequires: cargo-packaging
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
Recommends: %{name}-runtime
|
Recommends: %{name}-runtime = %{version}
|
||||||
ExclusiveArch: %{rust_arches}
|
ExclusiveArch: %{rust_arches}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -75,6 +75,7 @@ Zsh command-line completion support for %{name}.
|
|||||||
|
|
||||||
%package runtime
|
%package runtime
|
||||||
Summary: Runtime files for %{name}
|
Summary: Runtime files for %{name}
|
||||||
|
Version: %{version}
|
||||||
Recommends: %{name}
|
Recommends: %{name}
|
||||||
|
|
||||||
%description runtime
|
%description runtime
|
||||||
@ -126,11 +127,6 @@ install -Dm644 -T %{_builddir}/%{name}-%{version}/contrib/completion/hx.bash %{b
|
|||||||
install -Dm644 -T %{_builddir}/%{name}-%{version}/contrib/completion/hx.fish %{buildroot}%{_datadir}/fish/vendor_completions.d/%{name}.fish
|
install -Dm644 -T %{_builddir}/%{name}-%{version}/contrib/completion/hx.fish %{buildroot}%{_datadir}/fish/vendor_completions.d/%{name}.fish
|
||||||
install -Dm644 -T %{_builddir}/%{name}-%{version}/contrib/completion/hx.zsh %{buildroot}%{_datadir}/zsh/site-functions/_%{name}
|
install -Dm644 -T %{_builddir}/%{name}-%{version}/contrib/completion/hx.zsh %{buildroot}%{_datadir}/zsh/site-functions/_%{name}
|
||||||
|
|
||||||
%pre
|
|
||||||
if [ -l "%{_helix_runtimedir}" ] ; then
|
|
||||||
rm -f "%{_helix_runtimedir}"
|
|
||||||
fi
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md CHANGELOG.md languages.toml docs/CONTRIBUTING.md docs/architecture.md docs/vision.md
|
%doc README.md CHANGELOG.md languages.toml docs/CONTRIBUTING.md docs/architecture.md docs/vision.md
|
||||||
|
Loading…
Reference in New Issue
Block a user