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:
committed by
Git OBS Bridge
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>
|
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.
|
including full RGB animations.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
%patch1 -p1
|
|
||||||
%patch2 -p1
|
|
||||||
%patch3 -p1
|
|
||||||
%patch4 -p1
|
|
||||||
%patch5 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake \
|
%cmake \
|
||||||
-DDISABLE_UPDATER=1 \
|
-DDISABLE_UPDATER=1 \
|
||||||
-DCMAKE_INSTALL_LIBEXECDIR=%{_libexecdir} \
|
-DCMAKE_INSTALL_LIBEXECDIR=%{_libexecdir} \
|
||||||
-DUDEV_RULE_DIRECTORY=%{_udevrulesdir}
|
-DUDEV_RULE_DIRECTORY=%{_udevrulesdir}
|
||||||
%make_jobs
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
|
Reference in New Issue
Block a user