rpms/frysk/devel frysk.spec,1.134,1.135

Andrew Cagney cagney at fedoraproject.org
Mon Oct 27 21:23:42 UTC 2008


Author: cagney

Update of /cvs/pkgs/rpms/frysk/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19465

Modified Files:
	frysk.spec 
Log Message:
* Mon Oct 27 2008 Andrew Cagney <andrew.cagney at gmail.com> -  0.4-2
- drop EPL from licence list; cdtparser deleted
- re-enable SMP make
- disable -Werror flag to gcj



Index: frysk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/frysk/devel/frysk.spec,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- frysk.spec	22 Oct 2008 01:12:07 -0000	1.134
+++ frysk.spec	27 Oct 2008 21:23:12 -0000	1.135
@@ -1,17 +1,16 @@
 Summary:	Frysk execution analysis and debugging tools
 Name:		frysk
 Version:	0.4
-Release:	1%{?dist}
+Release:	2%{?dist}
 
 # antlrv2 is Public Domain; antlrv3 is BSD.
-# cdtparser is EPL
 # getopt is GPLv2 with exception
 # elfutils is GPLv2 with exception
 # frysk is GPLv2 with exception
 # junit licence is CPL (according to the junit rpm)
 # jline licence is BSD
 # libunwind is BSD
-License:	GPLv2 with exceptions and BSD and CPL and Public Domain and EPL
+License:	GPLv2 with exceptions and BSD and CPL and Public Domain
 
 Group:		Development/System
 URL:		http://sourceware.org/frysk
@@ -128,11 +127,13 @@
 
 # FIXME: Warnings should be fixed, not suppressed:
 RPM_OPT_FLAGS=${RPM_OPT_FLAGS/-Wp,-D_FORTIFY_SOURCE=2 /}
-%configure CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" \
-	--disable-arch32-tests
-# in frysk-sys; make is building .o files before all BUILT_FILES are
-# created.
-make # %{?_smp_mflags}
+%configure \
+	   CFLAGS="$RPM_OPT_FLAGS" \
+	   CXXFLAGS="$RPM_OPT_FLAGS" \
+	   GCJFLAGS="-g -O -fsource=1.4 -Wextraneous-semicolon" \
+	   --disable-arch32-tests
+
+make %{?_smp_mflags}
 
 %install
 
@@ -267,6 +268,11 @@
 %{_mandir}/man1/frysk.1.gz
 
 %changelog
+* Mon Oct 27 2008 Andrew Cagney <andrew.cagney at gmail.com> -  0.4-2
+- drop EPL from licence list; cdtparser deleted
+- re-enable SMP make
+- disable -Werror flag to gcj
+
 * Tue Oct 20 2008 Andrew Cagney <andrew.cagney at gmail.com> -  0.4-1
 - add sparc and arm to ExcludeArch.
 




More information about the scm-commits mailing list