diff --git a/isomd5sum.spec b/isomd5sum.spec index bd0ec77..3f2a3e1 100644 --- a/isomd5sum.spec +++ b/isomd5sum.spec @@ -1,3 +1,5 @@ +%global forgeurl https://github.com/rhinstaller/isomd5sum + Summary: Utilities for working with md5sum implanted in ISO images Name: isomd5sum Version: 1.2.4 @@ -5,8 +7,10 @@ Release: 1%{?dist} Epoch: 1 License: GPL-2.0-or-later -Url: https://github.com/rhinstaller/isomd5sum -Source0: https://github.com/rhinstaller/%{name}/archive/%{version}.tar.gz +%global tag %{version} +%forgemeta +Url: %{forgeurl} +Source0: %{forgesource} BuildRequires: gcc BuildRequires: popt-devel @@ -35,7 +39,7 @@ an md5sum implanted into an ISO9660 image. %prep -%autosetup +%forgeautosetup %build