No description
Neal Gompa
a41e9755ec
Setting 'None' to the 'packager' field caused generated spec files to have the packager identity of "None" instead of using the fallbacks as specified in the spec template. This adjustment makes the spec template fallbacks for the packager identity work as expected. Signed-off-by: Neal Gompa <ngompa13@gmail.com> |
||
---|---|---|
data | ||
rust2rpm | ||
.gitignore | ||
LICENSE | ||
MANIFEST.in | ||
README.md | ||
requirements.txt | ||
setup.py | ||
test.py | ||
tox.ini |
rust2rpm
Convert Rust crates to RPM.
.rust2rpm.conf
You can place configuration file which is used as source for additional information for spec generation.
Some simple example would be better than many words ;)
[DEFAULT]
buildrequires =
pkgconfig(foo) >= 1.2.3
lib.requires =
pkgconfig(foo) >= 1.2.3
[fedora]
bin.requires =
findutils
buildrequires =
lib.requires =
lib+default.requires =
pkgconfig(bar) >= 2.0.0