No description
Zbigniew Jędrzejewski-Szmek
5ec3227115
The license is listed on fedora's list of "Good" licenses: https://fedoraproject.org/wiki/Licensing:Main#Good_Licenses. It is called "Python" and the notes link to https://docs.python.org/2/license.html. https://spdx.org/licenses/Python-2.0.html provides the exact same text as https://docs.python.org/2/license.html. Thus SPDX's "Python-2.0" is the same as our "Python". Fixes #121. |
||
---|---|---|
data | ||
rust2rpm | ||
tools | ||
.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]
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