]> git.pld-linux.org Git - packages/ZynAddSubFX.git/commitdiff
- fixed CXX, BR: sed 4.0, reduced sf URLs entropy
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 18 Nov 2004 09:14:38 +0000 (09:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ZynAddSubFX.spec -> 1.9

ZynAddSubFX.spec

index 8f1d499c70c080303dde818742eb1b8d004b5bfd..b2274131937b4ce9c0990ccd9c5986eb9deefed4 100644 (file)
@@ -6,9 +6,9 @@ Version:        2.1.1
 Release:       1
 License:       GPL
 Group:         X11/Applications/Sound
-Source0:       http://mesh.dl.sourceforge.net/sourceforge/zynaddsubfx/%{name}-%{version}.tar.bz2
+Source0:       http://dl.sourceforge.net/zynaddsubfx/%{name}-%{version}.tar.bz2
 # Source0-md5: a078a85fc140bad8da6dd8114b9e5f41
-Source1:       http://mesh.dl.sourceforge.net/sourceforge/zynaddsubfx/%{name}-doc-%{doc_ver}.tar.gz
+Source1:       http://dl.sourceforge.net/zynaddsubfx/%{name}-doc-%{doc_ver}.tar.gz
 # Source1-md5: 64a1c8d991e7ec9ffe0f9fbf929af62f
 Source2:       %{name}.desktop
 URL:           http://zynaddsubfx.sourceforge.net/
@@ -19,6 +19,7 @@ BuildRequires:        fltk-devel >= 1.1.3
 BuildRequires: jack-audio-connection-kit-devel >= 0.66.3
 BuildRequires: mxml >= 2.0
 BuildRequires: pkgconfig
+BuildRequires: sed >= 4.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -34,10 +35,10 @@ niezliczonej ilo
 sed -i -e "s|-O6|\$(OPTFLAGS)|" src/Makefile
 
 %build
-cd src
-%{__make} OPTFLAGS="%{rpmcflags}" \
+%{__make} -C src \
+       OPTFLAGS="%{rpmcflags}" \
        LINUX_AUDIOOUT="OSS_AND_JACK" \
-       CXX=%{__cxx}
+       CXX="%{__cxx}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.043001 seconds and 5 git commands to generate.