OBS User unknown 2008-07-08 21:14:24 +00:00 committed by Git OBS Bridge
parent 936f2bbac4
commit 9b0715606e
2 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 8 21:27:53 CEST 2008 - crrodriguez@suse.de
- fix build
-------------------------------------------------------------------
Thu Jun 19 00:29:46 CEST 2008 - maw@suse.de

View File

@ -12,12 +12,12 @@
Name: pango
BuildRequires: cairo-devel gtk-doc libthai-devel perl-XML-Parser sgml-skel
BuildRequires: cairo-devel glib2-devel gtk-doc libthai-devel perl-XML-Parser sgml-skel
License: LGPL v2.1 or later
Group: System/Libraries
AutoReqProv: on
Version: 1.21.3
Release: 1
Release: 4
Summary: System for Layout and Rendering of Internationalised Text
Source: ftp://ftp.gnome.org/pub/GNOME/sources/pango/1.18/%{name}-%{version}.tar.bz2
Source1: README.SuSE
@ -119,7 +119,7 @@ cp -a %{S:1} .
autoreconf -f -i
# needed for pango-1.14.5:
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%configure
%configure --disable-static --with-pic
make %{?jobs:-j%jobs}
%install
@ -199,7 +199,6 @@ fi
%files devel
%defattr(-, root, root)
%{_libdir}/lib*.so
# %{_libdir}/lib*.*a
%{_libdir}/pkgconfig/*.pc
%{_includedir}/pango-1.0
@ -208,6 +207,8 @@ fi
%{_datadir}/gtk-doc/html/pango
%changelog
* Tue Jul 08 2008 crrodriguez@suse.de
- fix build
* Thu Jun 19 2008 maw@suse.de
- Update to version 1.21.3:
+ Various small fixes and improvements