- Disable -Wl,--as-needed, see upstream bug report
http://bugs.ghostscript.com/show_bug.cgi?id=693100 - Disable -Wl,--as-needed, see upstream bug report http://bugs.ghostscript.com/show_bug.cgi?id=693100 OBS-URL: https://build.opensuse.org/package/show/Printing/ghostscript?expand=0&rev=17
This commit is contained in:
parent
5fdf55a3e1
commit
2faed9794d
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 24 10:46:00 UTC 2012 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Disable -Wl,--as-needed, see upstream bug report
|
||||||
|
http://bugs.ghostscript.com/show_bug.cgi?id=693100
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 10 15:49:33 CEST 2012 - jsmeix@suse.de
|
Thu May 10 15:49:33 CEST 2012 - jsmeix@suse.de
|
||||||
|
|
||||||
|
@ -55,8 +55,8 @@ Conflicts: ghostscript-library
|
|||||||
# separated packages ghostscript-fonts-std and ghostscript-fonts-other
|
# separated packages ghostscript-fonts-std and ghostscript-fonts-other
|
||||||
# (regarding separated packages see /usr/share/ghostscript/<version>/doc/Fonts.htm)
|
# (regarding separated packages see /usr/share/ghostscript/<version>/doc/Fonts.htm)
|
||||||
# so that a RPM requirement is needed to make sure that Ghostscript has its fonts:
|
# so that a RPM requirement is needed to make sure that Ghostscript has its fonts:
|
||||||
Requires: ghostscript-fonts-std
|
|
||||||
Requires: ghostscript-fonts-other
|
Requires: ghostscript-fonts-other
|
||||||
|
Requires: ghostscript-fonts-std
|
||||||
# Prerequire /sbin/ldconfig which is used in the traditional bash scriptlets for post/postun:
|
# Prerequire /sbin/ldconfig which is used in the traditional bash scriptlets for post/postun:
|
||||||
PreReq: /sbin/ldconfig
|
PreReq: /sbin/ldconfig
|
||||||
# Install into this non-root directory (required when norootforbuild is used):
|
# Install into this non-root directory (required when norootforbuild is used):
|
||||||
@ -146,6 +146,7 @@ autoreconf -fi
|
|||||||
%else
|
%else
|
||||||
%define with_or_without_system_libtiff --with-system-libtiff
|
%define with_or_without_system_libtiff --with-system-libtiff
|
||||||
%endif
|
%endif
|
||||||
|
export SUSE_ASNEEDED=0
|
||||||
./configure --prefix=%{_prefix} \
|
./configure --prefix=%{_prefix} \
|
||||||
--bindir=%{_bindir} \
|
--bindir=%{_bindir} \
|
||||||
--libdir=%{_libdir} \
|
--libdir=%{_libdir} \
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 24 10:44:57 UTC 2012 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Disable -Wl,--as-needed, see upstream bug report
|
||||||
|
http://bugs.ghostscript.com/show_bug.cgi?id=693100
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 10 15:49:33 CEST 2012 - jsmeix@suse.de
|
Thu May 10 15:49:33 CEST 2012 - jsmeix@suse.de
|
||||||
|
|
||||||
|
@ -93,9 +93,9 @@ Source0: ghostscript-%{version}.tar.gz
|
|||||||
# graphviz-plugins BuildRequires ghostscript-mini
|
# graphviz-plugins BuildRequires ghostscript-mini
|
||||||
# Provide the additional RPM Provides of the ghostscript-library package
|
# Provide the additional RPM Provides of the ghostscript-library package
|
||||||
# (ghostscript_x11 is provided by the ghostscript-x11 sub-package, see below):
|
# (ghostscript_x11 is provided by the ghostscript-x11 sub-package, see below):
|
||||||
|
Provides: ghostscript_any
|
||||||
Provides: gs
|
Provides: gs
|
||||||
Provides: gs_lib
|
Provides: gs_lib
|
||||||
Provides: ghostscript_any
|
|
||||||
# There is a needless requirement for pstoraster in gutenprint up to openSUSE 11.4.
|
# There is a needless requirement for pstoraster in gutenprint up to openSUSE 11.4.
|
||||||
# Satisfy it to be backward compatible with installed gutenprint packages:
|
# Satisfy it to be backward compatible with installed gutenprint packages:
|
||||||
Provides: pstoraster
|
Provides: pstoraster
|
||||||
@ -135,8 +135,8 @@ Recommends: ghostscript-x11 = %{version}-%{release}
|
|||||||
# separated packages ghostscript-fonts-std and ghostscript-fonts-other
|
# separated packages ghostscript-fonts-std and ghostscript-fonts-other
|
||||||
# (regarding separated packages see /usr/share/ghostscript/<version>/doc/Fonts.htm)
|
# (regarding separated packages see /usr/share/ghostscript/<version>/doc/Fonts.htm)
|
||||||
# so that a RPM requirement is needed to make sure that Ghostscript has its fonts:
|
# so that a RPM requirement is needed to make sure that Ghostscript has its fonts:
|
||||||
Requires: ghostscript-fonts-std
|
|
||||||
Requires: ghostscript-fonts-other
|
Requires: ghostscript-fonts-other
|
||||||
|
Requires: ghostscript-fonts-std
|
||||||
# Prerequire /sbin/ldconfig which is used in the traditional bash scriptlets for post/postun:
|
# Prerequire /sbin/ldconfig which is used in the traditional bash scriptlets for post/postun:
|
||||||
PreReq: /sbin/ldconfig
|
PreReq: /sbin/ldconfig
|
||||||
# Install into this non-root directory (required when norootforbuild is used):
|
# Install into this non-root directory (required when norootforbuild is used):
|
||||||
@ -261,6 +261,7 @@ autoreconf -fi
|
|||||||
%else
|
%else
|
||||||
%define with_or_without_system_libtiff --with-system-libtiff
|
%define with_or_without_system_libtiff --with-system-libtiff
|
||||||
%endif
|
%endif
|
||||||
|
export SUSE_ASNEEDED=0
|
||||||
./configure --prefix=%{_prefix} \
|
./configure --prefix=%{_prefix} \
|
||||||
--bindir=%{_bindir} \
|
--bindir=%{_bindir} \
|
||||||
--libdir=%{_libdir} \
|
--libdir=%{_libdir} \
|
||||||
|
Loading…
Reference in New Issue
Block a user