From a0bda9474b8100154db5eafd9f863e8f63c99415 Mon Sep 17 00:00:00 2001 From: Jochen Schmitt Date: Oct 20 2008 17:29:36 +0000 Subject: New upstream release --- diff --git a/open-cobol.spec b/open-cobol.spec index 994995b..ff9e8bb 100644 --- a/open-cobol.spec +++ b/open-cobol.spec @@ -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 @@ Runtime libraries for OpenCOBOL %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 @@ fi %postun -n libcob -p /sbin/ldconfig %changelog +* Mon Oct 20 2008 Jochen Schmitt 1.0.95-1 +- New upstream relase + * Mon Sep 15 2008 Jochen Schmitt 1.0.90-4 - Remove _FORTIFY_SOURCE as adviced by the upstream