From 9b8bb83ef7f8db1d56bdac7e9dac2358194eca038e360a84cbe9973195d080de Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Tue, 21 Oct 2014 22:48:49 +0000 Subject: [PATCH] - 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 --- libplist.changes | 5 +++++ libplist.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/libplist.changes b/libplist.changes index 7ac3073..4d01b98 100644 --- a/libplist.changes +++ b/libplist.changes @@ -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 diff --git a/libplist.spec b/libplist.spec index e51fc33..d806baa 100644 --- a/libplist.spec +++ b/libplist.spec @@ -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