diff --git a/1.0.0.tar.gz b/1.0.0.tar.gz new file mode 100644 index 0000000..91ba84e --- /dev/null +++ b/1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bd3c46f1cfd68d82d97fa72a68a07c966092c77f276d1335cb390b2ec6062bf +size 27691 diff --git a/b5e7767367f0bdac85701e50272060bb9556760b.zip b/b5e7767367f0bdac85701e50272060bb9556760b.zip deleted file mode 100644 index 6326d2c..0000000 --- a/b5e7767367f0bdac85701e50272060bb9556760b.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75e2dbca14d5d08475c762b162f0bc68cd01a885d20473d88ad2739aaeb923e6 -size 50808 diff --git a/homeshick.changes b/homeshick.changes index 5482376..1f58c3e 100644 --- a/homeshick.changes +++ b/homeshick.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 26 16:28:59 UTC 2015 - seroton10@gmail.com + +- Upstream introduced version numbers; no change of content. + ------------------------------------------------------------------- Sun Apr 26 12:26:56 UTC 2015 - seroton10@gmail.com diff --git a/homeshick.spec b/homeshick.spec index b689455..e3b9eb4 100644 --- a/homeshick.spec +++ b/homeshick.spec @@ -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