Upstream has introduced version numbering.
OBS-URL: https://build.opensuse.org/package/show/utilities/homeshick?expand=0&rev=6
This commit is contained in:
parent
2f2f853d84
commit
500acf28a8
3
1.0.0.tar.gz
Normal file
3
1.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8bd3c46f1cfd68d82d97fa72a68a07c966092c77f276d1335cb390b2ec6062bf
|
||||
size 27691
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75e2dbca14d5d08475c762b162f0bc68cd01a885d20473d88ad2739aaeb923e6
|
||||
size 50808
|
@ -16,19 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%define git_sha1 b5e7767367f0bdac85701e50272060bb9556760b
|
||||
Name: homeshick
|
||||
# NB: The upstream project does not have any releases; hence, this package will
|
||||
# remain at version zero. The precise package content is identified by the git
|
||||
# hash above. Package updates are only indicated by the RPM release number,
|
||||
# which is incremented by OBS for each package change.
|
||||
Version: 0
|
||||
Version: 1.0.0
|
||||
Release: 0
|
||||
Summary: Dotfile synchronizer based on Git and Bash
|
||||
License: MIT
|
||||
Group: Productivity/File utilities
|
||||
Url: https://github.com/andsens/homeshick
|
||||
Source0: https://github.com/andsens/homeshick/archive/%{git_sha1}.zip
|
||||
Source0: https://github.com/andsens/homeshick/archive/%{version}.tar.gz
|
||||
Source1: README-openSUSE.md
|
||||
Source99: homeshick.rpmlintrc
|
||||
Patch0: default-location.patch
|
||||
@ -36,7 +31,6 @@ BuildRequires: expect
|
||||
BuildRequires: git >= 1.5
|
||||
BuildRequires: iputils
|
||||
BuildRequires: tcsh
|
||||
BuildRequires: unzip
|
||||
Requires: bash >= 3
|
||||
Requires: git >= 1.5
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -60,10 +54,8 @@ For example, this allows installing large external frameworks (such as
|
||||
oh-my-zsh, or a multitude of emacs or vim plugins) found on sites like
|
||||
https://dotfiles.github.io/ alongside personal dotfiles without clutter.
|
||||
|
||||
Packaged revision: %{git_sha1}
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{git_sha1}
|
||||
%setup -q -n %{name}-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user