projects
/
synfig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2635243
)
Add the NEWS file to the .spec instead of the ChangeLog
author
pabs
<pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 24 Jul 2006 10:59:12 +0000
(10:59 +0000)
committer
pabs
<pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 24 Jul 2006 10:59:12 +0000
(10:59 +0000)
git-svn-id: http://svn.voria.com/code@206
1f10aa63
-cdf2-0310-b900-
c93c546f37ac
ETL/trunk/bootstrap
patch
|
blob
|
history
diff --git
a/ETL/trunk/bootstrap
b/ETL/trunk/bootstrap
index
204c510
..
485bf29
100755
(executable)
--- a/
ETL/trunk/bootstrap
+++ b/
ETL/trunk/bootstrap
@@
-127,7
+127,7
@@
mv project.spec "$PACKAGE.spec"
output Finishing up $PACKAGE.spec...
echo %changelog >> "$PACKAGE.spec"
-cat
ChangeLog
>> "$PACKAGE.spec"
+cat
NEWS
>> "$PACKAGE.spec"
output Creating configure.in from configure.ac...
sed "$SED_SCRIPT" < "$CONFIG_DIR/configure.ac" > configure.in;