]> git.pld-linux.org Git - packages/asterisk.git/blobdiff - asterisk.spec
- BR freetds >= 0.63
[packages/asterisk.git] / asterisk.spec
index 54f86be97799cfeb83371073d12143cb73de62bb..aded160209fd27c07e7dde1906ec17e95bb65b00 100644 (file)
 Summary:       Asterisk PBX
 Summary(pl):   Centralka (PBX) Asterisk
 Name:          asterisk
-Version:       1.0.3
-Release:       1
+Version:       1.0.7
+Release:       3
 License:       GPL v2
 Group:         Applications/System
 Source0:       ftp://ftp.digium.com/pub/%{name}/%{name}-%{version}.tar.gz
-# Source0-md5: 20a77d71efb670eb395314d52218fc7c
+# Source0-md5: 4cc3c1e4a1b12e0e4c748326ad153291
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 Patch0:                %{name}-openh323-makefile.patch
 Patch1:                %{name}-Makefile_fix_gcc33.patch
 Patch2:                %{name}-no_k6_on_sparc.patch
+Patch3:                %{name}-lib.patch
+Patch4:                %{name}-openh323-formats.patch
+Patch5:                %{name}-openh323-rtti.patch
+Patch6:                %{name}-freetds.patch
 # It's included, but these sources are broken by me :)
 # will fit on clean cvs source
 #Patch1:               %{name}-DESTDIR.patch
 #Patch2:               %{name}-Makefile2.patch
 URL:           http://www.asterisk.org/
 BuildRequires: bison
+BuildRequires: freetds >= 0.63
 BuildRequires: gawk
 #BuildRequires:        glib-devel
 #BuildRequires:        gtk+-devel
@@ -40,16 +45,17 @@ BuildRequires:      sed >= 4.0
 BuildRequires: speex-devel
 BuildRequires: zaptel-devel
 BuildRequires: zlib-devel
+#BuildRequires:        mpg123
 # These libraries are crazy...
 # With openh323 1.11.7 and pwlib 1.4.11 i had sig11
 #BuildRequires:        openh323-devel = 1.10.4
 #BuildRequires:        pwlib-devel = 1.4.4
-%{?with_h323:BuildRequires:    openh323-devel}
-%{?with_h323:BuildRequires:    pwlib-devel}
+%{?with_openh323:BuildRequires:        openh323-devel}
+%{?with_openh323:BuildRequires:        pwlib-devel}
 PreReq:                rc-scripts
 Requires(post,preun):  /sbin/chkconfig
-%{?with_h323:%requires_eq      openh323}
-%{?with_h323:%requires_eq      pwlib}
+%{?with_openh323:%requires_eq  openh323}
+%{?with_openh323:%requires_eq  pwlib}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -105,27 +111,27 @@ Pliki przyk
 %setup -q
 %patch1 -p0
 %patch2
-#%patch0 -p1
-#%patch1 -p1
-#%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
+%patch6 -p1
 
 sed -i -e "s#/usr/lib/#/usr/%{_lib}/#g#" Makefile
 
 %build
 rm -f pbx/.depend
-%{__make} \
+%{__make} -j1 \
        CC="%{__cc}" \
        OPTIMIZE="%{rpmcflags}"
 
-%if %{with h323}
+%if %{with openh323}
 # H323 plugin:
-cd channels/h323/
-%{__make} \
+%{__make} -j1 -C channels/h323 \
        PWLIBDIR="%{_prefix}" \
        OPENH323DIR="%{_prefix}" \
        CC="%{__cc}" \
-       OPTIMIZE="%{rpmcflags}"
-cd ../../
+       CFLAGS="%{rpmcflags} -I/usr/include/openh323 -fPIC -I../../include"
+
 %endif
 
 # it requires doxygen - I don't know if we should do this...
@@ -135,14 +141,18 @@ cd ../../
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{/var/{log/asterisk/cdr-csv,spool/asterisk/monitor},/etc/{rc.d/init.d,sysconfig}}
 
-%{__make} install \
+%{__make} -j1 install \
        DESTDIR=$RPM_BUILD_ROOT 
-%{__make} samples \
+%{__make} -j1 samples \
        DESTDIR=$RPM_BUILD_ROOT
 
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/%{name}
 
+%if %{with openh323}
+install channels/h323/h323.conf.sample $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/h323.conf
+%endif
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.030677 seconds and 4 git commands to generate.