No description
Zbigniew Jędrzejewski-Szmek
7117dcce81
The Fedora Packaging Guidelines are clear on this: > If the base package name ends with a digit, a single underscore (_) > MUST be appended to the name, and the version MUST be appended to > that, in order to avoid confusion over where the name ends and the > version begins. > > If the base package name does not end with a digit, the version MUST > be directly appended to the package name with no intervening > separator. Fixes #180. |
||
---|---|---|
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