Author: tommat Date: Thu Jun 10 10:46:56 2010 GMT Module: packages Tag: rpm-4_5 ---- Log message: - added arm support - TODO added
---- Files affected: packages/rpm: rpm.spec (1.837.2.42.2.49.2.91 -> 1.837.2.42.2.49.2.92) ---- Diffs: ================================================================ Index: packages/rpm/rpm.spec diff -u packages/rpm/rpm.spec:1.837.2.42.2.49.2.91 packages/rpm/rpm.spec:1.837.2.42.2.49.2.92 --- packages/rpm/rpm.spec:1.837.2.42.2.49.2.91 Sat Jun 5 12:19:00 2010 +++ packages/rpm/rpm.spec Thu Jun 10 12:46:51 2010 @@ -14,6 +14,7 @@ # /usr/bin/install: cannot stat `./it.gmo': No such file or directory # /usr/bin/install: cannot stat `./[email protected]': No such file or directory # - maybe? http://rpm.org/gitweb?p=rpm.git;a=commitdiff;h=cfcd1f9bd98d5d0fc46a84931984efec3b9d47e2 +# - fix linking, rpm is beeing linked against installed rpmio # # Conditional build: %bcond_with static # build static rpm+rpmi @@ -995,16 +996,28 @@ %ifarch sparc64 sparc64-[^-]*-[Ll]inux(-gnu)? -sparcv8-[^-]*-[Ll]inux(-gnu)? -sparcv9-[^-]*-[Ll]inux(-gnu)? %endif -%ifarch sparcv9 -sparcv8-[^-]*-[Ll]inux(-gnu)? +%ifarch sparcv9 sparc64 sparcv9-[^-]*-[Ll]inux(-gnu)? %endif %ifarch sparc sparcv9 sparc64 sparc-[^-]*-[Ll]inux(-gnu)? %endif +%ifarch armv5tel +armv5tel-[^-]*-[Ll]inux(-gnu)? +%endif +%ifarch armv4t armv5tel +armv4t-[^-]*-[Ll]inux(-gnu)? +%endif +%ifarch armv3t armv4t armv5tel +armv3t-[^-]*-[Ll]inux(-gnu)? +%endif +%ifarch armv5teb +armv5teb-[^-]*-[Ll]inux(-gnu)? +%endif +%ifarch armv4b armv5teb +armv4b-[^-]*-[Ll]inux(-gnu)? +%endif # noarch noarch-[^-]*-.* @@ -1395,6 +1408,9 @@ %{_rpmlibdir}/ia32e* %{_rpmlibdir}/x86_64* %endif +%ifarch armv5tel armv4t armv3t armv5teb armv4b +%{_rpmlibdir}/arm* +%endif # must be here for "Requires: rpm-*prov" to work %{_rpmlibdir}/macros.gstreamer %{_rpmlibdir}/macros.java @@ -1463,6 +1479,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.837.2.42.2.49.2.92 2010/06/10 10:46:51 tommat +- added arm support +- TODO added + Revision 1.837.2.42.2.49.2.91 2010/06/05 10:19:00 baggins - rel 42 - don't use deprecated option names, man ld ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rpm/rpm.spec?r1=1.837.2.42.2.49.2.91&r2=1.837.2.42.2.49.2.92&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
