Skip to content

Commit

Permalink
Adding github as secondary source for rpmbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
pcon committed Mar 29, 2021
1 parent ef9464e commit 14abbee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions solenopsis.spec
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
%define github_name solenopsis
%define branch master

Summary: A set of scripts to help aid in Salesforce.com development and deployment
Name: solenopsis
Version: 1.2
Expand All @@ -6,6 +9,7 @@ URL: http://solenopsis.org/Solenopsis/
License: GPL
Group: Applications/Internet
Source0: %{name}-%{version}.tar.gz
Source1: https://github.com/%{github_name}/Solenopsis/archive/%{branch}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch
Requires: python
Expand Down

0 comments on commit 14abbee

Please sign in to comment.