2011-06-06 17:05:28 +02:00
|
|
|
#
|
|
|
|
# spec file for package build-mkbaselibs-sle
|
|
|
|
#
|
2012-02-13 09:51:45 +01:00
|
|
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2011-06-06 17:05:28 +02:00
|
|
|
#
|
|
|
|
# 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/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: build-mkbaselibs-sle
|
|
|
|
Summary: Tools to generate base lib packages
|
2012-02-13 09:51:45 +01:00
|
|
|
License: GPL-2.0+
|
|
|
|
Group: Development/Tools/Building
|
2012-07-02 10:41:32 +02:00
|
|
|
Version: 2012.07.02
|
2011-09-26 22:36:55 +02:00
|
|
|
Release: 0
|
2011-06-06 17:05:28 +02:00
|
|
|
#!BuildIgnore: build-mkbaselibs
|
2011-06-30 19:07:56 +02:00
|
|
|
Provides: build-mkbaselibs
|
2011-10-25 16:40:31 +02:00
|
|
|
Source: obs-build-%{version}.tar.gz
|
2011-06-06 17:05:28 +02:00
|
|
|
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
|
2011-10-25 16:40:31 +02:00
|
|
|
%setup -q -n obs-build-%{version}
|
2011-06-06 17:05:28 +02:00
|
|
|
|
|
|
|
%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
|