OK, I got it. Basically: %prep %setup -a0 -c cd igraph-%{version} This unpacks into python-igraph-%version/igraph-%version In build and install, I need to do: cd igraph-%{version} And in %doc need: igraph-%{version}/LICENSE Is there a more elegant way? Specifically, I can set RPM_BUILD_ROOT, which probably should have been named RPM_INSTALL_ROOT, but can I set the dir for the build so I don't need to keep doing 'cd blah'? -- fedora-devel-list mailing list fedora-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-devel-list