mkdir any_directory
cd any_directory
rpm2cpio /location/of/package.src.rpm | cpio -d -i
This will extract all files, I find it especially useful if you want to manually compile the kernel source from the srpm
extract, rpm, srpm, fileshow, filesmkdir, any_directory, cpio, src, manually, compile, kernel,