]> git.pld-linux.org Git - packages/asterisk.git/commitdiff
Adding the 'astman' subpackage back
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Wed, 8 Jan 2014 14:02:57 +0000 (15:02 +0100)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Wed, 8 Jan 2014 14:42:46 +0000 (15:42 +0100)
asterisk.spec
menuselect.makeopts

index c6bba2b1848b8f66b8c5cecad95c2cbc7ce7aa2d..4bd3ade351c0a2ee179d2ef9ee3c70feda3a7767 100644 (file)
@@ -754,6 +754,8 @@ install -d $RPM_BUILD_ROOT%{_localstatedir}/spool/asterisk/monitor
 install -d $RPM_BUILD_ROOT%{_localstatedir}/spool/asterisk/outgoing
 install -d $RPM_BUILD_ROOT%{_localstatedir}/spool/asterisk/uploads
 
+install utils/astman.1 $RPM_BUILD_ROOT%{_mandir}/man1/astman.1
+
 # We're not going to package any of the sample AGI scripts
 rm -f $RPM_BUILD_ROOT%{_datadir}/asterisk/agi-bin/*
 
@@ -1190,6 +1192,11 @@ chown -R asterisk:asterisk /var/lib/asterisk
 %doc doc/api/*
 %endif
 
+%files astman
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_sbindir}/astman
+%{_mandir}/man1/astman.1*
+
 %files alsa
 %defattr(644,root,root,755)
 %attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/alsa.conf
index 658df0c0af11eb867d10da60f8845df3d08142ff..69f9e10357eb1c6b540f830a7f96d688d4e2bc99 100644 (file)
@@ -12,7 +12,7 @@ MENUSELECT_RES=res_stasis_test res_timing_kqueue
 MENUSELECT_TESTS=test_abstract_jb test_acl test_amihooks test_aoc test_app test_ari test_ari_model test_ast_format_str_reduce test_astobj2 test_astobj2_thrash test_bucket test_cdr test_cel test_config test_db test_devicestate test_dlinklists test_endpoints test_event test_expr test_format_api test_func_file test_gosub test_hashtab_thrash test_heap test_jitterbuf test_json test_linkedlists test_locale test_logger test_netsock2 test_optional_api test_pbx test_poll test_res_stasis test_sched test_scoped_lock test_security_events test_skel test_sorcery test_sorcery_astdb test_sorcery_realtime test_stasis test_stasis_channels test_stasis_endpoints test_stringfields test_strings test_substitution test_taskprocessor test_threadpool test_time test_utils test_uuid test_voicemail_api test_xml_escape 
 MENUSELECT_CFLAGS=LOADABLE_MODULES 
 MENUSELECT_OPTS_app_voicemail=FILE_STORAGE
-MENUSELECT_UTILS=astcanary astdb2sqlite3 astdb2bdb 
+MENUSELECT_UTILS=astcanary astdb2sqlite3 astdb2bdb astman
 MENUSELECT_AGIS=
 MENUSELECT_EMBED=
 MENUSELECT_CORE_SOUNDS=CORE-SOUNDS-EN-GSM 
This page took 0.081349 seconds and 4 git commands to generate.