packages: xorg-docs/xorg-docs.spec - redefine only configure args, otherwis...

glen glen at pld-linux.org
Fri Nov 6 11:25:02 CET 2009


Author: glen                         Date: Fri Nov  6 10:25:02 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- redefine only configure args, otherwise we end up noarch.rpm having %{PLATFORM} == x86_64-linux
- rel 3

---- Files affected:
packages/xorg-docs:
   xorg-docs.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: packages/xorg-docs/xorg-docs.spec
diff -u packages/xorg-docs/xorg-docs.spec:1.12 packages/xorg-docs/xorg-docs.spec:1.13
--- packages/xorg-docs/xorg-docs.spec:1.12	Tue Nov  3 11:14:41 2009
+++ packages/xorg-docs/xorg-docs.spec	Fri Nov  6 11:24:57 2009
@@ -3,7 +3,7 @@
 Summary(pl.UTF-8):	Dokumentacja X.org
 Name:		xorg-docs
 Version:	1.5
-Release:	2
+Release:	3
 License:	MIT
 Group:		Documentation
 Source0:	http://xorg.freedesktop.org/releases/individual/doc/%{name}-%{version}.tar.bz2
@@ -19,8 +19,6 @@
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		_target_platform	%{_target}
-
 %description
 X.org documentation.
 
@@ -34,7 +32,9 @@
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-%configure
+%configure \
+	--host=%{_target} \
+	--build=%{_target}
 %{__make}
 
 %install
@@ -56,6 +56,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2009/11/06 10:24:57  glen
+- redefine only configure args, otherwise we end up noarch.rpm having %{PLATFORM} == x86_64-linux
+- rel 3
+
 Revision 1.12  2009/11/03 10:14:41  glen
 - build noarch; rel 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xorg-docs/xorg-docs.spec?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list