]> git.pld-linux.org Git - packages/callweaver.git/commitdiff
- undefine __cxx to prevent configure from looking for c++ compiler
authorsparky <sparky@pld-linux.org>
Sat, 9 Jan 2010 16:59:24 +0000 (16:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    callweaver.spec -> 1.42

callweaver.spec

index 48fc294c663c3968be818c6b8fd6cb16a256dc3a..f395a1e86412f1ae043fb9f16a4f1cc0036c84ff 100644 (file)
@@ -12,7 +12,7 @@ Version:      1.2.1
 Release:       3
 License:       GPL v2+
 Group:         Applications
-Source0:       http://devs.callweaver.org/release/callweaver-%{version}.tar.bz2
+Source0:       http://devs.callweaver.org/release/%{name}-%{version}.tar.bz2
 # Source0-md5: 54c2ba5852cbe43b802b4605584b5754
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
@@ -41,10 +41,12 @@ BuildRequires:      speex-devel
 BuildRequires: sqlite3-devel
 BuildRequires: unixODBC-devel
 BuildRequires: zlib-devel
-Requires:      spandsp >= %{min_spandsp}
 Requires(post,preun):  /sbin/chkconfig
+Requires:      spandsp >= %{min_spandsp}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%undefine      __cxx
+
 %description
 Open Source PBX and telephony toolkit. It is, in a sense, middleware
 between Internet and telephony channels on the bottom, and Internet
This page took 0.114535 seconds and 4 git commands to generate.