No description
Find a file
Zbigniew Jędrzejewski-Szmek 8d21ef1ee4 licensing: add "-or-later" variants for GPL licenses
SPDX actually deprecated the variants with "+" and "-or-later" is now
recommneded. They both map to the same identiefiers on Fedora side.
2019-05-07 08:32:25 +02:00
data Remove temporary Cargo.toml.deps 2019-04-28 07:47:06 +02:00
rust2rpm licensing: add "-or-later" variants for GPL licenses 2019-05-07 08:32:25 +02:00
.gitignore
LICENSE
MANIFEST.in Translate SPDX licenses to Fedora license tags, warn about "/" 2018-08-16 16:16:02 +02:00
README.md add support for feeding user configuration 2018-11-03 21:45:04 +01:00
requirements.txt Drop rustcfg req 2019-04-23 15:58:16 +02:00
setup.py buildsys: release++ 2019-05-05 09:11:32 +02:00
test.py Add support for prerelease versions 2019-01-28 09:15:18 +00:00
tox.ini tox: update envlist 2018-08-14 08:56:48 +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]
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