]> git.pld-linux.org Git - packages/asterisk.git/commitdiff
- install fixes
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 7 Jan 2014 15:20:15 +0000 (16:20 +0100)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 7 Jan 2014 15:28:21 +0000 (16:28 +0100)
asterisk.spec

index e527c22c6298f66b3503e488a78e17a9539fca73..947accee7f27c4f4d39e51aa868d48bddd71f2dd 100644 (file)
@@ -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
This page took 0.06521 seconds and 4 git commands to generate.