SPECS: alex.spec - fixed build on alpha (match alpha-pld-linux as ...

qboosh qboosh at pld-linux.org
Mon Oct 17 13:55:59 CEST 2005


Author: qboosh                       Date: Mon Oct 17 11:55:59 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed build on alpha (match alpha-pld-linux as knwon arch)

---- Files affected:
SPECS:
   alex.spec (1.16 -> 1.17) 

---- Diffs:

================================================================
Index: SPECS/alex.spec
diff -u SPECS/alex.spec:1.16 SPECS/alex.spec:1.17
--- SPECS/alex.spec:1.16	Sun Jul  3 21:55:36 2005
+++ SPECS/alex.spec	Mon Oct 17 13:55:54 2005
@@ -18,6 +18,7 @@
 BuildRequires:	gmp-devel
 BuildRequires:	jadetex
 BuildRequires:	openjade
+BuildRequires:	sed >= 4.0
 BuildRequires:	tetex-dvips
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -34,8 +35,9 @@
 %prep
 %setup -q
 
+sed -i -e 's/alpha\*-unknown-linux/alpha*-*-linux/' configure.ac
+
 %build
-chmod u+w configure*
 %{__aclocal}
 %{__autoconf}
 cp -f /usr/share/automake/config.sub .
@@ -72,6 +74,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.17  2005/10/17 11:55:54  qboosh
+- fixed build on alpha (match alpha-pld-linux as knwon arch)
+
 Revision 1.16  2005/07/03 19:55:36  undefine
 - oops, too many docs ;)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/alex.spec?r1=1.16&r2=1.17&f=u




More information about the pld-cvs-commit mailing list