On Thu, 10 Dec 2015 12:21:16 +0100, zosrothko wrote: > Source0: > file://localhost/home/fandre/poco/releases/%{name}-%{version}-all.tar.gz > Source1: > file://localhost/home/fandre/poco/releases/%{name}-%{version}-all-doc.tar.gz > ... > %prep > #%setup -qn %{name}-%{gittag0} > %setup -T -b 0 -qn %{name}-%{version}-all > %setup -T -b 1 -qn %{name}-%{version}-all-doc Btw, who releases those Source0 and Source1 tarballs? If they have a unique topdir, I still think you could extract both with a single %setup invocation into a single builddir. %setup can take multiple -a/-b arguments, for example, and even create a top builddir for you. -- packaging mailing list packaging@xxxxxxxxxxxxxxxxxxxxxxx http://lists.fedoraproject.org/admin/lists/packaging@xxxxxxxxxxxxxxxxxxxxxxx