]> git.pld-linux.org Git - packages/crossmingw32-fontconfig.git/commitdiff
- updated to 2.8.0
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 22 Mar 2010 08:10:45 +0000 (08:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossmingw32-fontconfig.spec -> 1.11

crossmingw32-fontconfig.spec

index 67f98dd56ecedb6decc6a5f23a06427d2dd46998..e1b4bcbdff277834fd97ac0d81f0c503fc1ebb81 100644 (file)
@@ -2,12 +2,12 @@
 Summary:       Font configuration and customization tools - cross Mingw32 versoin
 Summary(pl.UTF-8):     Narzędzia do konfigurowania fontów - wersja skrośna dla Mingw32
 Name:          crossmingw32-%{realname}
-Version:       2.6.0
+Version:       2.8.0
 Release:       1
 License:       MIT
 Group:         Development/Libraries
 Source0:       http://fontconfig.org/release/%{realname}-%{version}.tar.gz
-# Source0-md5: ab54ec1d4ddd836313fdbc0cd5299d6d
+# Source0-md5: 77e15a92006ddc2adbb06f840d591c0e
 Patch0:                %{realname}-blacklist.patch
 Patch1:                %{realname}-bitstream-cyberbit.patch
 URL:           http://fontconfig.org/
@@ -35,6 +35,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
 Fontconfig is designed to locate fonts within the system and select
 them according to requirements specified by applications.
This page took 0.054034 seconds and 4 git commands to generate.