SHA256
1
0
forked from pool/gnucap

Accepting request 1152131 from home:dimstar:rpm4.20:g

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1152131
OBS-URL: https://build.opensuse.org/package/show/electronics/gnucap?expand=0&rev=4
This commit is contained in:
Stanislav Brabec 2024-02-28 13:21:41 +00:00 committed by Git OBS Bridge
parent 2b624d95f4
commit 0c81d78445
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 27 10:56:21 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Fri Jun 17 06:46:39 UTC 2016 - dmitry_r@opensuse.org

View File

@ -71,11 +71,11 @@ driven analog simulation, and true multi-rate simulation.
%setup -q
# use ncurses instead of termcap
sed -i 's/-ltermcap/-lncurses/g' configure
%patch1 -p1
%patch2 -p1
%patch3 -p0
%patch4 -p0
%patch5 -p1
%patch -P 1 -p1
%patch -P 2 -p1
%patch -P 3 -p0
%patch -P 4 -p0
%patch -P 5 -p1
rm INSTALL
%build