No description
Find a file
Zbigniew Jędrzejewski-Szmek 1100c60d7b Fix insertion of newlines in license conversion comments
We would end up with not-enough/one-too-many in various cases.
2021-11-28 12:50:19 +01:00
data Drop __cargo_skip_build logic 2021-11-25 08:49:17 +00:00
rust2rpm Fix insertion of newlines in license conversion comments 2021-11-28 12:50:19 +01:00
tools fedora-helper: Use f35 as a base for license generation 2021-03-07 21:40:31 +01:00
.gitignore
LICENSE
MANIFEST.in
NEWS Version 19 2021-11-22 13:25:47 +01:00
README.md
requirements.txt
setup.py setup.py: we support Python 3.9 and 3.10 too 2021-11-22 12:46:30 +01:00
test.py Always require upper-bound dependency with ~ sign 2021-11-22 13:46:56 +01:00
tox.ini Add python 3.10 to tox.ini 2021-10-14 18:41:02 +02:00

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