Ensure the patches get activated.

This commit is contained in:
Joshua Harlow
2012-09-26 16:59:28 -07:00
parent b32c3dc23b
commit c948a32531

View File

@@ -69,6 +69,13 @@ ssh keys and to let the user run various scripts.
%prep
%setup -q -n %{name}-%{version}~${release}
# Custom patches activation
#set $size = 0
#for $p in $patches
%patch${size}
#set $size += 1
#end for
%build
%{__python} setup.py build