No description
3076bbaa3a
This has good impact on performance and binary size at cost of compilation time. As nice side effect, it fixes bug which breaks compilation of binaries in Fedora Rawhide. For example, ffsend binary went from 107M to 70M. References: https://bugzilla.redhat.com/show_bug.cgi?id=1701339 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