From 678d52afaa449f3fcd0b0010d08f2ab24a2b9d0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Mon, 6 Jun 2011 15:05:28 +0000 Subject: [PATCH] add extra -sle baselibs config package spec file OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build?expand=0&rev=127 --- build-2011.05.24.tar.gz | 3 -- build-2011.06.06.tar.gz | 3 ++ build-mkbaselibs-sle.spec | 67 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 70 insertions(+), 3 deletions(-) delete mode 100644 build-2011.05.24.tar.gz create mode 100644 build-2011.06.06.tar.gz create mode 100644 build-mkbaselibs-sle.spec diff --git a/build-2011.05.24.tar.gz b/build-2011.05.24.tar.gz deleted file mode 100644 index 136ed7c7..00000000 --- a/build-2011.05.24.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:036b3b2158065127c2942267f370b3b440503efb3724bc0a653a03e4d85b83e6 -size 267240 diff --git a/build-2011.06.06.tar.gz b/build-2011.06.06.tar.gz new file mode 100644 index 00000000..ae833d18 --- /dev/null +++ b/build-2011.06.06.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb4d14e62343b2fdb7ba373cccb6cc01ebc25c70f90a7e50e0a2407b64274fff +size 267303 diff --git a/build-mkbaselibs-sle.spec b/build-mkbaselibs-sle.spec new file mode 100644 index 00000000..bbaf4db0 --- /dev/null +++ b/build-mkbaselibs-sle.spec @@ -0,0 +1,67 @@ +# +# spec file for package build-mkbaselibs-sle +# +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (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. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +# norootforbuild + + +Name: build-mkbaselibs-sle +License: GPLv2+ +Group: Development/Tools/Building +AutoReqProv: on +Summary: Tools to generate base lib packages +Version: 2011.06.06 +Release: 0 +#!BuildIgnore: build-mkbaselibs +Source: build-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch +# Manual requires to avoid hard require to bash-static +AutoReqProv: off + + +%description +This package contains the parts which may be installed in the inner build system +for generating base lib packages. + +This is the SLE variant including IA64 binary generation. + +%prep +%setup -q + + +%build + + +%install +install -m 0755 -d $RPM_BUILD_ROOT/usr/lib/build +install -m 0755 mkbaselibs \ + $RPM_BUILD_ROOT/usr/lib/build/mkbaselibs +install -m 0644 baselibs_global-deb.conf \ + $RPM_BUILD_ROOT/usr/lib/build/baselibs_global-deb.conf +install -m 0644 baselibs_global-sle.conf \ + $RPM_BUILD_ROOT/usr/lib/build/baselibs_global.conf + + +%files +%defattr(-,root,root) +%dir /usr/lib/build +/usr/lib/build/mkbaselibs +/usr/lib/build/baselibs* + + + +%changelog