unit tests do not exist anymore

This commit is contained in:
David Tardon 2015-04-17 16:30:54 +02:00
parent 4653f4e14c
commit b841402575

View File

@ -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