Use macros for make invocations
This commit is contained in:
parent
769252747c
commit
fc44141676
1 changed files with 2 additions and 2 deletions
|
|
@ -48,11 +48,11 @@ logging.
|
|||
|
||||
%build
|
||||
%cmake -DCMAKE_BUILD_TYPE=Release
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot}
|
||||
%make_install
|
||||
|
||||
%files
|
||||
%doc README AUTHORS
|
||||
|
|
|
|||
Reference in a new issue