Skip to content

Instantly share code, notes, and snippets.

@LorbusChris
Created September 24, 2017 04:42
Show Gist options
  • Save LorbusChris/d786477452c6652fe36173da9913d13c to your computer and use it in GitHub Desktop.
Save LorbusChris/d786477452c6652fe36173da9913d13c to your computer and use it in GitHub Desktop.
Canary RPM Spec
%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