No description
Zbigniew Jędrzejewski-Szmek
e9a84e8261
[\.] is the same as [.], and [-] matches the dash, no need for backclash-escaping. Also, let's shorten the patches by using alternatives for the common parts. Before we would match any prefix, even though the matches were clearly intended to cover the whole file name. Let's use fullmatch to make it clear that the whole string must be matched. |
||
---|---|---|
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