]> git.pld-linux.org Git - packages/asterisk.git/commitdiff
- move bristuff marker to release; make sure that gsmat is detected when building...
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 18 Jul 2008 06:29:37 +0000 (06:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    asterisk.spec -> 1.122

asterisk.spec

index fd0c3fb60e1b4584a21cc7edb7930ad53abbd6c5..84069e4d6f63a2702d77c5b249f94eb5381541c8 100644 (file)
@@ -20,8 +20,8 @@
 Summary:       Asterisk PBX
 Summary(pl.UTF-8):     Centralka (PBX) Asterisk
 Name:          asterisk
-Version:       1.4.21.1%{?with_bristuff:.bristuff}
-Release:       1
+Version:       1.4.21.1
+Release:       1%{?with_bristuff:.bristuff}
 License:       GPL v2
 Group:         Applications/System
 Source0:       http://ftp.digium.com/pub/asterisk/releases/%{name}-%{version}.tar.gz
@@ -182,6 +182,9 @@ CPPFLAGS="-I/usr/include/openh323"; export CPPFLAGS
        %{?with_bristuff:--with-gsmat=%{_prefix}} \
        --with-imap="`pwd`"/imap
 
+# safe checks
+%{?with_bristuff:grep '^#define HAVE_GSMAT 1' include/asterisk/autoconfig.h || exit 1}
+
 cp -f .cleancount .lastclean
 
 %{__make} -j1 -C menuselect \
This page took 0.130132 seconds and 4 git commands to generate.