/[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 3905 by capela, Tue May 11 08:58:34 2021 UTC revision 3906 by capela, Tue May 18 15:26:43 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} .  cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -Wno-dev -B build -S .
97  %__make %{?_smp_mflags}  %__make %{?_smp_mflags} -C build
98    
99  %install  %install
100  %__make DESTDIR="%{buildroot}" install  %__make DESTDIR="%{buildroot}" -C build install
101    
102  %clean  %clean
103  [ -d "%{buildroot}" -a "%{buildroot}" != "/" ] && %__rm -rf "%{buildroot}"  [ -d "%{buildroot}" -a "%{buildroot}" != "/" ] && %__rm -rf "%{buildroot}"

Legend:
Removed from v.3905  
changed lines
  Added in v.3906

  ViewVC Help
Powered by ViewVC