SHA256
1
0
forked from pool/shunit2

Accepting request 1151593 from devel:tools

OBS-URL: https://build.opensuse.org/request/show/1151593
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shunit2?expand=0&rev=5
This commit is contained in:
Ana Guerrero 2024-02-27 21:44:29 +00:00 committed by Git OBS Bridge
commit 41e063fb75
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