No description
Find a file
Igor Gnatenko c5e398bca6
buildsys: release++
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2019-12-04 07:56:50 +01:00
data Pass --cap-lints=warn to the RUSTFLAGS 2019-12-03 19:11:20 +01:00
rust2rpm buildsys: release++ 2019-12-04 07:56:50 +01:00
.gitignore
LICENSE
MANIFEST.in
README.md add support for feeding user configuration 2018-11-03 21:45:04 +01:00
requirements.txt metadata: replace semantic-version with a custom parser 2019-10-28 11:19:46 +01:00
setup.py metadata: replace semantic-version with a custom parser 2019-10-28 11:19:46 +01:00
test.py metadata: replace semantic-version with a custom parser 2019-10-28 11:19:46 +01:00
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]
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