- Enable tests
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/zvbi?expand=0&rev=20
This commit is contained in:
parent
a44fd73525
commit
044b994078
@ -16,6 +16,7 @@ Wed Dec 6 08:10:39 UTC 2017 - mpluskal@suse.com
|
|||||||
* 08_fix-manpage.patch
|
* 08_fix-manpage.patch
|
||||||
* 09_fix-FTBFS-GCC6.patch
|
* 09_fix-FTBFS-GCC6.patch
|
||||||
- Drop zvbi-automake-1.13.patch
|
- Drop zvbi-automake-1.13.patch
|
||||||
|
- Enable tests
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 5 15:28:02 UTC 2017 - crrodriguez@opensuse.org
|
Tue Dec 5 15:28:02 UTC 2017 - crrodriguez@opensuse.org
|
||||||
|
@ -42,6 +42,7 @@ BuildRequires: gcc-c++
|
|||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: timezone
|
||||||
BuildRequires: pkgconfig(ice)
|
BuildRequires: pkgconfig(ice)
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
@ -117,6 +118,10 @@ ACLOCAL="aclocal -I m4" autoreconf -fi
|
|||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
|
%check
|
||||||
|
# This requires timezone package to be installed
|
||||||
|
make %{?_smp_mflags} check
|
||||||
|
|
||||||
%post -n %{libname} -p /sbin/ldconfig
|
%post -n %{libname} -p /sbin/ldconfig
|
||||||
%post -n %{libchains} -p /sbin/ldconfig
|
%post -n %{libchains} -p /sbin/ldconfig
|
||||||
%postun -n %{libname} -p /sbin/ldconfig
|
%postun -n %{libname} -p /sbin/ldconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user