No description
47c75b2078
And set Fedora's default behavior is to enable DynamicBuildRequires. All Fedora crates use dynamic BuildRequires and are built only in Rawhide and is unlikely that anybody is building hundreds of crates outside of Fedora infrastructure. Closes: https://pagure.io/fedora-rust/rust2rpm/issue/97 Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org> |
||
---|---|---|
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