Accepting request 258733 from hardware

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/258733
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libplist?expand=0&rev=28
This commit is contained in:
Stephan Kulow 2014-11-05 15:26:36 +00:00 committed by Git OBS Bridge
commit 626285611c
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