~ubuntu-branches/ubuntu/lucid/ecasound2.2/lucid

« back to all changes in this revision

Viewing changes to ecasound.spec

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2008-09-26 09:58:52 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080926095852-k3v9ewhmxpaltusw
Tags: 2.5.2-3
yodl 2.13.1 removed --unique-output option. Remove --unique-output
accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
%define python_compile_opt python -O -c "import compileall; compileall.compile_dir('.')"
6
6
%define python_compile python -c "import compileall; compileall.compile_dir('.')"
7
7
 
8
 
%define ver     2.4.6.1
9
 
%define pkgver  2.4.6.1
 
8
%define ver     2.5.2
 
9
%define pkgver  2.5.2
10
10
%define pkgrel  1
11
11
 
12
12
# ---
85
85
# build phase
86
86
 
87
87
%prep
88
 
%setup -n ecasound-2.4.6.1
 
88
%setup -n ecasound-2.5.2
89
89
%build
90
90
./configure --prefix=%{_prefix} --libdir=%{_libdir} --mandir=%{_mandir} --with-pic $extra_params
91
91
make