#1 Fix cmake build
Merged 2 years ago by churchyard. Opened 2 years ago by sergiomb.
Unknown source rawhide  into  rawhide

file modified
+5 -1
@@ -35,14 +35,18 @@

  

  

  %build

- %cmake cpp

+ pushd cpp

+ %cmake

  %cmake_build

+ popd

  

  

  %install

+ pushd cpp

  %cmake_install

  find %{buildroot} -name '*.a' -delete

  find %{buildroot} -name '*.la' -delete

+ popd

  

  

  %files

no initial comment

rebased onto 75da5da

2 years ago

Merging as a provenpackager to unblock the boost rebuild.

Pull-Request has been merged by churchyard

2 years ago
Metadata