Author: wolf Date: Sun Feb 10 16:41:25 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: symbian-gcc4-codesourcery.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/symbian-gcc4-codesourcery.spec diff -u /dev/null SPECS/symbian-gcc4-codesourcery.spec:1.1 --- /dev/null Sun Feb 10 17:41:25 2008 +++ SPECS/symbian-gcc4-codesourcery.spec Sun Feb 10 17:41:19 2008 @@ -0,0 +1,65 @@ +# $Revision$, $Date$ +# +# TODO: recompile sources instead of redistributing binaries? +# +Summary: GNU Toolchain for ARM Processors +Summary(pl.UTF-8): Zestaw narzędzi GNU dla procesorów ARM +Name: symbian-gcc4-codesourcery +Version: 2007q3_52 +Release: 1 +License: GPL +Group: Developement +# http://www.codesourcery.com/gnu_toolchains/arm/download.html +Source0: http://www.codesourcery.com/public/gnu_toolchain/arm-none-symbianelf/arm-2007q3-52-arm-none-symbianelf-i686-pc-linux-gnu.tar.bz2 +# Source0-md5: b24c4a73a20846be370ba6c8d5878fed +URL: http://www.codesourcery.com/gnu_toolchains/arm +Conflicts: symbian-sdk-s60v3fp1 < 1.07-2 +ExclusiveArch: %{ix86} +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define no_install_post_strip 1 + +%description +CodeSourcery, in partnership with ARM, Ltd., develops improvements to +the GNU Toolchain for ARM processors and provides regular, validated +releases of the GNU Toolchain. Sourcery G++ Lite Edition supports ARM, +Thumb, and Thumb-2 compilation for all architectures in active use, +including Version 7 of the ARM Architecture. + +%prep +%setup -c + +%build + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}} + +cd arm-2007q3 + +cp -r arm-none-symbianelf $RPM_BUILD_ROOT%{_prefix}/ +cp -r bin/* $RPM_BUILD_ROOT%{_bindir} +cp -r lib/gcc $RPM_BUILD_ROOT%{_libdir} +cp libexec/gcc/arm-none-symbianelf/4.2.1/c* $RPM_BUILD_ROOT%{_prefix}/arm-none-symbianelf/bin + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/* +%{_libdir}/gcc/arm-none-symbianelf +%dir %{_prefix}/arm-none-symbianelf +%dir %{_prefix}/arm-none-symbianelf/bin +%attr(755,root,root) %{_prefix}/arm-none-symbianelf/bin/* +%{_prefix}/arm-none-symbianelf/lib + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008-02-10 16:41:19 wolf +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
