mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
build rpm packages with debuginfo
This commit is contained in:
parent
7fd99e2ee7
commit
61e0bfb3af
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue