https://bugzilla.redhat.com/show_bug.cgi?id=2049681



--- Comment #2 from Major Hayden 🤠 <[email protected]> ---
Using the `forgemeta` macros could save some work down the road:

 
https://docs.fedoraproject.org/en-US/packaging-guidelines/SourceURL/#_using_forges_hosted_revision_control

Your spec could look something like this:

%global         srcname     s2n-tls
%global         forgeurl    https://github.com/davdunc/%{name}
Version:        1.3.2
%global         tag         %{version}
%forgemeta

Name:           %{srcname}
Release:        %autorelease
Summary:        s2n: an implementation of the TLS/SSL protocols utilities

License:        ASL 2.0
URL:            %forgeurl
Source0:        %forgesource

Then your %prep just becomes:

%prep
%forgeautosetup


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2049681
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to