This commit is contained in:
parent
936f2bbac4
commit
9b0715606e
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user