- Enable %check as it is provided by libplist and improves quality

OBS-URL: https://build.opensuse.org/package/show/hardware/libplist?expand=0&rev=5
This commit is contained in:
Martin Szulecki 2014-10-21 22:48:49 +00:00 committed by Git OBS Bridge
parent 29eb1abb94
commit 9b8bb83ef7
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 21 22:40:00 UTC 2014 - m.szulecki@libimobiledevice.org
- Enable %check as it is provided by libplist and improves quality
-------------------------------------------------------------------
Fri Oct 17 03:30:00 CEST 2014 - m.szulecki@libimobiledevice.org

View File

@ -105,6 +105,9 @@ This package contains the python bindings.
%configure --disable-static
make %{?_smp_mflags}
%check
TZ=Europe/Vienna make check VERBOSE=1
%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}
find %{buildroot} -type f -name "*.la" -delete -print