]> git.pld-linux.org Git - packages/crossmingw32-libglade2.git/commitdiff
- updated to 2.6.4
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 30 Mar 2009 18:01:01 +0000 (18:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossmingw32-libglade2.spec -> 1.10

crossmingw32-libglade2.spec

index 1d15fd170e786faa20d3f04ee14ea51699505557..0254daf62f31b488bdd61f0a289c0370f8592289 100644 (file)
@@ -2,12 +2,12 @@
 Summary:       libglade library - cross Mingw32 version
 Summary(pl.UTF-8):     Biblioteka do ładowania definicji interfejsu generowanego programem glade - wersja skrośna dla Mingw32
 Name:          crossmingw32-%{realname}
-Version:       2.6.3
+Version:       2.6.4
 Release:       1
 License:       LGPL v2+
 Group:         Development/Libraries
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/libglade/2.6/libglade-%{version}.tar.bz2
-# Source0-md5: 1c359860b1a0f369f0b6e3f96fd985c2
+# Source0-md5: d1776b40f4e166b5e9c107f1c8fe4139
 URL:           http://www.gnome.org/
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake >= 1:1.9
@@ -39,6 +39,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
 This library allows you to load user interfaces in your program, which
 are stored externally. This allows alteration of the interface without
This page took 0.065819 seconds and 4 git commands to generate.