How do I download source rpms?

I'm trying to have a go at making an RPM of a tool I've been using that's on Sourceforge. So, I'm following the wiki page on how to get started, but the bit that goes on about getting hold of existing source is lacking vital information, It says:
That doesn't work. Plus I don't really want to take that as a template.
I did this:
And got a list of rpms, including this:
kate-4.8.2-2.mga2.src.rpm
Which looks about right.
But how do I actually find the exact place where wget will find it?!
I found a web page with lots of Mageia mirrors and tried that, but seems I was not in the right subdirectory. Would someone fill in the important gap in the documentation please?
Thanks!
cd ~/rpm/SRPMS
wget http://tmb.mine.nu/Mageia/Cauldron/mdv- ... .0.src.rpm
urpmi boa-constructor-0.6.1-5mdv2011.0.src.rpm
That doesn't work. Plus I don't really want to take that as a template.
I did this:
- Code: Select all
urpmq -i kwrite
And got a list of rpms, including this:
kate-4.8.2-2.mga2.src.rpm
Which looks about right.
But how do I actually find the exact place where wget will find it?!
I found a web page with lots of Mageia mirrors and tried that, but seems I was not in the right subdirectory. Would someone fill in the important gap in the documentation please?
Thanks!