mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Got "python setup.py bdist_rpm" to work again.
One should do "make mo" first - TODO: test in Travis-CI and test the resultant rpm files. Had to change README to README.md in several places.
This commit is contained in:
parent
95a71aa36b
commit
2f735d1b53
6 changed files with 6 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
||||||
## code
|
## code
|
||||||
##
|
##
|
||||||
include pysol.py setup.py setup_osx.py setup.cfg MANIFEST.in Makefile
|
include pysol.py setup.py setup_osx.py setup.cfg MANIFEST.in Makefile
|
||||||
include COPYING README AUTHORS
|
include COPYING README.md AUTHORS
|
||||||
#recursive-include pysollib *.py
|
#recursive-include pysollib *.py
|
||||||
include pysollib/*.py pysollib/macosx/*.py pysollib/configobj/*.py
|
include pysollib/*.py pysollib/macosx/*.py pysollib/configobj/*.py
|
||||||
include pysollib/winsystems/*.py
|
include pysollib/winsystems/*.py
|
||||||
|
@ -15,6 +15,7 @@ include data/tcl/*.tcl
|
||||||
include data/pysol.desktop
|
include data/pysol.desktop
|
||||||
include data/pysolfc.glade
|
include data/pysolfc.glade
|
||||||
graft data/themes
|
graft data/themes
|
||||||
|
recursive-exclude data/themes *.py
|
||||||
include scripts/build.bat scripts/create_iss.py scripts/mahjongg_utils.py
|
include scripts/build.bat scripts/create_iss.py scripts/mahjongg_utils.py
|
||||||
include scripts/pygettext.py scripts/all_games.py scripts/cardset_viewer.py
|
include scripts/pygettext.py scripts/all_games.py scripts/cardset_viewer.py
|
||||||
#graft data/plugins
|
#graft data/plugins
|
||||||
|
|
|
@ -223,7 +223,7 @@ Contributing
|
||||||
------------
|
------------
|
||||||
Apart from contributing new games you can also help by improving the
|
Apart from contributing new games you can also help by improving the
|
||||||
interface - e.g. some fancy statistics dialogs would be very nice.
|
interface - e.g. some fancy statistics dialogs would be very nice.
|
||||||
See the main README for more ideas.
|
See the main README.md for more ideas.
|
||||||
|
|
||||||
|
|
||||||
Have fun,
|
Have fun,
|
||||||
|
|
0
scripts/pygettext.py
Normal file → Executable file
0
scripts/pygettext.py
Normal file → Executable file
|
@ -4,6 +4,6 @@ force_manifest = 1
|
||||||
|
|
||||||
[bdist_rpm]
|
[bdist_rpm]
|
||||||
release = 1
|
release = 1
|
||||||
doc_files = COPYING README
|
doc_files = COPYING README.md
|
||||||
use_bzip2 = 1
|
use_bzip2 = 1
|
||||||
group = Amusements/Games
|
group = Amusements/Games
|
||||||
|
|
|
@ -64,7 +64,7 @@ PLIST = dict(
|
||||||
)
|
)
|
||||||
APP = ['pysol.py']
|
APP = ['pysol.py']
|
||||||
ICON_FILE = 'data/PySol.icns'
|
ICON_FILE = 'data/PySol.icns'
|
||||||
DATA_FILES = ['docs', 'data', 'scripts','COPYING', 'README'] + SOLVER
|
DATA_FILES = ['docs', 'data', 'scripts','COPYING', 'README.md'] + SOLVER
|
||||||
RESOURCES = [os.path.join(TCL_EXTENSION_PATH, TILE)] if TILE else []
|
RESOURCES = [os.path.join(TCL_EXTENSION_PATH, TILE)] if TILE else []
|
||||||
FRAMEWORKS = [SOLVER_LIB_PATH] if SOLVER_LIB_PATH else []
|
FRAMEWORKS = [SOLVER_LIB_PATH] if SOLVER_LIB_PATH else []
|
||||||
OPTIONS = dict(argv_emulation=True,
|
OPTIONS = dict(argv_emulation=True,
|
||||||
|
|
|
@ -18,7 +18,7 @@ else
|
||||||
my $finder = Test::TrailingSpace->new(
|
my $finder = Test::TrailingSpace->new(
|
||||||
{
|
{
|
||||||
root => '.',
|
root => '.',
|
||||||
filename_regex => qr/(?:(?:\.(?:t|pm|pl|PL|yml|json|arc|vim|py|tcl))|README|Changes|LICENSE|MANIFEST|AUTHORS|COPYING)\z/,
|
filename_regex => qr/(?:(?:\.(?:t|pm|pl|PL|yml|json|arc|vim|py|tcl))|README(?:\.md)?|Changes|LICENSE|MANIFEST|AUTHORS|COPYING)\z/,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue