https://bugzilla.rpmfusion.org/show_bug.cgi?id=2343
--- Comment #4 from pcpa <paulo.cesar.pereira.de.andrade(a)gmail.com> 2012-06-01
15:40:29 CEST ---
(In reply to comment #2)
Build dir used by this src.rpm conflicts with the build dir used by
the
0ad-data src.rpm. The packages cannot be built at the same time:
1) %setup -q -n 0ad-%{version}-alpha
2) %setup -q -n %{name}-%{version}-alpha
1 and 2 should differ. Suggest that in this spec file, you use %setup option -c
to create a builddir in a namespace related to %{name} and then work inside
that directory.
I can change both, or only 0ad-data to do "%setup -D" (or just
created a new subdir for 0ad-data), as they are supposed to not
conflict, and are extracted from the same scm. I have been
already hit by this when using rpmbuild, but not a big issue
as the packages build in a reasonable time.
--
Configure bugmail:
https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.