Accepting request 32321 from devel:tools:scm

Copy from devel:tools:scm/quilt based on submit request 32321 from user coolo

OBS-URL: https://build.opensuse.org/request/show/32321
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quilt?expand=0&rev=27
This commit is contained in:
OBS User autobuild 2010-02-11 18:19:53 +00:00 committed by Git OBS Bridge
parent 804535f4e5
commit 1011f65cb6
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 8 00:34:00 CET 2009 - jengelh@medozas.de
- enable parallel building
-------------------------------------------------------------------
Fri Nov 27 13:56:32 CET 2009 - jdelvare@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package quilt (Version 0.48)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -24,7 +24,7 @@ Summary: A Tool for Working with Many Patches
License: GPLv2+
Group: Productivity/Text/Utilities
Version: 0.48
Release: 4
Release: 5
Requires: coreutils diffutils patch gzip bzip2 perl mktemp diffstat file
%if %{suse_version} > 910
Recommends: procmail
@ -79,7 +79,7 @@ CFLAGS="$RPM_OPT_FLAGS" \
--with-patch-wrapper \
--with-patch=/usr/bin/patch \
--with-rpmbuild=/usr/lib/rpm/rpmb
make BUILD_ROOT=$RPM_BUILD_ROOT RELEASE=%release
make %{?jobs:-j%jobs} BUILD_ROOT=$RPM_BUILD_ROOT RELEASE=%release
%check
make check