This website requires JavaScript.
Explore
Help
Register
Sign In
decathorpe
/
rust2rpm
Watch
1
Star
0
Fork
You've already forked rust2rpm
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
bf705f2876
rust2rpm
/
MANIFEST.in
5 lines
96 B
Text
Raw
Normal View
History
Unescape
Escape
distribute rust2rpm in PyPI via setuptools Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-02-12 10:28:51 +00:00
include LICENSE
include data/*
Translate SPDX licenses to Fedora license tags, warn about "/" "/" is deprecated everywhere, so warn about that. Translation from SPDX is only used for fedora or epel targets. The Fedora license list coalesces various license variants that have different SPDX license tags into a single license tag. Most notably, this is done for the 39 BSD variants and 18 MIT variants on the Fedora good licenses list. When a spdx→fedora mapping exists, it should always be unambiguous, because SPDX considers any change in the license text to be a unique license, and Fedora is more permissive in that regard. To make a review of the translation easy, debug info is output to stdout, and comments are inserted into the spec when some translation is required or when there are problems with the upstream licensing. The license list is pulled from the spdx project: $ curl 'https://docs.google.com/spreadsheets/d/1LUJuzGKC5K2yYuAg8S-2VYbS2dmg_4IlFdpqj7n9Ghg/export?format=csv&id=1LUJuzGKC5K2yYuAg8S-2VYbS2dmg_4IlFdpqj7n9Ghg&gid=138634715' > rust2rpm/spdx_to_fedora.csv v2: - apply "/" replacement always v3: - print to stderr - use csv.DictReader - filter out empty license lines
2018-08-14 09:54:33 +00:00
include rust2rpm/spdx_to_fedora.csv
add support for Mageia and (open)SUSE The crate packaging spec file template has been split out into its own file, and various distro specific modifications to the spec are incorporated as include files that are conditionally applied based on the target. Merges: https://pagure.io/fedora-rust/rust2rpm/pull-request/46 Signed-off-by: Neal Gompa <ngompa13@gmail.com>
2017-12-29 15:21:01 +00:00
include rust2rpm/templates/*
Reference in a new issue
Copy permalink