No description
b4581d8f5b
In cargo 1.41, `cargo install` adds a new `.crates2.json` file in the install root for tracking version upgrades. This would be another file that `%cargo_install` should remove afterward, but there is also a new `--no-track` option which disables such metadata files altogether. This update should be coordinated with the Rust toolchain update in the distro, e.g. with rust-packaging `Requires: cargo >= 1.41`. The new option will be rejected as an unstable option on earlier versions. |
||
---|---|---|
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