- Fix path to files

- Temporary hack to aid liblua5_3 -> liblua5_3-5 renam

Rev openSUSE:Tools/322 Md5 850ff111853ece5cf9cb35a9ee0a0589 2017-08-02 15:00:21 lnussel None
This commit is contained in:
OBS User lnussel
2017-08-02 15:00:21 +00:00
committed by Git OBS Bridge
parent 2157d3d211
commit 258ba5a8dd
9 changed files with 25 additions and 10 deletions

View File

@@ -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: 20170720
Version: 20170802
Release: 0
Source: obs-build-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -122,6 +122,11 @@ chroot or a secure virtualized
%if 0%{?suse_version}
# initvm
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
%install