1
0
Fork 0
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:
Shlomi Fish 2016-11-08 17:48:32 +02:00
parent 95a71aa36b
commit 2f735d1b53
6 changed files with 6 additions and 5 deletions

View file

@ -4,7 +4,7 @@
## code
##
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
include pysollib/*.py pysollib/macosx/*.py pysollib/configobj/*.py
include pysollib/winsystems/*.py
@ -15,6 +15,7 @@ include data/tcl/*.tcl
include data/pysol.desktop
include data/pysolfc.glade
graft data/themes
recursive-exclude data/themes *.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
#graft data/plugins

View file

@ -223,7 +223,7 @@ Contributing
------------
Apart from contributing new games you can also help by improving the
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,

0
scripts/pygettext.py Normal file → Executable file
View file

View file

@ -4,6 +4,6 @@ force_manifest = 1
[bdist_rpm]
release = 1
doc_files = COPYING README
doc_files = COPYING README.md
use_bzip2 = 1
group = Amusements/Games

View file

@ -64,7 +64,7 @@ PLIST = dict(
)
APP = ['pysol.py']
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 []
FRAMEWORKS = [SOLVER_LIB_PATH] if SOLVER_LIB_PATH else []
OPTIONS = dict(argv_emulation=True,

View file

@ -18,7 +18,7 @@ else
my $finder = Test::TrailingSpace->new(
{
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/,
},
);