Created
September 24, 2017 04:42
-
-
Save LorbusChris/d786477452c6652fe36173da9913d13c to your computer and use it in GitHub Desktop.
Canary RPM Spec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%define build_timestamp %(date +"%Y%m%d%H%M%%S") | |
%define github_user LorbusChris | |
%define github_repo REPLACEME | |
%define github_branch master | |
Version: canary | |
Release: %{build_timestamp}%{?dist} | |
Source0: https://github.com/%{github_user}/%{github_repo}/archive/%{github_branch}.tar.gz | |
%prep | |
%setup -n %{github_repo}-%{github_branch} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment