]> git.pld-linux.org Git - packages/asterisk.git/commitdiff
drop obsolete openais
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 7 Jan 2014 08:35:28 +0000 (09:35 +0100)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 7 Jan 2014 08:35:28 +0000 (09:35 +0100)
asterisk.spec

index dbe7862c85506430643336e5c39fd052db6d53e1..4d1fb75cb4937bc335e1bfd04c887d8f3ccd5fd0 100644 (file)
@@ -19,7 +19,6 @@
 # - %attr(755,root,root) %{_libdir}/asterisk/modules/chan_usbradio.so
 #
 # Conditional build:
-%bcond_with    openais         # openais is dead project
 %bcond_without h323            # without h323 support
 %bcond_without apidocs         # disable apidocs building
 %bcond_without verbose         # verbose build
@@ -91,7 +90,6 @@ BuildRequires:        ncurses-devel
 BuildRequires: neon-devel
 BuildRequires: net-snmp-devel
 BuildRequires: newt-devel
-%{?with_openais:BuildRequires: openais-devel}
 %if %{with h323}
 BuildRequires: h323plus-devel >= 1.24.0
 %endif
@@ -1036,13 +1034,6 @@ chown -R asterisk:asterisk /var/lib/asterisk
 %doc doc/api/html/*
 %endif
 
-%if %{with openais}
-%files ais
-%defattr(644,root,root,755)
-%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/ais.conf
-%attr(755,root,root) %{_libdir}/asterisk/modules/res_ais.so
-%endif
-
 %files alsa
 %defattr(644,root,root,755)
 %attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/alsa.conf
This page took 0.063807 seconds and 4 git commands to generate.