[hdf-compass] 128/295: Bug fix on Mac 1-file spec (output folder and binary names were the same)
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Sun May 8 10:35:35 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/master
in repository hdf-compass.
commit 1717da613afce43cf71afd73cd3ee7cc11e6c34d
Author: giumas <giumas at yahoo.it>
Date: Fri Oct 9 18:47:04 2015 -0400
Bug fix on Mac 1-file spec (output folder and binary names were the same)
---
HDFCompass.1file.spec | 2 +-
HDFCompass.1folder.spec | 6 +++++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/HDFCompass.1file.spec b/HDFCompass.1file.spec
index f9215bb..e49707b 100644
--- a/HDFCompass.1file.spec
+++ b/HDFCompass.1file.spec
@@ -80,6 +80,6 @@ exe = EXE(pyz,
icon=icon_file)
if is_darwin:
app = BUNDLE(exe,
- name='HDFCompass',
+ name='HDFCompass.app',
icon=icon_file,
bundle_identifier=None)
diff --git a/HDFCompass.1folder.spec b/HDFCompass.1folder.spec
index f1ba5f3..bbecbc4 100644
--- a/HDFCompass.1folder.spec
+++ b/HDFCompass.1folder.spec
@@ -83,4 +83,8 @@ coll = COLLECT(exe,
strip=None,
upx=True,
name='HDFCompass')
-
+if is_darwin:
+ app = BUNDLE(coll,
+ name='HDFCompass.app',
+ icon=icon_file,
+ bundle_identifier=None)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/hdf-compass.git
More information about the debian-science-commits
mailing list