openSUSE / cpanspec

Create openSUSE spec files form cpan tar files
Other
8 stars 10 forks source link

Path to 02packages.details.txt.gz should be configurable #15

Closed perlpunk closed 4 years ago

perlpunk commented 5 years ago

cpanspec reads 02packages.details.txt.gz from hardcoded paths, but they might not be the right location: https://github.com/openSUSE/cpanspec/blob/master/cpanspec#L261

This is only relevant for archive names that cannot be parsed, though: https://github.com/openSUSE/cpanspec/blob/master/cpanspec#L816-L823

perlpunk commented 5 years ago

Done in refactor branch

perlpunk commented 4 years ago

refactor branch merged, added option --pkgdetails. closing