14 lines
537 B
Plaintext
14 lines
537 B
Plaintext
|
-------------------------------------------------------------------
|
||
|
Fri Aug 16 11:48:30 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
||
|
|
||
|
- Use `%make_build` macro instead of `%{__make}`
|
||
|
- Use `%make_install` macro instead of `%{__make} install`
|
||
|
- Use `%{_bindir}` macro instead of `%{_usr}/bin`
|
||
|
- Change `PREFIX` to not contain `%{buildroot}` and use the
|
||
|
`$DESTDIR` variable
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Mon Aug 12 06:41:41 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
||
|
|
||
|
- Initial release v2.0.0
|