]> git.pld-linux.org Git - packages/crossavr-gcc.git/commitdiff
- pl summary for -c++, removed default or unused macros auto/ac/crossavr-gcc-3_3_2-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 7 Feb 2004 11:00:06 +0000 (11:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossavr-gcc.spec -> 1.12

crossavr-gcc.spec

index f9b05d66ab7c7b988f2767c4e22275c5d276498e..97234f69a10520fe7ccc04cd41189389905f79ce 100644 (file)
@@ -12,17 +12,15 @@ License:    GPL
 Group:         Development/Languages
 Source0:       ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{version}/gcc-%{version}.tar.bz2
 # Source0-md5: 65999f654102f5438ac8562d13a6eced
-BuildRequires: crossavr-binutils
-BuildRequires: flex
-BuildRequires: bison
 BuildRequires: autoconf
 BuildRequires: /bin/bash
+BuildRequires: bison
+BuildRequires: crossavr-binutils
+BuildRequires: flex
 Requires:      crossavr-binutils
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                cxx             0
 %define                target          avr
-%define                _prefix         /usr
 %define                arch            %{_prefix}/%{target}
 %define                gccarch         %{_prefix}/lib/gcc-lib/%{target}
 %define                gcclib          %{_prefix}/lib/gcc-lib/%{target}/%{version}
@@ -41,9 +39,10 @@ Ten pakiet zawiera skro
 i386 binariów do uruchamiania na Atmel AVR.
 
 %package c++
-Summary:        C++ support for avr-gcc
-Group:          Development/Languages
-Requires:       crossavr-gcc = %{epoch}:%{version}
+Summary:       C++ support for avr-gcc
+Summary(pl):   Obs³uga C++ dla avr-gcc
+Group:         Development/Languages
+Requires:      crossavr-gcc = %{epoch}:%{version}
 
 %description c++
 This package adds C++ support to the GNU Compiler Collection for AVR.
@@ -61,7 +60,8 @@ cd obj-%{target}
 
 CFLAGS="%{rpmcflags}" \
 CXXFLAGS="%{rpmcflags}" \
-TEXCONFIG=false ../configure \
+TEXCONFIG=false \
+../configure \
        --prefix=%{_prefix} \
        --infodir=%{_infodir} \
        --mandir=%{_mandir} \
This page took 0.079258 seconds and 4 git commands to generate.