Accepting request 559098 from graphics
OBS-URL: https://build.opensuse.org/request/show/559098 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiff?expand=0&rev=69
This commit is contained in:
commit
7e26003122
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 21 13:03:18 UTC 2017 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Fix check section:
|
||||||
|
+ Make sure to get back to the right directory after chdir to
|
||||||
|
'tools', or we can't run the 2nd test suite.
|
||||||
|
+ Fix typo: the tests are located in a directory called 'test',
|
||||||
|
not 'tests'.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 29 09:08:42 UTC 2017 - fstrba@suse.com
|
Wed Nov 29 09:08:42 UTC 2017 - fstrba@suse.com
|
||||||
|
|
||||||
|
@ -114,8 +114,8 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
find html -name "Makefile*" | xargs rm
|
find html -name "Makefile*" | xargs rm
|
||||||
|
|
||||||
%check
|
%check
|
||||||
for i in tools tests; do
|
for i in tools test; do
|
||||||
cd $i && make %{?_smp_mflags} check
|
(cd $i && make %{?_smp_mflags} check)
|
||||||
done
|
done
|
||||||
|
|
||||||
%post -n libtiff5 -p /sbin/ldconfig
|
%post -n libtiff5 -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user