Skip to content
Snippets Groups Projects
Commit 61e0bfb3 authored by Steffen Vogel's avatar Steffen Vogel :santa_tone2:
Browse files

build rpm packages with debuginfo

parent 7fd99e2e
No related branches found
No related tags found
No related merge requests found
......@@ -40,16 +40,16 @@ The development headers for libvillas.
%setup -q
%build
make PREFIX=/usr
make DEBUG=1 PREFIX=/usr
%install
rm -rf %{?buildroot}
make PREFIX=/usr DESTDIR=%{?buildroot} install
make PREFIX=/usr DESTDIR=%{?buildroot} install-doc
make DEBUG=1 PREFIX=/usr DESTDIR=%{?buildroot} install
make DEBUG=1 PREFIX=/usr DESTDIR=%{?buildroot} install-doc
%check
make run-unit-tests
make run-integration-tests
make DEBUG=1 run-unit-tests
make DEBUG=1 run-integration-tests
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment