]> git.pld-linux.org Git - packages/crossmingw32-gcc.git/commitdiff
- cosmetics
authorpaladine <paladine@pld-linux.org>
Wed, 10 Nov 2004 13:47:03 +0000 (13:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossmingw32-gcc.spec -> 1.56

crossmingw32-gcc.spec

index e248bddd3088441e4f20b08baebb5ba71a0fe8a3..0025dc0d0586ccc2bb1f03f953a9d30401b4c15b 100644 (file)
@@ -1,17 +1,21 @@
-%bcond_with     bootstrap
+#
+# Conditional build:
+%bcond_with    bootstrap
+#
+
 %define                DASHED_SNAP     %{nil}
 %define                SNAP            %(echo %{DASHED_SNAP} | sed -e "s#-##g")
 %define                GCC_VERSION     3.4.3
-%define        apiver  3.1
-%define        apisrc  w32api-%{apiver}
-%define runver 3.5
-%define        runsrc  mingw-runtime-%{runver}
+%define                apiver          3.1
+%define                apisrc          w32api-%{apiver}
+%define                runver          3.5
+%define                runsrc          mingw-runtime-%{runver}
 Summary:       Cross Mingw32 GNU binary utility development utilities - gcc
 Summary(es):   Utilitarios para desarrollo de binarios de la GNU - Mingw32 gcc
 Summary(fr):   Utilitaires de développement binaire de GNU - Mingw32 gcc
 Summary(pl):   Skro¶ne narzêdzia programistyczne GNU dla Mingw32 - gcc
 Summary(pt_BR): Utilitários para desenvolvimento de binários da GNU - Mingw32 gcc
-Summary(tr):    GNU geliþtirme araçlarý - Mingw32 gcc
+Summary(tr):   GNU geliþtirme araçlarý - Mingw32 gcc
 Name:          crossmingw32-gcc
 Version:       %{GCC_VERSION}
 Release:       3
@@ -200,12 +204,12 @@ rm -rf obj-%{target_platform} && install -d obj-%{target_platform} && cd obj-%{t
 # note: alpha's -mieee and sparc's -mtune=* are not valid for target's g++
 CFLAGS="%{rpmcflags}" \
 %ifarch alpha
-CXXFLAGS="`echo '%{rpmcflags}' | sed -e 's/ \?-mieee\>//'`"  \
+CXXFLAGS="`echo '%{rpmcflags}' | sed -e 's/ \?-mieee\>//'`" \
 %else
 %ifarch sparc sparc64 sparcv9
 CXXFLAGS="`echo '%{rpmcflags}' | sed -e 's/ \?-mtune[=0-9a-z]*//'`" \
 %else
-CXXFLAGS="%{rpmcflags}"  \
+CXXFLAGS="%{rpmcflags}" \
 %endif
 %endif
 LDFLAGS="%{rpmldflags}" \
This page took 0.079086 seconds and 4 git commands to generate.