Rev openSUSE:Factory/13 Md5 e6f517333a287533dba617b59205c8e6 2008-12-03 15:24:53 unknown None

This commit is contained in:
OBS User unknown 2008-12-03 15:24:53 +00:00 committed by Git OBS Bridge
parent 6cc31c6419
commit 2ae5c53653
4 changed files with 32 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:352c0a219f7ca3f269b6fe6a4d8d96cb43807c8fe3da145d18290eaddc3cf715
size 64507

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a7038986f11d809d89542c889fb28edd38278f095289df86eace0a160620356a
size 64464

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Dec 3 13:17:26 CET 2008 - ro@suse.de
- delete automatic requires for debuginfo-xxbit
-------------------------------------------------------------------
Wed Dec 3 11:30:37 CET 2008 - froh@suse.de
- config update
-------------------------------------------------------------------
Fri Nov 28 15:19:21 CET 2008 - froh@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package build (Version 2008.11.28.r5747)
# spec file for package build (Version 2008.12.03.r5793)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -23,8 +23,21 @@ License: GPL v2 or later
Group: Development/Tools/Building
AutoReqProv: on
Summary: A Script to Build SUSE Linux RPMs
Version: 2008.11.28.r5747
Version: 2008.12.03.r5793
Release: 1
# osc rm build-*tar.bz2
# REVISION=$(svn info https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/build | sed -ne "/Revision: /s///p")
# VERSION="$(date +"%Y.%m.%d").r$REVISION"
# svn export -r$REVISION https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/build build-$VERSION
# tar cjvf build-$VERSION.tar.bz2 build-$VERSION
# rm -rf build-$VERSION
# osc add build-$VERSION.tar.bz2
# # There's several occurences of "Version: something" in this file,
# # two of them valid, so we need to be picky in the match.
# sed --in-place build.spec -e"/\(Version:\?[[:space:]]\+\)\([0-9]\{4\}\.[0-9][0-9]\.[0-9][0-9]\.r[0-9]\+\)/s,,\1$VERSION,"
# osc build build.spec
# osc ci
# osc submitreq create -m"current svn snapshot." openSUSE:Tools build openSUSE:Factory
Source: build-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@ -60,6 +73,10 @@ ln -s /usr/lib/build/build $RPM_BUILD_ROOT/usr/bin/build
%{_mandir}/man1/build.1*
%changelog
* Wed Dec 03 2008 ro@suse.de
- delete automatic requires for debuginfo-xxbit
* Wed Dec 03 2008 froh@suse.de
- config update
* Fri Nov 28 2008 froh@suse.de
- many kiwi fixes
- _no_ cross build support yet