unit tests do not exist anymore

f41
David Tardon 10 years ago
parent 4653f4e14c
commit b841402575

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

Loading…
Cancel
Save