Author: glen Date: Mon Apr 9 19:20:08 2007 GMT Module: SPECS Tag: BINUTILS-2_17 ---- Log message: - update to 2.17 stable version
---- Files affected: SPECS: crossavr-binutils.spec (1.18 -> 1.18.2.1) ---- Diffs: ================================================================ Index: SPECS/crossavr-binutils.spec diff -u SPECS/crossavr-binutils.spec:1.18 SPECS/crossavr-binutils.spec:1.18.2.1 --- SPECS/crossavr-binutils.spec:1.18 Fri May 19 18:42:05 2006 +++ SPECS/crossavr-binutils.spec Mon Apr 9 21:20:02 2007 @@ -6,12 +6,16 @@ Summary(pt_BR): Utilitários para desenvolvimento de binários da GNU - AVR binutils Summary(tr): GNU geliţtirme araçlarý - AVR binutils Name: crossavr-binutils -Version: 2.16.91.0.7 +Version: 2.17 Release: 1 License: GPL Group: Development/Tools -Source0: ftp://ftp.kernel.org/pub/linux/devel/binutils/binutils-%{version}.tar.bz2 -# Source0-md5: 26c3fddb07bfe3128d2e09e628eb33a0 +Source0: http://ftp.gnu.org/gnu/binutils/binutils-%{version}.tar.bz2 +# Source0-md5: e26e2e06b6e4bf3acf1dc8688a94c0d1 +Patch0: %{name}-aa.patch +Patch1: %{name}-atmega256x.patch +Patch2: %{name}-coff-avr.patch +Patch3: %{name}-newdevices.patch URL: http://sources.redhat.com/binutils/ BuildRequires: automake BuildRequires: bash @@ -52,6 +56,10 @@ %prep %setup -q -n binutils-%{version} +%patch0 -p0 +%patch1 -p0 +%patch2 -p0 +%patch3 -p0 %build cp /usr/share/automake/config.sub . @@ -89,6 +97,10 @@ # however, this should be done in Makefiles. rm -f $RPM_BUILD_ROOT%{_mandir}/man1/{*dlltool,*nlmconv,*windres}.1 +rm -f $RPM_BUILD_ROOT%{_datadir}/locale/*/LC_MESSAGES/*.mo +rm -f $RPM_BUILD_ROOT%{_libdir}/libiberty.a +rm -rf $RPM_BUILD_ROOT%{_infodir} + %clean rm -rf $RPM_BUILD_ROOT @@ -110,6 +122,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.18.2.1 2007/04/09 19:20:02 glen +- update to 2.17 stable version + Revision 1.18 2006/05/19 16:42:05 bszx - updated to 2.16.91.0.7 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/crossavr-binutils.spec?r1=1.18&r2=1.18.2.1&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
