]> git.pld-linux.org Git - packages/asterisk.git/commitdiff
Version: 13.9.0 auto/th/asterisk-13.9.0-1
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Wed, 11 May 2016 09:26:08 +0000 (11:26 +0200)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Wed, 11 May 2016 09:26:08 +0000 (11:26 +0200)
- generate arguments for aclocal as the upstream 'bootstrap.sh' script
does

asterisk.spec

index 3572100875dd1893e63a081a57393401a4369669..4e8fdc73c1da183296659a243edcc00226625f24 100644 (file)
 Summary:       Asterisk PBX
 Summary(pl.UTF-8):     Centralka (PBX) Asterisk
 Name:          asterisk
-Version:       13.8.2
+Version:       13.9.0
 Release:       1
 License:       GPL v2
 Group:         Applications/System
 Source0:       http://downloads.digium.com/pub/asterisk/releases/%{name}-%{version}.tar.gz
-# Source0-md5: 89d5947e863c58237a2161fef994e06f
+# Source0-md5: 2478b1fcd43bcb4be44e270d55eb40d0
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 Source3:       %{name}.tmpfiles
@@ -759,7 +759,7 @@ cp -a asterisk-opus-%{opus_commit}/formats/* formats
 %{__rm} -r main/editline codecs/gsm codecs/lpc10
 
 %build
-%{__aclocal} -I autoconf
+%{__aclocal} -I autoconf $(find third-party/ -maxdepth 1 -type d -printf "-I %p ")
 %{__autoheader}
 %{__autoconf}
 
This page took 0.049958 seconds and 4 git commands to generate.