Sponsor request for packages: wpa_supplicant, ion2

Ralf Corsepius rc040203 at freenet.de
Mon Apr 18 07:27:29 UTC 2005


On Sun, 2005-04-17 at 23:47 -0400, Luis R. Rodriguez wrote:
> Oh, and here are the spec files:
> 
> http://mcgrof.com/fedora/SPECS/ion.spec
This spec needs works:

1.

> ./configure --prefix=%{buildroot}%{_prefix} \
>	--bindir=%{buildroot}%{_bindir} \

configure --prefix=%{buildroot} ... is bogus.

You probably want %configure, or to remove the %{buildroot}'s in the
call to configure.

2.

> %files
> %{_mandir}/man1/
..
> %{_libexecdir/

You probably want %{_mandir}/man1/* and %{_libexecdir}/*

3. I didn't try to build the package, but this also looks suspicious:

> %build
> %{__make} \
>	HAS_SYSTEM_ASPRINTF=1 \
>	OPTFLAGS="%{rpmcflags}" \
>	CC=%{__cc}


Ralf





More information about the fedora-extras-list mailing list