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:
commit
41e063fb75
@ -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
|
Wed Apr 20 15:29:17 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -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.
|
script, shUnit2 can do the job.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p0
|
||||||
|
|
||||||
# Use the correct version and overwrite it:
|
# Use the correct version and overwrite it:
|
||||||
cp %{SOURCE1} doc/LGPL-2.1
|
cp %{SOURCE1} doc/LGPL-2.1
|
||||||
|
|
||||||
%patch0
|
|
||||||
%patch1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Add the correct basedir in our script:
|
# Add the correct basedir in our script:
|
||||||
sed -i 's#@SHUNIT_HOME@#%{SHUNIT_HOME}#g' bin/gen_test_results.sh
|
sed -i 's#@SHUNIT_HOME@#%{SHUNIT_HOME}#g' bin/gen_test_results.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user