]> git.pld-linux.org Git - packages/crossmingw32-pango.git/blobdiff - crossmingw32-pango.spec
- updated to 1.28.0
[packages/crossmingw32-pango.git] / crossmingw32-pango.spec
index 5da075e75ffdf1374a6d7fc4b5e6b3f3c5f17ba6..1278829ea572a1e65b11dd9165d0bc4d3db42594 100644 (file)
@@ -2,30 +2,29 @@ Summary:      System for layout and rendering of internationalized text - cross Mingw
 Summary(pl.UTF-8):     System renderowania międzynarodowego tekstu - wersja skrośna dla Mingw32
 %define                realname   pango
 Name:          crossmingw32-%{realname}
-Version:       1.20.0
+Version:       1.28.0
 Release:       1
 License:       LGPL v2+
 Group:         Development/Libraries
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/pango/1.20/%{realname}-%{version}.tar.bz2
-# Source0-md5: f0959c4b9b058ba9e4d13fc9086b7e7d
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/pango/1.28/%{realname}-%{version}.tar.bz2
+# Source0-md5: 545ae8becf7ed74008120f96f4b095f4
 Patch0:                %{realname}-xfonts.patch
-Patch1:                %{realname}-lt.patch
 URL:           http://www.pango.org/
 BuildRequires: autoconf >= 2.59-9
 BuildRequires: automake >= 1:1.9
-BuildRequires: crossmingw32-cairo >= 1.4.10
-BuildRequires: crossmingw32-fontconfig >= 2.4.0
+BuildRequires: crossmingw32-cairo >= 1.8.0
+BuildRequires: crossmingw32-fontconfig >= 2.5.0
 BuildRequires: crossmingw32-freetype >= 2.1.7
 BuildRequires: crossmingw32-gcc
-BuildRequires: crossmingw32-glib2 >= 2.14.1
+BuildRequires: crossmingw32-glib2 >= 2.18.0
 BuildRequires: libtool >= 1:1.4.2-9
 BuildRequires: perl-base
 BuildRequires: pkgconfig >= 1:0.15
 BuildRequires: rpmbuild(macros) >= 1.197
-Requires:      crossmingw32-cairo >= 1.4.10
-Requires:      crossmingw32-fontconfig >= 2.4.0
+Requires:      crossmingw32-cairo >= 1.8.0
+Requires:      crossmingw32-fontconfig >= 2.5.0
 Requires:      crossmingw32-freetype >= 2.1.7
-Requires:      crossmingw32-glib2 >= 2.14.1
+Requires:      crossmingw32-glib2 >= 2.18.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                no_install_post_strip   1
@@ -41,6 +40,13 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                __cc                    %{target}-gcc
 %define                __cxx                   %{target}-g++
 
+%ifnarch %{ix86}
+# arch-specific flags (like alpha's -mieee) are not valid for i386 gcc
+%define                optflags        -O2
+%endif
+# -z options are invalid for mingw linker
+%define                filterout_ld    -Wl,-z,.*
+
 %description
 System for layout and rendering of internationalized text (cross
 mingw32 version).
@@ -53,10 +59,10 @@ mingw32).
 Summary:       DLL pango libraries for Windows
 Summary(pl.UTF-8):     Biblioteki DLL pango dla Windows
 Group:         Applications/Emulators
-Requires:      crossmingw32-cairo-dll >= 1.4.10
-Requires:      crossmingw32-fontconfig-dll >= 2.4.0
+Requires:      crossmingw32-cairo-dll >= 1.8.0
+Requires:      crossmingw32-fontconfig-dll >= 2.5.0
 Requires:      crossmingw32-freetype-dll >= 2.1.7
-Requires:      crossmingw32-glib2-dll >= 2.14.1
+Requires:      crossmingw32-glib2-dll >= 2.18.0
 Requires:      wine
 
 %description dll
@@ -68,7 +74,6 @@ Biblioteki DLL pango dla Windows.
 %prep
 %setup -q -n %{realname}-%{version}
 %patch0 -p1
-%patch1 -p1
 
 %build
 export PKG_CONFIG_LIBDIR=%{_pkgconfigdir}
@@ -80,8 +85,7 @@ export PKG_CONFIG_LIBDIR=%{_pkgconfigdir}
 %configure \
        --target=%{target} \
        --host=%{target} \
-       --with-fribidi \
-       --enable-static
+       --disable-silent-rules
 
 %{__make}
 
@@ -136,3 +140,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_dlldir}/libpangocairo-1.0-*.dll
 %{_dlldir}/libpangoft2-1.0-*.dll
 %{_dlldir}/libpangowin32-1.0-*.dll
+%dir %{_libdir}/pango
+%dir %{_libdir}/pango/1.6.0
+%dir %{_libdir}/pango/1.6.0/modules
+%{_libdir}/pango/1.6.0/modules/*.dll
This page took 0.119209 seconds and 4 git commands to generate.