From b84140257540a211c2a6b8385bd7dabe59d75e31 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Fri, 17 Apr 2015 16:30:54 +0200 Subject: [PATCH] unit tests do not exist anymore --- libwpd.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libwpd.spec b/libwpd.spec index 01f52fc..80f142a 100644 --- a/libwpd.spec +++ b/libwpd.spec @@ -10,7 +10,6 @@ License: LGPLv2+ or MPLv2.0 BuildRequires: doxygen BuildRequires: help2man -BuildRequires: pkgconfig(cppunit) BuildRequires: pkgconfig(librevenge-0.0) BuildRequires: pkgconfig(zlib) @@ -64,10 +63,6 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir}/%{name} install -m 0755 -d %{buildroot}/%{_mandir}/man1 install -m 0644 wpd2*.1 %{buildroot}/%{_mandir}/man1 -%check -export LD_LIBRARY_PATH=%{buildroot}%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}} -make check - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig