From 356fa305f6fefe219031bb8cb212758fcd9b3f67 Mon Sep 17 00:00:00 2001 From: Jinkun Jang Date: Thu, 11 Jul 2013 14:26:09 +0900 Subject: [PATCH] sync with OBS --- packaging/baselibs.conf | 55 ++++++++++++++++++++++++- packaging/diffutils-x86.spec | 95 +++++++++++++++++++++++++++++--------------- 2 files changed, 117 insertions(+), 33 deletions(-) diff --git a/packaging/baselibs.conf b/packaging/baselibs.conf index 657ed9d..523e4ab 100644 --- a/packaging/baselibs.conf +++ b/packaging/baselibs.conf @@ -1,2 +1,53 @@ -arch i586 targets armv5tel:arm armv7l:arm armv7hl:arm armv7nhl:arm - +arch i586 targets armv5tel:arm armv6l:arm armv7l:arm armv7hl:arm armv7nhl:arm +diffutils-x86 + targettype x86 block! + targettype 32bit block! + targettype arm autoreqprov off + targettype arm requires "eglibc-x86-arm" + targettype arm requires "eglibc-x86-arm" + targettype arm requires "eglibc-x86-arm" + targettype arm requires "eglibc-x86-arm" + targettype arm requires "eglibc-x86-arm" + targettype arm requires "libgcc-x86-arm" + targettype arm requires "eglibc-x86-arm" + targettype arm requires "eglibc-x86-arm" + targettype arm requires "diffutils" + targettype arm prefix /emul/ia32-linux + targettype arm extension -arm + targettype arm +/ + targettype arm -//usr/share/man + targettype arm -//usr/share/doc + targettype arm requires "tizen-accelerator" + targettype arm post " if test -e /usr/bin/cmp.orig-arm -a -h /usr/bin/cmp; then " + targettype arm post " echo "/usr/bin/cmp.orig-arm already present - skipping." " + targettype arm post " else " + targettype arm post " mv /usr/bin/cmp /usr/bin/cmp.orig-arm ; ln -s /usr/bin/cmp /usr/bin/cmp " + targettype arm post " fi " + targettype arm post " if test -e /usr/bin/diff.orig-arm -a -h /usr/bin/diff; then " + targettype arm post " echo "/usr/bin/diff.orig-arm already present - skipping." " + targettype arm post " else " + targettype arm post " mv /usr/bin/diff /usr/bin/diff.orig-arm ; ln -s /usr/bin/diff /usr/bin/diff " + targettype arm post " fi " + targettype arm post " if test -e /usr/bin/diff3.orig-arm -a -h /usr/bin/diff3; then " + targettype arm post " echo "/usr/bin/diff3.orig-arm already present - skipping." " + targettype arm post " else " + targettype arm post " mv /usr/bin/diff3 /usr/bin/diff3.orig-arm ; ln -s /usr/bin/diff3 /usr/bin/diff3 " + targettype arm post " fi " + targettype arm post " if test -e /usr/bin/sdiff.orig-arm -a -h /usr/bin/sdiff; then " + targettype arm post " echo "/usr/bin/sdiff.orig-arm already present - skipping." " + targettype arm post " else " + targettype arm post " mv /usr/bin/sdiff /usr/bin/sdiff.orig-arm ; ln -s /usr/bin/sdiff /usr/bin/sdiff " + targettype arm post " fi " + + targettype arm preun " if test -e /usr/bin/cmp.orig-arm ; then " + targettype arm preun " rm -f /usr/bin/cmp ; mv /usr/bin/cmp.orig-arm /usr/bin/cmp" + targettype arm preun " fi " + targettype arm preun " if test -e /usr/bin/diff.orig-arm ; then " + targettype arm preun " rm -f /usr/bin/diff ; mv /usr/bin/diff.orig-arm /usr/bin/diff" + targettype arm preun " fi " + targettype arm preun " if test -e /usr/bin/diff3.orig-arm ; then " + targettype arm preun " rm -f /usr/bin/diff3 ; mv /usr/bin/diff3.orig-arm /usr/bin/diff3" + targettype arm preun " fi " + targettype arm preun " if test -e /usr/bin/sdiff.orig-arm ; then " + targettype arm preun " rm -f /usr/bin/sdiff ; mv /usr/bin/sdiff.orig-arm /usr/bin/sdiff" + targettype arm preun " fi " diff --git a/packaging/diffutils-x86.spec b/packaging/diffutils-x86.spec index 6bde3dd..6f27e87 100644 --- a/packaging/diffutils-x86.spec +++ b/packaging/diffutils-x86.spec @@ -1,33 +1,58 @@ %define __strip /bin/true -%define _build_name_fmt %%{ARCH}/%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.dontuse.rpm -# meta spec file for cross-chroot setup +%define _build_name_fmt %%{ARCH}/%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.vanish.rpm +# meta spec file for cross-chroot setup # -# Copyright (c) 2010 Jan-Simon Möller (jsmoeller@linuxfoundation.org) -# License: GPLv2 - -## README -## -## In this file: -## 1) define name of original package (see oldname) -## -## File binaries_to_prepare: -## 2) fill in the binaries which need to be available to the foreign chroot -## e.g. /bin/bash - this will make a i586 bash available -## +# Copyright (c) 2009-2011 Martin Mohring (martin.mohring@opensuse.org) +# Copyright (c) 2011 5eEcoSystems (info@5eecosystems.com) +# +# All modifications and additions to the file contributed by third parties +# remain the property of the copyright owners, unless otherwise agreed +# upon. The cross build accelerators as is, and modifications +# and additions to the it, are licensed under the GPLv2. +# In addition, the cross build accelerators are licensed together with +# a package where they will be contained in +# under the license of the prestine package (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. #\/\/\/\/\/\/\/\/\/\/ ### only changes here + # # The original package name %define oldname diffutils + # # The architectures this meta package is built on %define myexclusive i586 + # -### no changes needed below this line -# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +# The required package for building this package +# This can be distribution dependent. Good start is: +# e.g. rpm grep tar sed patchelf +# +BuildRequires: rpm grep tar sed patchelf +# +# Additional required packages needed in addition to those of original package +# e.g. (usually empty) for an accelerator to be 100% compatible +# +#Requires: +# For a real accelerator, also the old packge is required for compatibility +# pls change this only if you know what you do +Requires: %oldname + +# +# Release under which to put the accelerator +# e.g. 1 or higher +# +Release: 8.3 + +### no changes needed below this line +# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ### no changes needed # @@ -63,17 +88,14 @@ Name: %newname Version: %newversion -Release: 7 AutoReqProv: 0 Provides: %newname -BuildRequires: rpm grep tar patchelf sed -rpmlint-Moblin -rpmlint-mini -post-build-checks BuildRequires: %oldname -Requires: %oldname # no auto requirements - they're generated License: %newlicense Group: %newgroup ExclusiveArch: %myexclusive -Summary: Don't use! %newsummary +Summary: Dont use %newsummary ! BuildRoot: %{_tmppath}/%{name}-%{version}-build %if %binaries_to_prepare Source10: binaries_to_prepare @@ -165,16 +187,18 @@ for binary in `cat %{_sourcedir}/binaries_to_prepare` ; do %else debug="--debug" %endif - ldd $binary | grep -v "ld-linux" | grep -v "linux-gate" | sed -e "s#=.*##g" -e "s#^\t*##g" > $tmp - deps=$(for i in `cat $tmp` ; do rpm -q --whatprovides "$i" | grep -v "no package"; done) - cleandeps=$(echo "$cleandeps" "$deps" | sort | uniq | sed -e "s/-[0-9].*//g") - patchelf $debug --set-rpath %newrpath %buildroot/$binary - patchelf $debug --set-interpreter %newinterpreter %buildroot/$binary - patchelf $debug --set-rpath %newrpath %buildroot/$binary - patchelf $debug --set-interpreter %newinterpreter %buildroot/$binary - if test -n "$debug"; then - patchelf --print-rpath %buildroot/$binary - patchelf --print-interpreter %buildroot/$binary + if file $binary | grep -q dynamic; then + ldd $binary | grep -v "ld-linux" | grep -v "linux-gate" | sed -e "s#=.*##g" -e "s#^\t*##g" > $tmp + deps=$(for i in `cat $tmp` ; do rpm -q --whatprovides "$i" | grep -v "no package"; done) + cleandeps=$(echo "$cleandeps" "$deps" | sort | uniq | sed -e "s/-[0-9].*//g") + patchelf $debug --set-rpath %newrpath %buildroot/$binary + patchelf $debug --set-interpreter %newinterpreter %buildroot/$binary + patchelf $debug --set-rpath %newrpath %buildroot/$binary + patchelf $debug --set-interpreter %newinterpreter %buildroot/$binary + if test -n "$debug"; then + patchelf --print-rpath %buildroot/$binary + patchelf --print-interpreter %buildroot/$binary + fi fi echo "$binary" >> %buildroot/%{_prefix}/share/applybinary/%name echo "" @@ -239,7 +263,7 @@ shellquote " targettype arm requires \"tizen-accelerator\"" >> /tmp/baselibs_ne %if %binaries_to_prepare # Todo: error handling if .orig-arm is present for binary in `cat %{_sourcedir}/binaries_to_prepare` ; do - shellquote " targettype arm post \" if test -e ${binary}.orig-arm; then \" " >> /tmp/baselibs_new.conf + shellquote " targettype arm post \" if test -e ${binary}.orig-arm -a -h ${binary}; then \" " >> /tmp/baselibs_new.conf shellquote " targettype arm post \" echo \"${binary}.orig-arm already present - skipping.\" \" " >> /tmp/baselibs_new.conf shellquote " targettype arm post \" else \" " >> /tmp/baselibs_new.conf shellquote " targettype arm post \" mv ${binary} ${binary}.orig-arm ; ln -s ${binary} ${binary} \"" >> /tmp/baselibs_new.conf @@ -279,3 +303,12 @@ rm -rf $RPM_BUILD_ROOT %if %binaries_to_prepare /%{_prefix}/share/applybinary/%name %endif +%changelog +* Fri Jul 6 2012 UkJung Kim - 1.0 +- Added and updated OBS-Accelerator-0.1.tar.bz2 +* Sun Apr 24 2011 Jan-Simon Möller - 1.0 +- Add baselibs.conf to src.rpm +* Tue Jan 4 2011 Carsten Munk - 1.0 +- Part of BMC#12113 (speedrpm implementation) +- Add armv7hl and armv7nhl support +- Initial version on meego.com (based off Jan-Simon Moller's other -x86 packages) -- 2.7.4