fix build
doesn't (yet) support out-of-src tree builds pass --target docs to %%cmake_build
This commit is contained in:
parent
5931722e90
commit
64b783faf2
@ -1,6 +1,8 @@
|
|||||||
|
|
||||||
# Fedora package review: http://bugzilla.redhat.com/718395
|
# Fedora package review: http://bugzilla.redhat.com/718395
|
||||||
|
|
||||||
|
%global __cmake_in_source_build 1
|
||||||
|
|
||||||
Summary: Library for accessing MusicBrainz servers
|
Summary: Library for accessing MusicBrainz servers
|
||||||
Name: libmusicbrainz5
|
Name: libmusicbrainz5
|
||||||
Version: 5.1.0
|
Version: 5.1.0
|
||||||
@ -49,7 +51,8 @@ echo "HTML_TIMESTAMP = NO" >> Doxyfile.cmake
|
|||||||
%cmake
|
%cmake
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
%cmake_build docs
|
|
||||||
|
%cmake_build --target docs
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user