[packages/asterisk/ASTERISK_12] - install fixes

jajcus jajcus at pld-linux.org
Tue Jan 7 16:36:41 CET 2014


commit 216f94ae79411070960bb24967ba0557a933f9ad
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date:   Tue Jan 7 16:20:15 2014 +0100

    - install fixes

 asterisk.spec | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/asterisk.spec b/asterisk.spec
index e527c22..947acce 100644
--- a/asterisk.spec
+++ b/asterisk.spec
@@ -105,7 +105,7 @@ BuildRequires:	postgresql-devel
 BuildRequires:	ptlib-devel
 %endif
 BuildRequires:	radiusclient-ng-devel
-BuildRequires:	rpmbuild(macros) >= 1.268
+BuildRequires:	rpmbuild(macros) >= 1.583
 BuildRequires:	sed >= 4.0
 BuildRequires:	spandsp-devel >= 0.0.5
 BuildRequires:	speex-devel
@@ -136,6 +136,9 @@ Provides:	user(asterisk)
 Conflicts:	logrotate < 3.8.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# references symbols in the asterisk binary
+%define		skip_post_check_so	libasteriskssl.so.*
+
 %description
 Asterisk is an Open Source PBX and telephony development platform that
 can both replace a conventional PBX and act as a platform for
@@ -684,12 +687,9 @@ rm -f $RPM_BUILD_ROOT%{_mandir}/man8/safe_asterisk.8*
 rm -rf $RPM_BUILD_ROOT%{_datadir}/asterisk/firmware/iax/*
 
 %if %{with apidocs}
-find doc/api/html -name '*.map' -size 0 -delete
+find doc/api -name '*.map' -size 0 -delete
 %endif
 
-#fixme
-rm  $RPM_BUILD_ROOT/etc/asterisk/{app_mysql,cdr_mysql,chan_mobile,misdn%{!?with_h323:,chan_ooh323},res_pktccops,h323}.conf
-
 rm -fr $RPM_BUILD_ROOT/usr/include/asterisk/doxygen
 
 %clean
@@ -1030,7 +1030,7 @@ chown -R asterisk:asterisk /var/lib/asterisk
 %if %{with apidocs}
 %files apidocs
 %defattr(644,root,root,755)
-%doc doc/api/html/*
+%doc doc/api/*
 %endif
 
 %files alsa
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/asterisk.git/commitdiff/ae59ee51a1d34f333d714ea6c75bea73657d6d5b



More information about the pld-cvs-commit mailing list