/[svn]/liblscp/trunk/liblscp.spec.in
ViewVC logotype

Diff of /liblscp/trunk/liblscp.spec.in

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

revision 3907 by capela, Tue May 18 15:26:43 2021 UTC revision 3908 by capela, Wed May 19 07:52:51 2021 UTC
# Line 93  intend to compile programs that use this Line 93  intend to compile programs that use this
93  %setup -q  %setup -q
94    
95  %build  %build
96  cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -Wno-dev -B build -S .  cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -Wno-dev -S .
97  %__make %{?_smp_mflags} -C build  %__make %{?_smp_mflags}
98    
99  %install  %install
100  %__make DESTDIR="%{buildroot}" -C build install  %__make DESTDIR="%{buildroot}" install
101    
102  %clean  %clean
103  [ -d "%{buildroot}" -a "%{buildroot}" != "/" ] && %__rm -rf "%{buildroot}"  [ -d "%{buildroot}" -a "%{buildroot}" != "/" ] && %__rm -rf "%{buildroot}"

Legend:
Removed from v.3907  
changed lines
  Added in v.3908

  ViewVC Help
Powered by ViewVC