]> git.pld-linux.org Git - packages/asterisk.git/commitdiff
- up to 1.0.2 auto/ac/asterisk-1_0_2-1
authoraredridel <aredridel@pld-linux.org>
Sat, 20 Nov 2004 20:27:39 +0000 (20:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- macros in make arguments
- don't set CFLAGS so that it compiles; pass rpmcflags in OPTIMIZE

Changed files:
    asterisk.spec -> 1.33

asterisk.spec

index dcb8adc3bcf7813911377483d28f171655394d1d..409d933a6bcb94bdba529271009d57b3e9131e81 100644 (file)
 Summary:       Asterisk PBX
 Summary(pl):   Centralka (PBX) Asterisk
 Name:          asterisk
-Version:       1.0.0
+Version:       1.0.2
 Release:       1
 License:       GPL v2
 Group:         Applications/System
 Source0:       ftp://ftp.digium.com/pub/%{name}/%{name}-%{version}.tar.gz
-# Source0-md5: 7d14fb592d3922b5c16bb0423467a165
+# Source0-md5: 58b2c912b4e7c1f0438f06eb26c4b369
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 Patch0:                %{name}-openh323-makefile.patch
@@ -110,18 +110,16 @@ Pliki przyk
 rm -f pbx/.depend
 %{__make} \
        CC="%{__cc}" \
-       CFLAGS="%{rpmcflags}" \
-       OPTIMIZE=""
+       OPTIMIZE="%{rpmcflags}"
 
 %if %{with h323}
 # H323 plugin:
 cd channels/h323/
 %{__make} \
-       PWLIBDIR="/usr" \
-       OPENH323DIR="/usr" \
+       PWLIBDIR="%{_prefix}" \
+       OPENH323DIR="%{_prefix}" \
        CC="%{__cc}" \
-       CFLAGS="%{rpmcflags}" \
-       OPTIMIZE=""
+       OPTIMIZE="%{rpmcflags}"
 cd ../../
 %endif
 
This page took 0.086412 seconds and 4 git commands to generate.