diff --git a/_service b/_service index be8758d4..4862d924 100644 --- a/_service +++ b/_service @@ -1,6 +1,6 @@ - 2011.05.24 + 2011.06.06 git://gitorious.org/opensuse/build.git git diff --git a/build.changes b/build.changes index 6b4a51a9..0b91bbad 100644 --- a/build.changes +++ b/build.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 6 14:57:47 UTC 2011 - adrian@suse.de + +- do not build ia64 baselibs packages for openSUSE anymore + ------------------------------------------------------------------- Wed May 25 12:14:38 UTC 2011 - adrian@suse.de diff --git a/build.dsc b/build.dsc index 027f0a20..5c818912 100644 --- a/build.dsc +++ b/build.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: build -Version: 2011.05.24 +Version: 2011.06.06 Binary: build Maintainer: Adrian Schroeter Architecture: all diff --git a/build.spec b/build.spec index 61c9cb15..d360e8bb 100644 --- a/build.spec +++ b/build.spec @@ -23,8 +23,8 @@ License: GPLv2+ Group: Development/Tools/Building AutoReqProv: on Summary: A Script to Build SUSE Linux RPMs -Version: 2011.05.24 -Release: 0 +Version: 2011.06.06 +Release: 0 #!BuildIgnore: build-mkbaselibs Source: build-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -50,6 +50,7 @@ Recommends: perl(XML::Parser) Recommends: bsdtar %endif + %description This package provides a script for building RPMs for SUSE Linux in a chroot environment. @@ -59,12 +60,14 @@ chroot environment. Requires: build-mkbaselibs Recommends: build-mkdrpms + %package mkbaselibs License: GPLv2+ Group: Development/Tools/Building Summary: Tools to generate base lib packages # NOTE: this package must not have dependencies which may break boot strapping (eg. perl modules) + %description mkbaselibs This package contains the parts which may be installed in the inner build system for generating base lib packages. @@ -77,17 +80,21 @@ Requires: deltarpm # XXX: we wanted to avoid that but mkdrpms needs Build::Rpm::rpmq Requires: build + %description mkdrpms This package contains the parts which may be installed in the inner build system for generating delta rpm packages. %endif + %prep %setup -q + %build + %install make DESTDIR=$RPM_BUILD_ROOT install cd $RPM_BUILD_ROOT/usr/lib/build/configs/ @@ -101,6 +108,7 @@ cd $RPM_BUILD_ROOT/usr/lib/build/configs/ test -e default.conf %endif + %files %defattr(-,root,root) %doc README @@ -115,16 +123,20 @@ test -e default.conf %exclude /usr/lib/build/baselibs* %exclude /usr/lib/build/mkdrpms + %files mkbaselibs %defattr(-,root,root) %dir /usr/lib/build /usr/lib/build/mkbaselibs /usr/lib/build/baselibs* + %files mkdrpms %defattr(-,root,root) %dir /usr/lib/build /usr/lib/build/mkdrpms %endif + + %changelog