SPECS: ascal.spec - add patch1 (fixes optimization confusion) - di...

shadzik shadzik at pld-linux.org
Thu Nov 1 01:46:22 CET 2007


Author: shadzik                      Date: Thu Nov  1 00:46:22 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add patch1 (fixes optimization confusion)
- disable -Werror to fix build on x86_64 arch

---- Files affected:
SPECS:
   ascal.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/ascal.spec
diff -u SPECS/ascal.spec:1.1 SPECS/ascal.spec:1.2
--- SPECS/ascal.spec:1.1	Wed Oct 31 23:14:33 2007
+++ SPECS/ascal.spec	Thu Nov  1 01:46:17 2007
@@ -9,6 +9,7 @@
 Source0:	http://dl.sourceforge.net/ascal/%{name}-%{version}.tar.bz2
 # Source0-md5:	d0121cac9ab3af6b5ef6501fd602b96c
 Patch0:		%{name}-desktop.patch
+Patch1:		%{name}-optimization.patch
 URL:		http://sourceforge.net/projects/ascal/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -28,6 +29,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__intltoolize}
@@ -35,7 +37,8 @@
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+	--disable-Werror
 %{__make}
 
 %install
@@ -63,6 +66,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2007/11/01 00:46:17  shadzik
+- add patch1 (fixes optimization confusion)
+- disable -Werror to fix build on x86_64 arch
+
 Revision 1.1  2007/10/31 22:14:33  lisu
 - new
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ascal.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list