Accepting request 27158 from devel:tools
Copy from devel:tools/patch based on submit request 27158 from user dirkmueller OBS-URL: https://build.opensuse.org/request/show/27158 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/patch?expand=0&rev=15
This commit is contained in:
parent
e15ff121e8
commit
2ff96b8001
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4973d0bbfc0132e9ba7fc559586432f8d3d09a5c389ef421c7dc3c7a79fb7e32
|
||||
size 250490
|
3
patch-2.6.tar.bz2
Normal file
3
patch-2.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f9080cc25b484ad8f668695de3675a3873e801d77c62bc8fd4164486312c0f4
|
||||
size 250220
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 13 15:45:06 CET 2009 - agruen@suse.de
|
||||
|
||||
- Version 2.6.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 13:30:46 CEST 2009 - agruen@suse.de
|
||||
|
||||
|
10
patch.spec
10
patch.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package patch (Version 2.5.9.122)
|
||||
# spec file for package patch (Version 2.6)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,13 +18,13 @@
|
||||
# norootforbuild
|
||||
|
||||
Url: ftp://alpha.gnu.org/gnu/diffutils/
|
||||
%define ver 2.5.9-122-gba37782
|
||||
%define ver %version
|
||||
|
||||
Name: patch
|
||||
License: GPL v3 or later
|
||||
License: GPLv3+
|
||||
Group: Productivity/Text/Utilities
|
||||
AutoReqProv: on
|
||||
Version: 2.5.9.122
|
||||
Version: 2.6
|
||||
Release: 1
|
||||
Summary: GNU patch
|
||||
Source: ftp://alpha.gnu.org/gnu/patch/patch-%ver.tar.bz2
|
||||
@ -49,7 +49,7 @@ Authors:
|
||||
%build
|
||||
CFLAGS="$RPM_OPT_FLAGS -Wall -O2 -pipe" \
|
||||
./configure --prefix=%{_prefix}
|
||||
make
|
||||
make %{?jobs:-j%jobs};
|
||||
|
||||
%check
|
||||
make check
|
||||
|
Loading…
Reference in New Issue
Block a user