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:
parent
2b624d95f4
commit
0c81d78445
@ -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
|
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
|
%setup -q
|
||||||
# use ncurses instead of termcap
|
# use ncurses instead of termcap
|
||||||
sed -i 's/-ltermcap/-lncurses/g' configure
|
sed -i 's/-ltermcap/-lncurses/g' configure
|
||||||
%patch1 -p1
|
%patch -P 1 -p1
|
||||||
%patch2 -p1
|
%patch -P 2 -p1
|
||||||
%patch3 -p0
|
%patch -P 3 -p0
|
||||||
%patch4 -p0
|
%patch -P 4 -p0
|
||||||
%patch5 -p1
|
%patch -P 5 -p1
|
||||||
rm INSTALL
|
rm INSTALL
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user