forked from pool/build
fix buid for rpm v5
Rev openSUSE:Tools/153 Md5 e6f77415b78d2bb7dcf0b14f822475ba 2011-10-25 14:40:31 adrianSuSE None
This commit is contained in:
parent
84b510e466
commit
eea07eeb4a
4
_service
4
_service
@ -1,7 +1,7 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="version">2011.10.10</param>
|
<param name="version">2011.10.25</param>
|
||||||
<param name="url">git://gitorious.org/opensuse/build.git</param>
|
<param name="url">git://github.com/openSUSE/obs-build.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:31d6d266cbc23fd326e09f1b3884165beb9340c3ec6fa967616d14bde09f27c9
|
|
||||||
size 268519
|
|
@ -22,9 +22,9 @@ License: GPLv2+
|
|||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: A Script to Build SUSE Linux RPMs
|
Summary: A Script to Build SUSE Linux RPMs
|
||||||
Version: 2011.07.01
|
Version: 2011.10.25
|
||||||
Release: 0
|
Release: 0
|
||||||
Source: build-%{version}.tar.gz
|
Source: obs-build-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
AutoReqProv: off
|
AutoReqProv: off
|
||||||
Requires: build
|
Requires: build
|
||||||
@ -39,7 +39,7 @@ chroot or a secure virtualized environment.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n build-%version
|
%setup -q -n obs-build-%version
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make CFLAGS="$RPM_BUILD_FLAGS" initvm-all
|
make CFLAGS="$RPM_BUILD_FLAGS" initvm-all
|
||||||
|
@ -23,11 +23,11 @@ License: GPLv2+
|
|||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: Tools to generate base lib packages
|
Summary: Tools to generate base lib packages
|
||||||
Version: 2011.10.10
|
Version: 2011.10.25
|
||||||
Release: 0
|
Release: 0
|
||||||
#!BuildIgnore: build-mkbaselibs
|
#!BuildIgnore: build-mkbaselibs
|
||||||
Provides: build-mkbaselibs
|
Provides: build-mkbaselibs
|
||||||
Source: build-%{version}.tar.gz
|
Source: obs-build-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# Manual requires to avoid hard require to bash-static
|
# Manual requires to avoid hard require to bash-static
|
||||||
@ -40,7 +40,7 @@ for generating base lib packages.
|
|||||||
This is the SLE variant including IA64 binary generation.
|
This is the SLE variant including IA64 binary generation.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n build-%{version}
|
%setup -q -n obs-build-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 25 14:40:05 UTC 2011 - adrian@suse.de
|
||||||
|
|
||||||
|
- use github.com as git repo now
|
||||||
|
- fix build for rpmv5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 10 19:29:20 CEST 2011 - mls@suse.de
|
Mon Oct 10 19:29:20 CEST 2011 - mls@suse.de
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: build
|
Source: build
|
||||||
Version: 2011.10.10
|
Version: 2011.10.25
|
||||||
Binary: build
|
Binary: build
|
||||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
@ -23,10 +23,10 @@ License: GPLv2+
|
|||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: A Script to Build SUSE Linux RPMs
|
Summary: A Script to Build SUSE Linux RPMs
|
||||||
Version: 2011.10.10
|
Version: 2011.10.25
|
||||||
Release: 0
|
Release: 0
|
||||||
#!BuildIgnore: build-mkbaselibs
|
#!BuildIgnore: build-mkbaselibs
|
||||||
Source: build-%{version}.tar.gz
|
Source: obs-build-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# Manual requires to avoid hard require to bash-static
|
# Manual requires to avoid hard require to bash-static
|
||||||
@ -90,7 +90,7 @@ for generating delta rpm packages.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n obs-build-%version
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
|
3
obs-build-2011.10.25.tar.gz
Normal file
3
obs-build-2011.10.25.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e4b51dbe1e85bdb7aa363886c91417d43c543351880f79e87586a614a0fb9329
|
||||||
|
size 125148
|
Loading…
Reference in New Issue
Block a user