Created
September 24, 2017 04:42
Canary RPM Spec
This file contains hidden or 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