~ubuntu-branches/ubuntu/hardy/gxine/hardy

« back to all changes in this revision

Viewing changes to misc/build_rpms.sh

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2008-03-21 11:24:59 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20080321112459-igb0jy01nytpdrzt
Tags: 0.5.901-1ubuntu1
* merge debian changes for hardy PPA. Remaining changes:
  - debian/control: added Xb-Npp-xxx tags accordingly to "firefox distro
    add-on suport" spec,
    (https://blueprints.launchpad.net/ubuntu/+spec/firefox-distro-addon-support)
* Feature Freeze exception granted in LP: #204563
* New upstream release fixes playing DVDs. LP: #128864
* mime.default: add "x-content/video-dvd;x-content/video-vcd;x-content/video-svcd;"
  to get it listed as a player for dvd and video cds in nautilus. Thanks to
  Sebastien Bacher for the hint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
fi
13
13
 
14
14
if [ `expr $RPMVERSION` -lt 400 ]; then
15
 
  RPM_BA="rpm -ba -ta ./gxine-0.5.11.tar.gz"
16
 
  RPM_BB="rpm -bb -ta ./gxine-0.5.11.tar.gz"
 
15
  RPM_BA="rpm -ba -ta ./gxine-0.5.901.tar.gz"
 
16
  RPM_BB="rpm -bb -ta ./gxine-0.5.901.tar.gz"
17
17
else
18
 
  RPM_BA="rpm -ta ./gxine-0.5.11.tar.gz -ba"
19
 
  RPM_BB="rpm -ta ./gxine-0.5.11.tar.gz -bb"
 
18
  RPM_BA="rpm -ta ./gxine-0.5.901.tar.gz -ba"
 
19
  RPM_BB="rpm -ta ./gxine-0.5.901.tar.gz -bb"
20
20
fi
21
21
 
22
22
echo "Creating tarball..."
26
26
 
27
27
echo "*****************************************************"
28
28
echo
29
 
echo "building rpm for gxine 0.5.11"
 
29
echo "building rpm for gxine 0.5.901"
30
30
echo
31
31
echo "current architecture:pentium"
32
32
echo "rpms will be copied to ./rpms directory"
37
37
 
38
38
eval $RPM_BA
39
39
 
40
 
cp /usr/src/redhat/SRPMS/gxine-0.5.11-$DATE.src.rpm ./rpms/
41
 
mv /usr/src/redhat/RPMS/i386/gxine-0.5.11-$DATE.i386.rpm ./rpms/gxine-0.5.11-$DATE.i586.rpm
 
40
cp /usr/src/redhat/SRPMS/gxine-0.5.901-$DATE.src.rpm ./rpms/
 
41
mv /usr/src/redhat/RPMS/i386/gxine-0.5.901-$DATE.i386.rpm ./rpms/gxine-0.5.901-$DATE.i586.rpm
42
42
 
43
43
echo "Done."