Martin Pluskal 2017-12-06 08:56:38 +00:00 committed by Git OBS Bridge
parent a44fd73525
commit 044b994078
2 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,7 @@ Wed Dec 6 08:10:39 UTC 2017 - mpluskal@suse.com
* 08_fix-manpage.patch
* 09_fix-FTBFS-GCC6.patch
- Drop zvbi-automake-1.13.patch
- Enable tests
-------------------------------------------------------------------
Tue Dec 5 15:28:02 UTC 2017 - crrodriguez@opensuse.org

View File

@ -42,6 +42,7 @@ BuildRequires: gcc-c++
BuildRequires: libpng-devel
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: timezone
BuildRequires: pkgconfig(ice)
BuildRequires: pkgconfig(x11)
Recommends: %{name}-lang
@ -117,6 +118,10 @@ ACLOCAL="aclocal -I m4" autoreconf -fi
find %{buildroot} -type f -name "*.la" -delete -print
%find_lang %{name}
%check
# This requires timezone package to be installed
make %{?_smp_mflags} check
%post -n %{libname} -p /sbin/ldconfig
%post -n %{libchains} -p /sbin/ldconfig
%postun -n %{libname} -p /sbin/ldconfig