No description
Neal Gompa
f83b3dd937
In order to support more flexible automation mechanisms, allow injecting the packager identity through environment variables as an override from the regular detection mechanisms. Moreover, there are cases where we want to force the fallback identity, so we now have a way to force that through an environment variable. These are intended to be used with multi-user automation systems so that the correct identity is set regardless of what the host system is actually configured with. 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