~ubuntu-branches/debian/experimental/smplayer/experimental

« back to all changes in this revision

Viewing changes to create_rpm.sh

  • Committer: Bazaar Package Importer
  • Author(s): Maia Kozheva
  • Date: 2009-01-03 17:08:06 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090103170806-eodntb2slv6g2pb6
Tags: 0.6.6-0ubuntu1
* The "just before FF" release.
* New upstream release.
* debian/control: Bumped Standards-Version to 3.8.0.
* debian/copyright: Changed (C) to © to fix Lintian warning.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#svn up
3
3
./get_svn_revision.sh
4
4
 
5
 
SVN_REVISION=`cat svn_revision.txt | sed -e 's/SVN-/svn_/g'`
 
5
SVN_REVISION=`cat svn_revision | sed -e 's/SVN-/svn_/g'`
6
6
SMPVERSION=`cat src/version.cpp | grep "#define VERSION " | sed -e 's/#define VERSION "//g' -e 's/ /_/g' -e 's/"$//g'`
7
7
 
8
8
svn export . /tmp/smplayer-${SMPVERSION}_${SVN_REVISION}