~ubuntu-branches/ubuntu/gutsy/speex/gutsy-security

« back to all changes in this revision

Viewing changes to Speex.spec.in

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2005-12-07 23:22:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051207232221-nme7vf9m182p7dpe
Tags: 1.1.11.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
Source: http://www.speex.org/download/%{name}-%{ver}.tar.gz
12
12
URL: http://www.speex.org/
13
13
Vendor: Speex
14
 
Packager: Jean-Marc Valin (jean-marc.valin@hermes.usherb.ca)
 
14
Packager: Jean-Marc Valin (jean-marc.valin@usherbrooke.ca)
15
15
BuildRoot: /var/tmp/%{name}-build-root
16
16
Docdir: /usr/share/doc
17
17
 
41
41
%setup
42
42
 
43
43
%build
44
 
export CFLAGS='-O3 -DRELEASE'
 
44
export CFLAGS='-O3'
45
45
./configure --prefix=/usr --enable-shared --enable-static
46
46
make
47
47