Help with packaging igraph (stuck on debuginfo)

Neal Becker ndbecker2 at gmail.com
Thu Jan 24 12:08:28 UTC 2008


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'?





More information about the fedora-devel-list mailing list