https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017
--- Comment #51 from Mattia M. <mattia.meneguzzo+rpmfusion(a)gmail.com> 2012-08-19
15:27:45 CEST ---
Thank you.
(In reply to comment #49)
How did this package past review with this or was it added later?
%build
./autogen.sh --prefix=/usr
make %{?_smp_mflags}
The %build section has been like that since the beginning.
%build
NOCONFIGURE=1 ./autogen.sh
%configure --prefix=%{_prefix}
make %{?_smp_mflags}
After the correction you has suggested, Plague has managed to build the package
in the devel branch, but has failed again in the F-16 and F-17 branches.
The error seems to be: (see build.log here:
http://buildsys.rpmfusion.org/logs/fedora-17-rpmfusion_free/14217-gnome-s...
)
checking for automake >= 1.9...
testing automake-1.11... not found.
testing automake-1.10... not found.
testing automake-1.9... not found.
***Error***: You must have automake >= 1.9 installed
to build gnome-shell-extension-weather. Download the appropriate package for
from your distribution or get the source tarball at
http://ftp.gnu.org/pub/gnu/automake/automake-1.9.tar.gz
And, again, mock on my local machine manages to build the package correctly
(for Fedora 17 x86_64).
--
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.