SHA256
1
0
forked from pool/binutils

- fix stupid typo

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=96
This commit is contained in:
Factory Maintainer 2012-06-19 05:10:12 +00:00 committed by Git OBS Bridge
parent a6b01b9fe1
commit 3ecd3bddbb
18 changed files with 82 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 19 05:09:40 UTC 2012 - factory-maintainer@kulow.org
- fix stupid typo
-------------------------------------------------------------------
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 19 05:09:40 UTC 2012 - factory-maintainer@kulow.org
- fix stupid typo
-------------------------------------------------------------------
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 19 05:09:40 UTC 2012 - factory-maintainer@kulow.org
- fix stupid typo
-------------------------------------------------------------------
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 19 05:09:40 UTC 2012 - factory-maintainer@kulow.org
- fix stupid typo
-------------------------------------------------------------------
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 19 05:09:40 UTC 2012 - factory-maintainer@kulow.org
- fix stupid typo
-------------------------------------------------------------------
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 19 05:09:40 UTC 2012 - factory-maintainer@kulow.org
- fix stupid typo
-------------------------------------------------------------------
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 19 05:09:40 UTC 2012 - factory-maintainer@kulow.org
- fix stupid typo
-------------------------------------------------------------------
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: cross-i386-binutils
ExcludeArch: i%86
ExcludeArch: %x86
%define cross 1
%define TARGET i586
BuildRequires: bison

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 19 05:09:40 UTC 2012 - factory-maintainer@kulow.org
- fix stupid typo
-------------------------------------------------------------------
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 19 05:09:40 UTC 2012 - factory-maintainer@kulow.org
- fix stupid typo
-------------------------------------------------------------------
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 19 05:09:40 UTC 2012 - factory-maintainer@kulow.org
- fix stupid typo
-------------------------------------------------------------------
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 19 05:09:40 UTC 2012 - factory-maintainer@kulow.org
- fix stupid typo
-------------------------------------------------------------------
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 19 05:09:40 UTC 2012 - factory-maintainer@kulow.org
- fix stupid typo
-------------------------------------------------------------------
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 19 05:09:40 UTC 2012 - factory-maintainer@kulow.org
- fix stupid typo
-------------------------------------------------------------------
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 19 05:09:40 UTC 2012 - factory-maintainer@kulow.org
- fix stupid typo
-------------------------------------------------------------------
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 19 05:09:40 UTC 2012 - factory-maintainer@kulow.org
- fix stupid typo
-------------------------------------------------------------------
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 19 05:09:40 UTC 2012 - factory-maintainer@kulow.org
- fix stupid typo
-------------------------------------------------------------------
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com

View File

@ -8,7 +8,7 @@ for arch in hppa hppa64 mips arm i386 x86_64 s390 s390x ppc ppc64 ia64 sparc alp
ln -f binutils.changes cross-$arch-binutils.changes
targetarch=`echo $arch | sed -e "s/parisc/hppa/;s/i.86/i586/;s/ppc/powerpc/"`
exclarch=`echo $arch | sed -e 's/parisc/hppa/;s/i.86/i%86/;s/arm/%arm/'`
exclarch=`echo $arch | sed -e 's/parisc/hppa/;s/i.86/%x86/;s/arm/%arm/'`
sed -e "s/^Name:.*binutils\$/Name: cross-$arch-binutils\nExcludeArch: $exclarch\n%define cross 1\n%define TARGET $targetarch/;" \
< binutils.spec > cross-$arch-binutils.spec