check prefers to be static linked, do not remove
This commit is contained in:
parent
913f3b46d7
commit
9795a74616
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user