]> 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 dde1249595bf67b73c50fc65f3a8dfcabd433b35..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.2
-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.bz2
-# Source0-md5: 005a474863495d3c6267429a80da6cf2
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/pangomm/2.28/pangomm-%{version}.tar.xz
+# Source0-md5: f4fe0905ee56e1ff0205005e61d2a66f
 URL:           http://www.gtkmm.org/
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1:1.11
@@ -14,12 +14,14 @@ 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
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
 Requires:      crossmingw32-cairomm >= 1.6.3
-Requires:      crossmingw32-glibmm >= 2.16.0
+Requires:      crossmingw32-glibmm >= 2.22.0
 Requires:      crossmingw32-pango >= 1.24.0
 Provides:      crossmingw32-gtkmm-pango
 Obsoletes:     crossmingw32-gtkmm-pango
@@ -37,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.
@@ -70,7 +75,7 @@ Summary:      DLL pangomm library for Windows
 Summary(pl.UTF-8):     Biblioteka DLL pangomm dla Windows
 Group:         Applications/Emulators
 Requires:      crossmingw32-cairomm-dll >= 1.6.3
-Requires:      crossmingw32-glibmm-dll >= 2.16.0
+Requires:      crossmingw32-glibmm-dll >= 2.22.0
 Requires:      crossmingw32-pango-dll >= 1.24.0
 Requires:      wine
 Provides:      crossmingw32-gtkmm-pango-dll
This page took 0.092381 seconds and 4 git commands to generate.