forked from pool/build
go
Rev openSUSE:Tools/308 Md5 a0263a6128888ffbd52c6e3537e83152 2017-06-13 09:54:09 adrianSuSE None
This commit is contained in:
parent
75a61ea7e4
commit
7dc2ce5dd9
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=build
|
||||
pkgver=20170611
|
||||
pkgver=20170613
|
||||
pkgrel=0
|
||||
pkgdesc="Build packages in sandbox"
|
||||
arch=('i686' 'x86_64')
|
||||
|
6
_multibuild
Normal file
6
_multibuild
Normal file
@ -0,0 +1,6 @@
|
||||
<!-- this file is here to block build-mkbaselibs-sle build in the distro
|
||||
But we need it in openSUSE:Tools -->
|
||||
<multibuild>
|
||||
<package>build</package>
|
||||
</multibuild>
|
||||
|
4
_service
4
_service
@ -4,8 +4,10 @@
|
||||
<param name="url">git://github.com/openSUSE/obs-build.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="extract">dist/build.changes</param>
|
||||
<param name="extract">dist/build.dsc</param>
|
||||
<param name="extract">dist/build.spec</param>
|
||||
<param name="extract">dist/build-mkbaselibs-sle.changes</param>
|
||||
<param name="extract">dist/build-mkbaselibs-sle.spec</param>
|
||||
<param name="extract">dist/build.dsc</param>
|
||||
<param name="extract">dist/debian.changelog</param>
|
||||
<param name="extract">dist/debian.compat</param>
|
||||
<param name="extract">dist/debian.control</param>
|
||||
|
15
build-mkbaselibs-sle.changes
Normal file
15
build-mkbaselibs-sle.changes
Normal file
@ -0,0 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 30 19:05:52 CEST 2011 - ro@suse.de
|
||||
|
||||
- provide build-mkbaselibs so this can really be used
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 7 09:31:51 UTC 2011 - k0da@opensuse.org
|
||||
|
||||
- fix build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 6 15:12:13 UTC 2011 - adrian@suse.de
|
||||
|
||||
- new package for SLE baselibsconf, including ia64 arch defaults
|
||||
|
59
build-mkbaselibs-sle.spec
Normal file
59
build-mkbaselibs-sle.spec
Normal file
@ -0,0 +1,59 @@
|
||||
#
|
||||
# spec file for package build-mkbaselibs-sle
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX 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/
|
||||
#
|
||||
|
||||
|
||||
Name: build-mkbaselibs-sle
|
||||
Summary: Tools to generate base lib packages
|
||||
License: GPL-2.0+
|
||||
Group: Development/Tools/Building
|
||||
Version: 20170613
|
||||
Release: 0
|
||||
#!BuildIgnore: build-mkbaselibs
|
||||
Provides: 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 -n build-%{version}
|
||||
|
||||
%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
|
@ -1,14 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 11 12:06:17 UTC 2017 - adrian@suse.de
|
||||
|
||||
- added initial leap 15.0 config
|
||||
- drop %opensuse_bs from the configs which are only used outside of OBS
|
||||
- fixed kvm detection for newer Ubuntu versions
|
||||
- Kiwi: Fix versionstring function
|
||||
- Make repoprioritoes opt-in
|
||||
- Normalize arch repository dependencies
|
||||
- initial native docker container build support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 12:57:03 UTC 2017 - adrian@suse.de
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: build
|
||||
Version: 20170611-0
|
||||
Version: 20170613-0
|
||||
Binary: build
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: all
|
||||
|
@ -22,7 +22,7 @@ Name: build
|
||||
Summary: A Script to Build SUSE Linux RPMs
|
||||
License: GPL-2.0+ and GPL-2.0
|
||||
Group: Development/Tools/Building
|
||||
Version: 20170611
|
||||
Version: 20170613
|
||||
Release: 0
|
||||
Source: obs-build-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
@ -1,4 +1,4 @@
|
||||
build (20170611-0) unstable; urgency=low
|
||||
build (20170613-0) unstable; urgency=low
|
||||
|
||||
* Update to current git trunk
|
||||
- add sles11sp2 build config and adapt autodetection
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd33787c8bd0a6725a36449d3d5dff3eac8d14339e6801381d09c2a62683630e
|
||||
size 299205
|
3
obs-build-20170613.tar.gz
Normal file
3
obs-build-20170613.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ea468a8c5ecd04070070226fa235a289047262d28515c249cb40e8a857cfc43
|
||||
size 299151
|
Loading…
Reference in New Issue
Block a user