forked from pool/starship
Accepting request 985412 from home:Dead_Mozay
- Update to version 1.9.1: * add Raku module. * character: Standadise Vim config names. * Removed strip binary. OBS-URL: https://build.opensuse.org/request/show/985412 OBS-URL: https://build.opensuse.org/package/show/shells/starship?expand=0&rev=21
This commit is contained in:
committed by
Git OBS Bridge
parent
5b688c2aad
commit
6545d97a0f
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package starship
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,23 +12,23 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
|
||||
Name: starship
|
||||
Version: 1.8.0
|
||||
Version: 1.9.1
|
||||
Release: 0
|
||||
Summary: The minimal, blazing-fast, and infinitely customizable prompt for any shell
|
||||
License: ISC
|
||||
Url: https://starship.rs/
|
||||
URL: https://starship.rs/
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.xz
|
||||
Source2: cargo_config
|
||||
BuildRequires: rust-packaging
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
|
||||
|
||||
%description
|
||||
The minimal, blazing-fast, and infinitely customizable prompt for any shell!
|
||||
Fast: it's fast – really really fast! rocket
|
||||
@@ -38,7 +38,6 @@ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
|
||||
Feature rich: support for all your favorite tools.
|
||||
Easy: quick to install – start using it in minutes.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -qa1
|
||||
mkdir -p .cargo
|
||||
@@ -52,8 +51,6 @@ RUSTFLAGS=%{rustflags} cargo install --root=%{buildroot}%{_prefix} --path .
|
||||
# remove residue crate file
|
||||
rm %{buildroot}%{_prefix}/.crates.toml
|
||||
rm %{buildroot}%{_prefix}/.crates2.json
|
||||
strip -s %{buildroot}%{_bindir}/*
|
||||
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
@@ -61,4 +58,3 @@ strip -s %{buildroot}%{_bindir}/*
|
||||
%{_bindir}/starship
|
||||
|
||||
%changelog
|
||||
|
||||
|
Reference in New Issue
Block a user