]> git.pld-linux.org Git - packages/crossmingw32-pangomm.git/blobdiff - crossmingw32-pangomm.spec
added filterout_c for -f* options
[packages/crossmingw32-pangomm.git] / crossmingw32-pangomm.spec
index 947b958146d2cd2c1d780fb6732500845a1c7701..df6fe2b755d0b730bc7f131541c5c09c439f6b90 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       A C++ interface for pango library - cross MinGW32 version
 Summary(pl.UTF-8):     Interfejs C++ dla biblioteki pango - wersja skrośna MinGW32
 Name:          crossmingw32-pangomm
-Version:       2.28.3
-Release:       1
+Version:       2.28.4
+Release:       4
 License:       LGPL v2+
 Group:         Development/Libraries
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/pangomm/2.28/pangomm-%{version}.tar.xz
-# Source0-md5: f259bfb342dc29acf42da923e3459837
+# Source0-md5: f4fe0905ee56e1ff0205005e61d2a66f
 URL:           http://www.gtkmm.org/
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1:1.11
@@ -14,7 +14,7 @@ BuildRequires:        crossmingw32-cairomm >= 1.6.3
 BuildRequires: crossmingw32-gcc-c++
 BuildRequires: crossmingw32-glibmm >= 2.22.0
 BuildRequires: crossmingw32-pango >= 1.24.0
-BuildRequires: libtool >= 2:1.5
+BuildRequires: libtool >= 2:2.0
 BuildRequires: mm-common >= 0.9.5
 BuildRequires: pkgconfig >= 1:0.15
 BuildRequires: rpmbuild(macros) >= 1.446
@@ -39,13 +39,16 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _dlldir                 /usr/share/wine/windows/system
 %define                __cc                    %{target}-gcc
 %define                __cxx                   %{target}-g++
+%define                __pkgconfig_provides    %{nil}
+%define                __pkgconfig_requires    %{nil}
 
 %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
+# -z options are invalid for mingw linker, most of -f options are Linux-specific
 %define                filterout_ld    -Wl,-z,.*
+%define                filterout_c             -f[-a-z0-9=]*
 
 %description
 A C++ interface for pango library - cross MinGW32 version.
This page took 0.102648 seconds and 4 git commands to generate.