No description
Zbigniew Jędrzejewski-Szmek
9e4c5fdd0f
The documentation files are already included once in installation paths underneath the crate directory. We need them there because the package might use them in some way, and anyway we don't want to mess with the crate contents. Adding them a second time under /usr/share/doc creates duplication. People generally don't install rust-*-devel packages, and it doesn't make much sense to provide documentation. Fixes https://pagure.io/fedora-rust/rust2rpm/issue/164. |
||
---|---|---|
data | ||
rust2rpm | ||
tools | ||
.gitignore | ||
LICENSE | ||
MANIFEST.in | ||
NEWS | ||
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]
unwanted-features =
compiler_builtins
rustc-dep-of-std
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