/[packages]/cauldron/ckb-next/pristine/SPECS/ckb-next.spec
ViewVC logotype

Diff of /cauldron/ckb-next/pristine/SPECS/ckb-next.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1469202 by julien, Fri Dec 20 21:03:52 2019 UTC revision 1579752 by ovitters, Mon May 4 15:26:57 2020 UTC
# Line 1  Line 1 
1  Name:           ckb-next  Name:           ckb-next
2  Version:        0.4.2  Version:        0.4.2
3  Release:        1  Release:        %mkrel 2
4  Summary:        Corsair RGB keyboard driver for Linux and OS X  Summary:        Corsair RGB keyboard driver for Linux and OS X
5  Group:          System/Configuration  Group:          System/Configuration
6  #bundled kissfft library is BSD  #bundled kissfft library is BSD
# Line 60  supports much of the same functionality, Line 60  supports much of the same functionality,
60  %{_libdir}/cmake/ckb-next  %{_libdir}/cmake/ckb-next
61    
62  %prep  %prep
63  %setup -q -n %{name}-%{version}  %setup -q
64  %autopatch -p0  %autopatch -p0
65    
66  %build  %build
67    # We force systemd since autodetection fail inside the buildsystem
68  %cmake -DCMAKE_BUILD_TYPE=Release \  %cmake -DCMAKE_BUILD_TYPE=Release \
69           -DFORCE_INIT_SYSTEM=systemd \
70         -DSAFE_INSTALL=OFF \         -DSAFE_INSTALL=OFF \
71         -DSAFE_UNINSTALL=OFF \         -DSAFE_UNINSTALL=OFF \
72         -DCMAKE_INSTALL_PREFIX=%{_prefix} \         -DCMAKE_INSTALL_PREFIX=%{_prefix} \
# Line 72  supports much of the same functionality, Line 74  supports much of the same functionality,
74         -DDISABLE_UPDATER=1 \         -DDISABLE_UPDATER=1 \
75         -DUDEV_RULE_DIRECTORY=%{_udevrulesdir}         -DUDEV_RULE_DIRECTORY=%{_udevrulesdir}
76    
77  %make_build  %cmake_build
78    
79  %install  %install
80  %make_install -C build  %cmake_install
81    
82  %__install -Dpm 0644 %{SOURCE1} %{buildroot}%{_datadir}/appdata/ckb-next.appdata.xml  %__install -Dpm 0644 %{SOURCE1} %{buildroot}%{_datadir}/appdata/ckb-next.appdata.xml
83  %__install -Dpm 0644 %{SOURCE2} %{buildroot}%{_mandir}/man1/ckb-next.1  %__install -Dpm 0644 %{SOURCE2} %{buildroot}%{_mandir}/man1/ckb-next.1
84  %__install -Dpm 0644 %{SOURCE3} %{buildroot}/%{_presetdir}/99-ckb-next.preset  %__install -Dpm 0644 %{SOURCE3} %{buildroot}/%{_presetdir}/99-ckb-next.preset

Legend:
Removed from v.1469202  
changed lines
  Added in v.1579752

  ViewVC Help
Powered by ViewVC 1.1.30