Accepting request 359499 from Publishing

1

OBS-URL: https://build.opensuse.org/request/show/359499
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openjade?expand=0&rev=21
This commit is contained in:
Dominique Leuenberger 2016-02-25 20:57:59 +00:00 committed by Git OBS Bridge
commit 2811bd4697
2 changed files with 15 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 15 12:58:47 UTC 2016 - rguenther@suse.com
- Build with -fno-lifetime-dse because of object lifetime violations
within style/Collector.h
-------------------------------------------------------------------
Mon Jun 11 13:39:17 CEST 2012 - mls@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package openjade
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: openjade
BuildRequires: gcc-c++
BuildRequires: libtool
@ -34,7 +35,8 @@ Patch4: gcc46_default_ctors.patch
Patch5: openjade-1.3.2-getopts.patch
# Conflicts: jade_dsl
Obsoletes: jade_dsl
Provides: jade jade_dsl
Provides: jade
Provides: jade_dsl
Requires: opensp
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: http://openjade.sourceforge.net/
@ -69,6 +71,7 @@ Authors:
%package devel
Summary: DSSSL Engine (development package)
Group: Productivity/Publishing/SGML
Requires: %{name} = %{version}
%description devel
@ -111,7 +114,11 @@ cp %{S:2} README.SuSE
%build
# export CXXFLAGS='-O'
%if %{suse_version} > 1320
export CXXFLAGS="$RPM_OPT_FLAGS -fno-lifetime-dse"
%else
export CXXFLAGS="$RPM_OPT_FLAGS"
%endif
# export CXXFLAGS="-g -march=i486 -mcpu=i686"
# export DEFAULT_SCHEME_BUILTINS=/usr/share/sgml/openjade/builtins.dsl
# % {?suse_update_config:% {suse_update_config config}}