rpms/freeciv/devel freeciv-server.desktop, NONE, 1.1 freeciv.xpm, NONE, 1.1 freeciv_desktop.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 freeciv.spec, 1.4, 1.5 sources, 1.2, 1.3 NEWS-1.14.2, 1.1, NONE freeciv-1.13.0-aifill.patch, 1.1, NONE freeciv-desktop-xauth.patch, 1.1, NONE freeciv-desktop.patch, 1.1, NONE

Ralf Corsepius rc040203 at freenet.de
Tue Apr 19 01:44:21 UTC 2005


On Mon, 2005-04-18 at 20:01 -0400, Brian Pepple wrote:
> Author: bpepple
> 
> Update of /cvs/extras/rpms/freeciv/devel
> In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10990/devel
> 
> Modified Files:
> 	.cvsignore freeciv.spec sources 

> RCS file: /cvs/extras/rpms/freeciv/devel/freeciv.spec,v
> retrieving revision 1.4
> retrieving revision 1.5
> diff -u -r1.4 -r1.5
> --- freeciv.spec	26 Mar 2005 15:54:37 -0000	1.4
> +++ freeciv.spec	19 Apr 2005 00:01:55 -0000	1.5
> @@ -1,27 +1,29 @@

> +%configure --enable-debug=no	\
> +	--enable-client=gtk2	\
> +	--prefix=%{_prefix}	\
> +	--mandir=%{_mandir}	\
> +	--bindir=%{_bindir}	\
> +	--datadir=%{_datadir}
All --*dir options above are redundant (%configure already sets them).


> +%makeinstall bindir=$RPM_BUILD_ROOT%{_bindir}	\
> +	datadir=$RPM_BUILD_ROOT%{_datadir}	\
> +	mandir=$RPM_BUILD_ROOT%{_mandir}	\
> +	prefix=$RPM_BUILD_ROOT%{_prefix}	
Same here, %makeinstall comprises setting *dir=$RPM_BUILD_ROOT%{_*dir}

Ralf





More information about the fedora-extras-commits mailing list