This commit is contained in:
parent
9a7d2969c1
commit
8e1f372e2e
14
pango-libtool.patch
Normal file
14
pango-libtool.patch
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
--- configure.in
|
||||||
|
+++ configure.in
|
||||||
|
@@ -664,7 +664,11 @@ AC_MSG_CHECKING([Whether to write depend
|
||||||
|
case $enable_explicit_deps in
|
||||||
|
auto)
|
||||||
|
export SED
|
||||||
|
+ if test -x libtool; then
|
||||||
|
deplibs_check_method=`(./libtool --config; echo 'eval echo $deplibs_check_method') | sh`
|
||||||
|
+ else
|
||||||
|
+ deplibs_check_method=`(libtool --config; echo 'eval echo $deplibs_check_method') | sh`
|
||||||
|
+ fi
|
||||||
|
if test "x$deplibs_check_method" '!=' xpass_all || test "x$enable_static" = xyes ; then
|
||||||
|
enable_explicit_deps=yes
|
||||||
|
else
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 12 00:14:08 CEST 2008 - maw@suse.de
|
||||||
|
|
||||||
|
- Tag pango-libtool.patch, which was added in the previous
|
||||||
|
submission.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 11 14:55:10 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
- Work around broken configure script.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||||
|
|
||||||
|
10
pango.spec
10
pango.spec
@ -17,12 +17,14 @@ License: LGPL v2.1 or later
|
|||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 1.20.1
|
Version: 1.20.1
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: System for Layout and Rendering of Internationalised Text
|
Summary: System for Layout and Rendering of Internationalised Text
|
||||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/pango/1.18/%{name}-%{version}.tar.bz2
|
Source: ftp://ftp.gnome.org/pub/GNOME/sources/pango/1.18/%{name}-%{version}.tar.bz2
|
||||||
Source1: README.SuSE
|
Source1: README.SuSE
|
||||||
# Patch0: pango-biarch.patch
|
# Patch0: pango-biarch.patch
|
||||||
Patch0: pango64.patch
|
Patch0: pango64.patch
|
||||||
|
# PATCH-FIX-UPSTREAM pango-libtool.patch schwab@suse.de -- apparently configure.in is invoking libtool in a bad way
|
||||||
|
Patch1: pango-libtool.patch
|
||||||
# This appears to be upstream now
|
# This appears to be upstream now
|
||||||
# Patch2: bugzilla-53228-artificial-bold-and-italic.patch
|
# Patch2: bugzilla-53228-artificial-bold-and-italic.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -94,6 +96,7 @@ Authors:
|
|||||||
cp -a %{S:1} .
|
cp -a %{S:1} .
|
||||||
%patch0 -p0
|
%patch0 -p0
|
||||||
%endif
|
%endif
|
||||||
|
%patch1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
@ -181,6 +184,11 @@ fi
|
|||||||
%{_datadir}/gtk-doc/html/pango
|
%{_datadir}/gtk-doc/html/pango
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 12 2008 maw@suse.de
|
||||||
|
- Tag pango-libtool.patch, which was added in the previous
|
||||||
|
submission.
|
||||||
|
* Fri Apr 11 2008 schwab@suse.de
|
||||||
|
- Work around broken configure script.
|
||||||
* Thu Apr 10 2008 ro@suse.de
|
* Thu Apr 10 2008 ro@suse.de
|
||||||
- added baselibs.conf file to build xxbit packages
|
- added baselibs.conf file to build xxbit packages
|
||||||
for multilib support
|
for multilib support
|
||||||
|
Loading…
Reference in New Issue
Block a user