SHA256
1
0
forked from pool/shunit2

Accepting request 1151520 from home:dimstar:rpm4.20:s

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1151520
OBS-URL: https://build.opensuse.org/package/show/devel:tools/shunit2?expand=0&rev=7
This commit is contained in:
Martin Pluskal 2024-02-26 13:38:38 +00:00 committed by Git OBS Bridge
parent c9b4c06d1e
commit bd3d99ead4
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 26 13:17:36 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
PatchN.
-------------------------------------------------------------------
Wed Apr 20 15:29:17 UTC 2016 - mpluskal@suse.com

View File

@ -39,13 +39,11 @@ If you have ever had the desire to write a unit test for a shell
script, shUnit2 can do the job.
%prep
%setup -q
%autosetup -p0
# Use the correct version and overwrite it:
cp %{SOURCE1} doc/LGPL-2.1
%patch0
%patch1
%build
# Add the correct basedir in our script:
sed -i 's#@SHUNIT_HOME@#%{SHUNIT_HOME}#g' bin/gen_test_results.sh