Author: bszx Date: Sat Oct 20 16:56:59 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 2.17.50.0.18
---- Files affected: SPECS: crossavr-binutils.spec (1.24 -> 1.25) ---- Diffs: ================================================================ Index: SPECS/crossavr-binutils.spec diff -u SPECS/crossavr-binutils.spec:1.24 SPECS/crossavr-binutils.spec:1.25 --- SPECS/crossavr-binutils.spec:1.24 Wed Sep 12 15:28:37 2007 +++ SPECS/crossavr-binutils.spec Sat Oct 20 18:56:54 2007 @@ -6,15 +6,14 @@ Summary(pt_BR.UTF-8): Utilitários para desenvolvimento de binários da GNU - AVR binutils Summary(tr.UTF-8): GNU geliştirme araçları - AVR binutils Name: crossavr-binutils -Version: 2.17.50.0.14 +Version: 2.17.50.0.18 Release: 1 License: GPL Group: Development/Tools Source0: ftp://ftp.kernel.org/pub/linux/devel/binutils/binutils-%{version}.tar.bz2 -# Source0-md5: 4ddab973ad9c5169d8f8296bdf67b3f7 +# Source0-md5: 98e21a7c0d82b318fe29f2e04d273344 Patch0: %{name}-aa.patch Patch1: %{name}-coff-avr.patch -Patch2: %{name}-newdevices.patch URL: http://sources.redhat.com/binutils/ BuildRequires: automake BuildRequires: bash @@ -57,8 +56,7 @@ %prep %setup -q -n binutils-%{version} %patch0 -p0 -%patch1 -p0 -%patch2 -p1 +%patch1 -p1 %build cp /usr/share/automake/config.sub . @@ -71,7 +69,7 @@ sparc32 \ %endif ./configure \ - --disable-shared \ + --enable-shared \ --prefix=%{_prefix} \ --libdir=%{_libdir} \ --mandir=%{_mandir} \ @@ -91,6 +89,12 @@ mandir=$RPM_BUILD_ROOT%{_mandir} \ infodir=$RPM_BUILD_ROOT%{_infodir} \ libdir=$RPM_BUILD_ROOT%{_libdir} +cd bfd +%{__make} install_libbfd DESTDIR=$RPM_BUILD_ROOT +cd .. +cd opcodes +%{__make} install_libopcodes DESTDIR=$RPM_BUILD_ROOT +cd .. # remove these man pages unless we cross-build for win*/netware platforms. # however, this should be done in Makefiles. @@ -114,6 +118,7 @@ %dir %{arch}/lib/* %{arch}/lib/*/* %{_mandir}/man?/%{target}-* +%attr(755,root,root) %{_prefix}/i686-pc-linux-gnu/avr/lib/lib*.so %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -121,6 +126,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.25 2007/10/20 16:56:54 bszx +- updated to 2.17.50.0.18 + Revision 1.24 2007/09/12 13:28:37 cactus - BR: texinfo ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/crossavr-binutils.spec?r1=1.24&r2=1.25&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
