]> git.pld-linux.org Git - packages/crossmingw32-atk.git/commitdiff
- updated to 1.24.0
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 23 Sep 2008 17:29:20 +0000 (17:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossmingw32-atk.spec -> 1.12

crossmingw32-atk.spec

index 9c5c807eb7ef24dee9d9630ffe438a1cdf853278..03b9362f69ff1d4c0679454a302a08089c9a506f 100644 (file)
@@ -2,12 +2,12 @@
 Summary:       ATK - Accessibility Toolkit - cross Mingw32 version
 Summary(pl.UTF-8):     ATK - biblioteka ułatwiająca niepełnosprawnym korzystanie z komputerów - wersja skrośna dla Mingw32
 Name:          crossmingw32-%{realname}
-Version:       1.22.0
+Version:       1.24.0
 Release:       1
 License:       LGPL v2+
 Group:         Development/Libraries
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/atk/1.22/%{realname}-%{version}.tar.bz2
-# Source0-md5: 06a2b39a22d5ca35c47435da6b9643ac
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/atk/1.24/%{realname}-%{version}.tar.bz2
+# Source0-md5: fb0ee9c7f18b15b490a0168b13740a4d
 URL:           http://developer.gnome.org/projects/gap/
 BuildRequires: autoconf >= 2.54
 BuildRequires: automake
@@ -34,6 +34,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
 The ATK library provides a set of interfaces for adding accessibility
 support to applications and graphical user interface toolkits. By
This page took 0.085742 seconds and 4 git commands to generate.