Hello community, here is the log from the commit of package openmcu for openSUSE:Factory checked in at 2012-07-12 10:49:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openmcu (Old) and /work/SRC/openSUSE:Factory/.openmcu.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openmcu", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/openmcu/openmcu.changes 2012-03-09 21:24:47.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.openmcu.new/openmcu.changes 2012-07-12 10:49:59.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Jul 11 08:08:45 UTC 2012 - [email protected] + +- fix builds when using a target arch (eg. armv7hl) +- drop unsafe build root removal + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openmcu.spec ++++++ --- /var/tmp/diff_new_pack.eZDtjD/_old 2012-07-12 10:50:00.000000000 +0200 +++ /var/tmp/diff_new_pack.eZDtjD/_new 2012-07-12 10:50:00.000000000 +0200 @@ -16,6 +16,12 @@ # +%ifarch %ix86 +%define arch x86 +%else +%define arch %{_target_cpu} +%endif + Name: openmcu BuildRequires: SDL-devel BuildRequires: gcc-c++ @@ -50,19 +56,11 @@ make PREFIX=/usr OPENH323DIR=/usr/share/openh323 OH323_LIBDIR=%{_libdir} opt %install -[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT; -export M=`uname -m` -case $M in - *86) export M="x86" ;; # treat i586 and i686 alike -esac mkdir -p $RPM_BUILD_ROOT/usr/sbin mkdir -p $RPM_BUILD_ROOT/usr/share/man/man1 -install -c obj_linux_"$M"_r/openmcu $RPM_BUILD_ROOT/usr/sbin +install -c obj_linux_%{arch}_r/openmcu $RPM_BUILD_ROOT/usr/sbin install -m644 -c openmcu.1 $RPM_BUILD_ROOT/usr/share/man/man1 -%clean -rm -rf $RPM_BUILD_ROOT; - %files %defattr(-,root,root) /usr/sbin/openmcu -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
