rpms/open-cobol/devel open-cobol.spec,1.3,1.4

Jochen Schmitt s4504kr at fedoraproject.org
Mon Oct 20 17:30:06 UTC 2008


Author: s4504kr

Update of /cvs/extras/rpms/open-cobol/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5257

Modified Files:
	open-cobol.spec 
Log Message:
New upstream release


Index: open-cobol.spec
===================================================================
RCS file: /cvs/extras/rpms/open-cobol/devel/open-cobol.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- open-cobol.spec	15 Sep 2008 16:49:09 -0000	1.3
+++ open-cobol.spec	20 Oct 2008 17:29:36 -0000	1.4
@@ -1,8 +1,8 @@
 %define cobvers 1.1
 
 Name:		open-cobol
-Version:	1.0.90
-Release:	4%{?dist}
+Version:	1.0.95
+Release:	1%{?dist}
 Summary:	OpenCOBOL - COBOL compiler
 
 Group:		Development/Languages
@@ -47,20 +47,18 @@
 %setup -q -n %{name}-%{cobvers}
 
 %build
-# Remove _FORTIFY_SOURCE as adviced by the upstram
-export CFLAGS=$(echo "$RPM_OPT_FLAGS" | sed -e 's/\-Wp,\-D_FORTIFY_SOURCE=2//g')
-echo $CFLAGS
+export CFLAGS="$RPM_OPT_FLAGS -fPIC"
 %configure --disable-rpath
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 
 # set -D__NO_STRING_LINES for i86 systems
 
-%ifarch %{ix86}
-BUILDFLAGS="-D__NO_STRING_INLINES=1"
-%endif
+# %ifarch %{ix86}
+# BUILDFLAGS="-D__NO_STRING_INLINES=1"
+# %endif
 
-make %{?_smp_mflags}
+make %{?_smp_mflags} 
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -106,6 +104,9 @@
 %postun -n libcob -p /sbin/ldconfig
 
 %changelog
+* Mon Oct 20 2008 Jochen Schmitt <Jochen herr-schmitt de> 1.0.95-1
+- New upstream relase
+
 * Mon Sep 15 2008 Jochen Schmitt <Jochen herr-schmitt de> 1.0.90-4
 - Remove _FORTIFY_SOURCE as adviced by the upstream
 




More information about the scm-commits mailing list