Accepting request 750028 from home:simotek:branches:hardware
- %make_jobs is depricated replaced by %cmake_build - Use %autosetup to simplify maintenance OBS-URL: https://build.opensuse.org/request/show/750028 OBS-URL: https://build.opensuse.org/package/show/hardware/ckb-next?expand=0&rev=12
This commit is contained in:
parent
fa8d9d186f
commit
a600566036
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 23:15:31 UTC 2019 - Simon Lees <sflees@suse.de>
|
||||
|
||||
- %make_jobs is depricated replaced by %cmake_build
|
||||
- Use %autosetup to simplify maintenance
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 8 16:39:12 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
|
@ -60,19 +60,14 @@ system. This project supports much of the same functionality,
|
||||
including full RGB animations.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch5 -p1
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%cmake \
|
||||
-DDISABLE_UPDATER=1 \
|
||||
-DCMAKE_INSTALL_LIBEXECDIR=%{_libexecdir} \
|
||||
-DUDEV_RULE_DIRECTORY=%{_udevrulesdir}
|
||||
%make_jobs
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
|
Loading…
x
Reference in New Issue
Block a user