Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=917329

--- Comment #7 from Yohan Graterol <yohangratero...@gmail.com> ---
Review the guideline for SourceURL, you have that do a tarball file with the
source. [0]

After, remove:

rm -rf %{name}-%{version}
mkdir %{name}-%{version}
cd %{name}-%{version}

cp %{SOURCE0} .

And add

%setup -q -n %{name}-%{version}

Too remove cd %{name}-%{version} from %build and %install.

When you finished, you let me know for do the formal review.

[0] http://fedoraproject.org/wiki/Packaging:SourceURL#Using_Revision_Control

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=iY5O6sxzSJ&a=cc_unsubscribe
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to