forked from pool/build
Rev openSUSE:Factory/3 Md5 f9458f45a8692c16510a383c5a221a67 2007-09-15 10:05:41 unknown None
This commit is contained in:
parent
fd270b5342
commit
33f36ba186
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:409911f0853217ed5b24b4509f053cfc3f29b82510b40cb3b418e40e200fa089
|
|
||||||
size 52987
|
|
3
build-2007.09.14.tar.gz
Normal file
3
build-2007.09.14.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:856b715d852edd0fe3a53920fd06d32f4bb9584cb2162189bf5273fd76bf7d43
|
||||||
|
size 55840
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 14 18:27:13 CEST 2007 - mls@suse.de
|
||||||
|
|
||||||
|
- add sl10.3 config [#310089]
|
||||||
|
- also look for BuildRequires in subpackage definitions [#305568]
|
||||||
|
- allow removal of more config parameters
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 2 15:56:09 CEST 2007 - mls@suse.de
|
Thu Aug 2 15:56:09 CEST 2007 - mls@suse.de
|
||||||
|
|
||||||
|
12
build.spec
12
build.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package build (Version 2007.08.02)
|
# spec file for package build (Version 2007.09.14)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -13,13 +13,13 @@
|
|||||||
Name: build
|
Name: build
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
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: 2007.08.02
|
Version: 2007.09.14
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: build-%{version}.tar.gz
|
Source: build-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArchitectures: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%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
|
||||||
@ -51,6 +51,10 @@ ln -s /usr/lib/build/build $RPM_BUILD_ROOT/usr/bin/build
|
|||||||
%{_mandir}/man1/build.1.*
|
%{_mandir}/man1/build.1.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 14 2007 - mls@suse.de
|
||||||
|
- add sl10.3 config [#310089]
|
||||||
|
- also look for BuildRequires in subpackage definitions [#305568]
|
||||||
|
- allow removal of more config parameters
|
||||||
* Thu Aug 02 2007 - mls@suse.de
|
* Thu Aug 02 2007 - mls@suse.de
|
||||||
- support 'order' config option
|
- support 'order' config option
|
||||||
- support 'patterntype' config option
|
- support 'patterntype' config option
|
||||||
|
Loading…
Reference in New Issue
Block a user