Request for Review: sword

Tom 'spot' Callaway tcallawa at redhat.com
Wed Jun 1 23:27:28 UTC 2005


On Wed, 2005-06-01 at 15:50 +0200, Nils Philippsen wrote:

>  %install
> -rm -rf $RPM_BUILD_ROOT
> -make install DESTDIR=$RPM_BUILD_ROOT
> +rm -rf %buildroot
> +make install DESTDIR=%buildroot
>  %__mkdir_p %buildroot%_datadir/sword/modules
> 
>  find %buildroot%_libdir -type f -name "*.la" -exec rm -f {} ';'
> 
>  %clean
> -rm -rf $RPM_BUILD_ROOT
> +rm -rf %buildroot

FWIW, these changes are NOT necessary. $RPM_BUILD_ROOT is perfectly
valid and acceptable, as long as its consistent.

See:
http://www.fedoraproject.org/wiki/PackagingGuidelines#head-d0ada6130cf40be1244d34cc44fc38d34dd00db8

~spot
-- 
Tom "spot" Callaway: Red Hat Sales Engineer || GPG Fingerprint: 93054260
Fedora Extras Steering Committee Member (RPM Standards and Practices)
Aurora Linux Project Leader: http://auroralinux.org
Lemurs, llamas, and sparcs, oh my!





More information about the fedora-extras-list mailing list