summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-03-16 21:48:03 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-03-16 21:48:03 +0000
commit49aaef4914eaa8325603998da38d63bb229b5ddd (patch)
tree770a7367095bb64bb7679c20adc982ee167fd2b2
parent2aba860ba1603cb84efc5d0212bf97493aa0bf46 (diff)
remove missing ardour.spec stuff from build file
git-svn-id: svn://localhost/ardour2/trunk@1606 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--SConstruct3
-rw-r--r--svn_revision.h2
2 files changed, 2 insertions, 3 deletions
diff --git a/SConstruct b/SConstruct
index 19ec84c441..7ad9dd8451 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1082,7 +1082,7 @@ subst_dict['%REVISION_STRING%'] = ''
if os.path.exists('.svn'):
subst_dict['%REVISION_STRING%'] = '.' + fetch_svn_revision ('.') + 'svn'
-specbuild = env.SubstInFile ('ardour.spec','ardour.spec.in', SUBST_DICT = subst_dict)
+# specbuild = env.SubstInFile ('ardour.spec','ardour.spec.in', SUBST_DICT = subst_dict)
the_revision = env.Command ('frobnicatory_decoy', [], create_stored_revision)
@@ -1100,7 +1100,6 @@ env.Distribute (env['DISTTREE'],
[ 'SConstruct', 'svn_revision.h',
'COPYING', 'PACKAGER_README', 'README',
'ardour.rc.in',
- 'ardour.spec',
'ardour_system.rc',
'tools/config.guess',
'icons/icon/ardour_icon_mac_mask.png',
diff --git a/svn_revision.h b/svn_revision.h
index abd97e0565..b2ac4d1f99 100644
--- a/svn_revision.h
+++ b/svn_revision.h
@@ -1,4 +1,4 @@
#ifndef __ardour_svn_revision_h__
#define __ardour_svn_revision_h__
-static const char* ardour_svn_revision = "1345";
+static const char* ardour_svn_revision = "1605";
#endif