forked from pool/gnucap
Accepting request 1152932 from electronics
OBS-URL: https://build.opensuse.org/request/show/1152932 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucap?expand=0&rev=6
This commit is contained in:
commit
6e87a19c69
@ -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
|
||||
|
||||
|
10
gnucap.spec
10
gnucap.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user