- Fix path to files
- Temporary hack to aid liblua5_3 -> liblua5_3-5 renam OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build?expand=0&rev=322
This commit is contained in:
parent
46ad474f53
commit
51916a4bf5
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=build
|
pkgname=build
|
||||||
pkgver=20170720
|
pkgver=20170802
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Build packages in sandbox"
|
pkgdesc="Build packages in sandbox"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 2 14:58:59 UTC 2017 - lnussel@suse.de
|
||||||
|
|
||||||
|
- Fix path to files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 30 19:05:52 CEST 2011 - ro@suse.de
|
Thu Jun 30 19:05:52 CEST 2011 - ro@suse.de
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ Name: build-mkbaselibs-sle
|
|||||||
Summary: Tools to generate base lib packages
|
Summary: Tools to generate base lib packages
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Version: 20170720
|
Version: 20170802
|
||||||
Release: 0
|
Release: 0
|
||||||
#!BuildIgnore: build-mkbaselibs
|
#!BuildIgnore: build-mkbaselibs
|
||||||
Provides: build-mkbaselibs
|
Provides: build-mkbaselibs
|
||||||
@ -43,9 +43,9 @@ This is the SLE variant including IA64 binary generation.
|
|||||||
install -m 0755 -d $RPM_BUILD_ROOT/usr/lib/build
|
install -m 0755 -d $RPM_BUILD_ROOT/usr/lib/build
|
||||||
install -m 0755 mkbaselibs \
|
install -m 0755 mkbaselibs \
|
||||||
$RPM_BUILD_ROOT/usr/lib/build/mkbaselibs
|
$RPM_BUILD_ROOT/usr/lib/build/mkbaselibs
|
||||||
install -m 0644 baselibs_global-deb.conf \
|
install -m 0644 baselibs_configs/baselibs_global-deb.conf \
|
||||||
$RPM_BUILD_ROOT/usr/lib/build/baselibs_global-deb.conf
|
$RPM_BUILD_ROOT/usr/lib/build/baselibs_global-deb.conf
|
||||||
install -m 0644 baselibs_global-sle.conf \
|
install -m 0644 baselibs_configs/baselibs_global-sle.conf \
|
||||||
$RPM_BUILD_ROOT/usr/lib/build/baselibs_global.conf
|
$RPM_BUILD_ROOT/usr/lib/build/baselibs_global.conf
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 2 14:59:15 UTC 2017 - lnussel@suse.de
|
||||||
|
|
||||||
|
- Temporary hack to aid liblua5_3 -> liblua5_3-5 renam
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 20 13:59:20 CEST 2017 - mls@suse.de
|
Thu Jul 20 13:59:20 CEST 2017 - mls@suse.de
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: build
|
Source: build
|
||||||
Version: 20170720-0
|
Version: 20170802-0
|
||||||
Binary: build
|
Binary: build
|
||||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
@ -22,7 +22,7 @@ Name: build
|
|||||||
Summary: A Script to Build SUSE Linux RPMs
|
Summary: A Script to Build SUSE Linux RPMs
|
||||||
License: GPL-2.0+ and GPL-2.0
|
License: GPL-2.0+ and GPL-2.0
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Version: 20170720
|
Version: 20170802
|
||||||
Release: 0
|
Release: 0
|
||||||
Source: obs-build-%{version}.tar.gz
|
Source: obs-build-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -122,6 +122,11 @@ chroot or a secure virtualized
|
|||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
# initvm
|
# initvm
|
||||||
make CFLAGS="$RPM_BUILD_FLAGS" initvm-all
|
make CFLAGS="$RPM_BUILD_FLAGS" initvm-all
|
||||||
|
#XXX temporary hack until lua is actually in
|
||||||
|
%if 0%{?suse_version} == 1330
|
||||||
|
V=%suse_version
|
||||||
|
sed -i -e 's/liblua5_3/liblua5_3-5/g' configs/sl${V:0:2}.${V:2:1}.conf
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
build (20170720-0) unstable; urgency=low
|
build (20170802-0) unstable; urgency=low
|
||||||
|
|
||||||
* Update to current git trunk
|
* Update to current git trunk
|
||||||
- add sles11sp2 build config and adapt autodetection
|
- add sles11sp2 build config and adapt autodetection
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dd2e81a5704541c48a5541f040da1c0bcd64fceaead702c9836071986236d01b
|
|
||||||
size 303973
|
|
3
obs-build-20170802.tar.gz
Normal file
3
obs-build-20170802.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cd3884dbba43347a793771938d1c8cf0c86eb766402aa718ba65b5f356a50dca
|
||||||
|
size 283909
|
Loading…
Reference in New Issue
Block a user