check prefers to be static linked, do not remove

This commit is contained in:
Warren Togami 2005-12-19 19:41:15 +00:00
parent 913f3b46d7
commit 9795a74616

View File

@ -34,7 +34,7 @@ The output from unit tests can be used within source code editors and IDEs.
%patch0 -p1 %patch0 -p1
%build %build
# We *WANT the .a file, it is the only thing in this package # check prefers to be static linked, do not remove
%configure %configure
make make
@ -48,6 +48,7 @@ rm -rf $RPM_BUILD_ROOT
%files devel %files devel
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{_includedir}/check.h %{_includedir}/check.h
# check prefers to be static linked, do not remove
%{_libdir}/libcheck.a %{_libdir}/libcheck.a
%{_datadir}/doc/%{name}-%{version} %{_datadir}/doc/%{name}-%{version}
%{_datadir}/aclocal/check.m4 %{_datadir}/aclocal/check.m4