]> git.pld-linux.org Git - packages/audacity.git/commitdiff
- place %%subv in Version
authorArtur Frysiak <artur@frysiak.net>
Fri, 14 Mar 2003 17:03:54 +0000 (17:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- compile with wxGTK2 2.4.0

Changed files:
    audacity.spec -> 1.21

audacity.spec

index 17c94c507b906737a11f8b1e418c0f3ee89c8c59..bd53d6064c7b44311f6bf56d741dafcee3275fbd 100644 (file)
@@ -1,13 +1,14 @@
 Summary:       Audacity - manipulate digital audio waveforms
 Summary(pl):   Audacity - narzêdzie do obróbki plików d¼wiêkowych
 Name:          audacity
-Version:       1.1.1
+%define ver    1.1.1
 %define        subv    3
+Version:       %{ver}.%{subv}
 Release:       1
 License:       GPL
 Vendor:                Dominic Mazzoni <dominic@minorninth.com>
 Group:         X11/Applications/Sound
-Source0:       http://dl.sourceforge.net/%{name}/%{name}-src-%{version}-%{subv}.tgz
+Source0:       http://dl.sourceforge.net/%{name}/%{name}-src-%{ver}-%{subv}.tgz
 Source1:       %{name}.desktop
 Source2:       %{name}-icon.png
 Patch0:                %{name}-system-expat.patch
@@ -23,7 +24,7 @@ BuildRequires:        libsndfile-devel
 BuildRequires: libstdc++-devel
 BuildRequires: libvorbis-devel >= 1:1.0
 BuildRequires: mad-devel
-BuildRequires: wxGTK-devel >= 2.3.2-10
+BuildRequires: wxGTK-devel >= 2.4.0
 Requires:      lame-libs
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -36,7 +37,7 @@ Audacity to program obs
 Obs³uguje .wav, .mp3 oraz ogg/vorbis.
 
 %prep
-%setup -q -n %{name}-src-%{version}-%{subv}
+%setup -q -n %{name}-src-%{ver}-%{subv}
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -45,6 +46,7 @@ Obs
 
 %build
 %{__autoconf}
+export WX_CONFIG=/usr/bin/wxgtk2-2.4-config
 %configure \
        --with-id3tag=system \
        --with-libmad=system \
This page took 0.084634 seconds and 4 git commands to generate.