in reply to Where can I find the spec file for the Perl RPM?
Isn't Fedora open source? Can't you just find where their repository is and do a checkout?You can extract the spec file from a source rpm file (some times a bin +ary rpm file), using command: rpm2cpio {FullNameOfRPM} | cpio -iumd {NameOfRPM.spec}
|
|---|