forked from pool/patch
Accepting request 1153335 from home:dimstar:rpm4.20:p
Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1153335 OBS-URL: https://build.opensuse.org/package/show/devel:tools/patch?expand=0&rev=68
This commit is contained in:
parent
06ada574ee
commit
9162726f31
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 29 14:53:57 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %autosetup macro. Allows to eliminate the usage of deprecated
|
||||||
|
%patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 24 14:16:43 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
Tue May 24 14:16:43 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
15
patch.spec
15
patch.spec
@ -53,20 +53,7 @@ The GNU patch program is used to apply diffs between original and
|
|||||||
changed files (generated by the diff command) to the original files.
|
changed files (generated by the diff command) to the original files.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
%patch1 -p1
|
|
||||||
%patch2 -p1
|
|
||||||
%patch3 -p1
|
|
||||||
%patch4 -p1
|
|
||||||
%patch5 -p1
|
|
||||||
%patch6 -p1
|
|
||||||
%patch7 -p1
|
|
||||||
%patch8 -p1
|
|
||||||
%patch9 -p1
|
|
||||||
%patch10 -p1
|
|
||||||
%patch11 -p1
|
|
||||||
%patch12 -p1
|
|
||||||
%patch13 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags} -Wall -O2 -pipe"
|
export CFLAGS="%{optflags} -Wall -O2 -pipe"
|
||||||
|
Loading…
Reference in New Issue
Block a user