checked in (request 34401)
Rev openSUSE:Tools/79 Md5 abb317b09e2f8813cb460485f89badd0 2010-03-09 15:59:00 autobuild 34401
This commit is contained in:
parent
942216425d
commit
7f15689d85
3
build-2010.02.19.tar.gz
Normal file
3
build-2010.02.19.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ec61bd1966eef22cd22444dd753be2910cac3f8665a30fa8e264cef886f009f2
|
||||||
|
size 99327
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:398c6cb2414a79a72677235e11736063b09cbf25b11c792a1fe3fd0de6df52fd
|
|
||||||
size 100257
|
|
@ -1,17 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Mon Mar 8 12:07:03 UTC 2010 - adrian@suse.de
|
|
||||||
|
|
||||||
- create default.conf symlink to correct *.conf based on
|
|
||||||
%suse_version and %sles_version macros
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Feb 25 08:22:52 UTC 2010 - adrian@suse.de
|
|
||||||
|
|
||||||
- add dependency to tar (needed for deb builds)
|
|
||||||
- use current git
|
|
||||||
* Added '--uid uid:gid' feature to specify abuild id in chroot
|
|
||||||
(by David Greaves)
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 20 10:49:00 UTC 2010 - adrian@suse.de
|
Sat Feb 20 10:49:00 UTC 2010 - adrian@suse.de
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: build
|
Source: build
|
||||||
Version: 2010.03.08
|
Version: 2010.02.19
|
||||||
Binary: build
|
Binary: build
|
||||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
13
build.spec
13
build.spec
@ -23,7 +23,7 @@ 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: 2010.03.08
|
Version: 2010.02.19
|
||||||
Release: 1
|
Release: 1
|
||||||
# osc rm build-*tar.bz2
|
# osc rm build-*tar.bz2
|
||||||
# REVISION=$(svn info https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/build | sed -ne "/Revision: /s///p")
|
# REVISION=$(svn info https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/build | sed -ne "/Revision: /s///p")
|
||||||
@ -48,7 +48,6 @@ Requires: bash
|
|||||||
Requires: perl
|
Requires: perl
|
||||||
Requires: perl-TimeDate
|
Requires: perl-TimeDate
|
||||||
Requires: binutils
|
Requires: binutils
|
||||||
Requires: tar
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package provides a script for building RPMs for SUSE Linux in a
|
This package provides a script for building RPMs for SUSE Linux in a
|
||||||
@ -63,15 +62,7 @@ chroot environment.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
cd $RPM_BUILD_ROOT/usr/lib/build/configs/
|
#ln -s /usr/lib/build/build $RPM_BUILD_ROOT/usr/bin/build
|
||||||
%if 0%sles_version
|
|
||||||
ln -s sles%{sles_version}.conf default.conf
|
|
||||||
%else
|
|
||||||
%if 0%suse_version
|
|
||||||
V=%suse_version
|
|
||||||
ln -s sl${V:0:2}.${V:2:1}.conf default.conf
|
|
||||||
%endif
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user