f1c0c9b
# This template shows how to package a commit state using the forgemeta macro.
f1c0c9b
# For more explanations on forgemeta, read the forgemeta-release template.
f1c0c9b
#
f1c0c9b
# The project url on the forge
f1c0c9b
%global forgeurl 
f1c0c9b
#
f1c0c9b
# The commit being packaged (when using git, a full hash)
f1c0c9b
%global commit   
f1c0c9b
#
f1c0c9b
#  – use the “-i” flag to display the variables forgemeta reads and sets
f1c0c9b
#  – use the “-v” flag if you want verbose processing
f1c0c9b
#  – remove  “-i” and “-v” before commit
f1c0c9b
%forgemeta
f1c0c9b
f1c0c9b
# The following lines use variables computed by forgemeta as default values.
f1c0c9b
# You can replace them with manual definitions.
f1c0c9b
# forgemeta will prepend commit information to dist. Release ordering is
f1c0c9b
# controlled by the packager with x%{?dist}/0.x%{?dist} numbers chains.
f1c0c9b
Name:    
f1c0c9b
Version: 
f1c0c9b
Release: 1%{?dist}
f1c0c9b
Summary: 
f1c0c9b
URL:     %{forgeurl}
f1c0c9b
Source:  %{forgesource}
f1c0c9b
%description
f1c0c9b
f1c0c9b
f1c0c9b
%prep
f1c0c9b
#  – an autosetup wrapper, forgeautosetup, is also provided
f1c0c9b
#  – use the “-v” flag if you want verbose processing; remove it before commit
f1c0c9b
#  – call forgesetup/autosetup directly if you do not like the result
f1c0c9b
%forgesetup
f1c0c9b
#
f1c0c9b
# After this point the archive extraction is done. forgemeta is no longer used.
f1c0c9b
f1c0c9b
%build
f1c0c9b
f1c0c9b
%install
f1c0c9b
f1c0c9b
%check
f1c0c9b
f1c0c9b
%files
f1c0c9b
%license 
f1c0c9b
%doc 
f1c0c9b
f1c0c9b
%changelog