No description
Find a file
Igor Gnatenko 95c1954a06
Use new-style date in changelog (with TZ) for Fedora
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2019-03-16 15:51:26 +01:00
data Do not pull optional dependencies 2019-03-14 10:37:37 +01:00
rust2rpm Use new-style date in changelog (with TZ) for Fedora 2019-03-16 15:51:26 +01: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 Filter dependencies using the cfg language 2018-08-16 15:38:51 +02:00
setup.py buildsys: release++ 2018-09-02 18:23:55 +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