forked from pool/build
update
Rev openSUSE:Tools/140 Md5 cdf92d2a2778b8d65fa3f73104b20b70 2011-07-01 07:27:45 adrianSuSE None
This commit is contained in:
parent
62eed6a831
commit
35854e0fc0
2
_service
2
_service
@ -1,6 +1,6 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="version">2011.06.17</param>
|
<param name="version">2011.07.01</param>
|
||||||
<param name="url">git://gitorious.org/opensuse/build.git</param>
|
<param name="url">git://gitorious.org/opensuse/build.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cba13cff6031319faf029315ddb945d9199be987c5ec63643aac64d58e97fdb2
|
|
||||||
size 268066
|
|
3
build-2011.07.01.tar.gz
Normal file
3
build-2011.07.01.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:084956f749d3e778c23039fc7a7d5d9795df338a3ac9b7644b84799127375fb6
|
||||||
|
size 269586
|
@ -23,8 +23,8 @@ 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.06.17
|
Version: 2011.07.01
|
||||||
Release: 1
|
Release: 0
|
||||||
#!BuildIgnore: build-mkbaselibs
|
#!BuildIgnore: build-mkbaselibs
|
||||||
Provides: build-mkbaselibs
|
Provides: build-mkbaselibs
|
||||||
Source: build-%{version}.tar.gz
|
Source: build-%{version}.tar.gz
|
||||||
@ -33,6 +33,7 @@ BuildArch: noarch
|
|||||||
# Manual requires to avoid hard require to bash-static
|
# Manual requires to avoid hard require to bash-static
|
||||||
AutoReqProv: off
|
AutoReqProv: off
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains the parts which may be installed in the inner build system
|
This package contains the parts which may be installed in the inner build system
|
||||||
for generating base lib packages.
|
for generating base lib packages.
|
||||||
@ -42,8 +43,10 @@ This is the SLE variant including IA64 binary generation.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n build-%{version}
|
%setup -q -n build-%{version}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
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 \
|
||||||
@ -53,10 +56,13 @@ install -m 0644 baselibs_global-deb.conf \
|
|||||||
install -m 0644 baselibs_global-sle.conf \
|
install -m 0644 baselibs_global-sle.conf \
|
||||||
$RPM_BUILD_ROOT/usr/lib/build/baselibs_global.conf
|
$RPM_BUILD_ROOT/usr/lib/build/baselibs_global.conf
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir /usr/lib/build
|
%dir /usr/lib/build
|
||||||
/usr/lib/build/mkbaselibs
|
/usr/lib/build/mkbaselibs
|
||||||
/usr/lib/build/baselibs*
|
/usr/lib/build/baselibs*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 1 07:26:34 UTC 2011 - adrian@suse.de
|
||||||
|
|
||||||
|
- compat mode for broken kiwi of openSUSE 11.4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 30 10:42:15 UTC 2011 - adrian@suse.de
|
||||||
|
|
||||||
|
- fixed kiwi execution call for some versions
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 17 08:35:15 UTC 2011 - adrian@suse.de
|
Fri Jun 17 08:35:15 UTC 2011 - adrian@suse.de
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: build
|
Source: build
|
||||||
Version: 2011.06.17
|
Version: 2011.07.01
|
||||||
Binary: build
|
Binary: build
|
||||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
16
build.spec
16
build.spec
@ -23,8 +23,8 @@ 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.06.17
|
Version: 2011.07.01
|
||||||
Release: 1
|
Release: 0
|
||||||
#!BuildIgnore: build-mkbaselibs
|
#!BuildIgnore: build-mkbaselibs
|
||||||
Source: build-%{version}.tar.gz
|
Source: build-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -50,6 +50,7 @@ Recommends: perl(XML::Parser)
|
|||||||
Recommends: bsdtar
|
Recommends: bsdtar
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%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
|
||||||
chroot environment.
|
chroot environment.
|
||||||
@ -59,12 +60,14 @@ chroot environment.
|
|||||||
Requires: build-mkbaselibs
|
Requires: build-mkbaselibs
|
||||||
Recommends: build-mkdrpms
|
Recommends: build-mkdrpms
|
||||||
|
|
||||||
|
|
||||||
%package mkbaselibs
|
%package mkbaselibs
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Summary: Tools to generate base lib packages
|
Summary: Tools to generate base lib packages
|
||||||
# NOTE: this package must not have dependencies which may break boot strapping (eg. perl modules)
|
# NOTE: this package must not have dependencies which may break boot strapping (eg. perl modules)
|
||||||
|
|
||||||
|
|
||||||
%description mkbaselibs
|
%description mkbaselibs
|
||||||
This package contains the parts which may be installed in the inner build system
|
This package contains the parts which may be installed in the inner build system
|
||||||
for generating base lib packages.
|
for generating base lib packages.
|
||||||
@ -77,17 +80,21 @@ Requires: deltarpm
|
|||||||
# XXX: we wanted to avoid that but mkdrpms needs Build::Rpm::rpmq
|
# XXX: we wanted to avoid that but mkdrpms needs Build::Rpm::rpmq
|
||||||
Requires: build
|
Requires: build
|
||||||
|
|
||||||
|
|
||||||
%description mkdrpms
|
%description mkdrpms
|
||||||
This package contains the parts which may be installed in the inner build system
|
This package contains the parts which may be installed in the inner build system
|
||||||
for generating delta rpm packages.
|
for generating delta rpm packages.
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
cd $RPM_BUILD_ROOT/usr/lib/build/configs/
|
cd $RPM_BUILD_ROOT/usr/lib/build/configs/
|
||||||
@ -101,6 +108,7 @@ cd $RPM_BUILD_ROOT/usr/lib/build/configs/
|
|||||||
test -e default.conf
|
test -e default.conf
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README
|
%doc README
|
||||||
@ -115,16 +123,20 @@ test -e default.conf
|
|||||||
%exclude /usr/lib/build/baselibs*
|
%exclude /usr/lib/build/baselibs*
|
||||||
%exclude /usr/lib/build/mkdrpms
|
%exclude /usr/lib/build/mkdrpms
|
||||||
|
|
||||||
|
|
||||||
%files mkbaselibs
|
%files mkbaselibs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir /usr/lib/build
|
%dir /usr/lib/build
|
||||||
/usr/lib/build/mkbaselibs
|
/usr/lib/build/mkbaselibs
|
||||||
/usr/lib/build/baselibs*
|
/usr/lib/build/baselibs*
|
||||||
|
|
||||||
|
|
||||||
%files mkdrpms
|
%files mkdrpms
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir /usr/lib/build
|
%dir /usr/lib/build
|
||||||
/usr/lib/build/mkdrpms
|
/usr/lib/build/mkdrpms
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
build (2011.07.01-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Update to current git trunk
|
||||||
|
|
||||||
|
-- Adrian Schroeter <adrian@suse.de> Fri, 01 Jul 2010 10:03:54 +0200
|
||||||
|
|
||||||
build (2010.12.15-1) unstable; urgency=low
|
build (2010.12.15-1) unstable; urgency=low
|
||||||
|
|
||||||
* Update to current git trunk
|
* Update to current git trunk
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e76356912637c3554da7a0cef6cbc7f12e5adf9fc4c6b14fb09084c6b6bcc845
|
|
||||||
size 1524
|
|
Loading…
Reference in New Issue
Block a user