Hi,
Effectively, when you configure with "SPI_Direction_1Line_Rx" parameter (SPI configured as 1 line bidirectional Rx only) in master mode, the clock is always generated, because the SPI is permanently in reception mode.
The usual mode is "SPI_Direction_2Lines_FullDuplex", which allows to send data through MOSI pin, and to receive through MISO pin.
Yves