mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-23 17:34:21 +03:00
fe722b99cb
Most of this is lifted from 'meld'. The bits are - compile gsettings schemas at setup.py install time - add options to disable that, and use them in the RPM - always pass GSETTINGS_SCHEMA_DIR so gsettings loading always works regardless of the install dir https://bugzilla.redhat.com/show_bug.cgi?id=1267377
17 lines
448 B
Plaintext
17 lines
448 B
Plaintext
# to be included/excluded from the tarball produced by sdist
|
|
include COPYING HACKING INSTALL NEWS README
|
|
include MANIFEST.in
|
|
include setup.py
|
|
include virt-*
|
|
recursive-include data *
|
|
exclude data/gschemas.compiled
|
|
recursive-include man *
|
|
recursive-include po *
|
|
recursive-include tests *
|
|
recursive-include ui *
|
|
recursive-include virtManager *
|
|
recursive-include virtcli *
|
|
recursive-include virtconv *
|
|
recursive-include virtinst *
|
|
global-exclude *.pyc
|