packages: asterisk/asterisk.spec - subpackages from fedora, sounds will cam...

glen glen at pld-linux.org
Wed Dec 30 10:32:48 CET 2009


Author: glen                         Date: Wed Dec 30 09:32:48 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- subpackages from fedora, sounds will came from asterisk-sounds-core package

---- Files affected:
packages/asterisk:
   asterisk.spec (1.144 -> 1.145) 

---- Diffs:

================================================================
Index: packages/asterisk/asterisk.spec
diff -u packages/asterisk/asterisk.spec:1.144 packages/asterisk/asterisk.spec:1.145
--- packages/asterisk/asterisk.spec:1.144	Tue Dec 29 20:17:00 2009
+++ packages/asterisk/asterisk.spec	Wed Dec 30 10:32:43 2009
@@ -1,5 +1,6 @@
 # $Revision$, $Date$
 # TODO:
+# - asterisk uid/gid
 # - cgi-bin package - separate, because of suid-root
 # - separate plugins into packages
 # - use shared versions of lpc10, gsm,...
@@ -9,9 +10,14 @@
 # - system mxml
 # - ~/.asterisk_history gets encoded with \xxx on exit, each time yet again
 # - openh323 is missing regardless of BR, see http://pld.pastebin.com/f7f84c312
+# - libpath:
+#   /usr/bin/ld: skipping incompatible /usr/lib/libpthread.so when searching for -lpthread
+#   /usr/bin/ld: skipping incompatible /usr/lib/libpthread.a when searching for -lpthread
+#   /usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
+#   /usr/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
 #
 # Conditional build:
-%bcond_with	rxfax		# without rx (also tx :-D) fax
+%bcond_with	rxfax		# without rx (also tx:-D) fax
 %bcond_with	bluetooth	# without bluetooth support (NFT)
 %bcond_with	zhone		# zhone hack
 %bcond_with	zhone_hack	# huge hack workarounding broken zhone channel banks which start randomly
@@ -20,7 +26,7 @@
 %bcond_with	verbose		# verbose build
 
 %define		spandsp_version 0.0.2pre26
-%define		rel	0.4
+%define		rel	0.6
 Summary:	Asterisk PBX
 Summary(pl.UTF-8):	Centralka (PBX) Asterisk
 Name:		asterisk
@@ -34,7 +40,7 @@
 Source2:	%{name}.sysconfig
 Source3:	http://downloads.digium.com/pub/telephony/sounds/releases/%{name}-core-sounds-en-gsm-1.4.13.tar.gz
 # Source3-md5:	65add705003e9aebdb4cd03bd1a26f97
-Source4:	http://downloads.digium.com/pub/telephony/sounds/%{name}-moh-freeplay-wav.tar.gz
+Source4:	http://downloads.digium.com/pub/telephony/
 # Source4-md5:	e523fc2b4ac524f45da7815e97780540
 Source5:	%{name}.logrotate
 Source10:	http://soft-switch.org/downloads/spandsp/spandsp-%{spandsp_version}/asterisk-1.2.x/app_txfax.c
@@ -65,7 +71,7 @@
 %{?with_bluetooth:BuildRequires: bluez-devel}
 BuildRequires:	curl-devel
 BuildRequires:	dahdi-linux-devel
-BuildRequires:	dahdi-tools-devel
+BuildRequires:	dahdi-tools-devel >= 2.0.0
 BuildRequires:	freetds-devel >= 0.63
 BuildRequires:	gawk
 BuildRequires:	gcc >= 5:3.4
@@ -89,27 +95,44 @@
 BuildRequires:	pam-devel
 BuildRequires:	pkgconfig
 BuildRequires:	popt-devel
-BuildRequires:	portaudio-devel
+BuildRequires:	portaudio-devel >= 19
 BuildRequires:	postgresql-devel
 BuildRequires:	pwlib-devel
 BuildRequires:	radiusclient-ng-devel
 BuildRequires:	rpmbuild(macros) >= 1.268
 BuildRequires:	sed >= 4.0
 BuildRequires:	spandsp-devel
-%{?with_rxfax:BuildRequires:	spandsp-devel-%{spandsp_version}}
+%{?with_rxfax:BuildRequires:	spandsp-devel >= %{spandsp_version}}
 BuildRequires:	speex-devel
 BuildRequires:	sqlite-devel
 BuildRequires:	sqlite3-devel
 BuildRequires:	unixODBC-devel
 BuildRequires:	xorg-lib-libX11-devel
 BuildRequires:	zlib-devel
+Requires(postun):	/usr/sbin/groupdel
+Requires(postun):	/usr/sbin/userdel
+Requires(pre):	/bin/id
+Requires(pre):	/usr/bin/getgid
+Requires(pre):	/usr/sbin/groupadd
+Requires(pre):	/usr/sbin/useradd
+Provides:	group(asterisk)
+Provides:	user(asterisk)
 %if %{with bristuff}
 BuildRequires:	libgsmat-devel
 BuildRequires:	libpri-bristuff-devel >= 1.2.4
 %else
-BuildRequires:	libpri-devel >= 1.2.4
+BuildRequires:	libpri-devel >= 1.4.6
 %endif
 Requires(post,preun):	/sbin/chkconfig
+%if %{with fc}
+BuildRequires:	libresample-devel
+BuildRequires:	libss7-devel >= 1.0.1
+BuildRequires:	libtool-ltdl-devel
+BuildRequires:	libusb-devel
+BuildRequires:	lm_sensors-devel
+BuildRequires:	lua-devel
+BuildRequires:	mISDN-devel
+%endif
 Requires:	rc-scripts
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -149,6 +172,13 @@
 %description devel -l pl.UTF-8
 Pliki nagłówkowe platformy programistycznej Asterisk.
 
+%package apidocs
+Summary:	API documentation for Asterisk
+Group:		Documentation
+
+%description apidocs
+API documentation for Asterisk.
+
 %package examples
 Summary:	Example files for the Asterisk PBX
 Summary(pl.UTF-8):	Pliki przykładowe dla centralki Asterisk
@@ -161,6 +191,260 @@
 %description examples -l pl.UTF-8
 Pliki przykładowe dla centralki Asterisk.
 
+%package ais
+Summary:	Modules for Asterisk that use OpenAIS
+Group:		Applications/Networking
+Requires:	%{name} = %{version}-%{release}
+
+%description ais
+Modules for Asterisk that use OpenAIS.
+
+%package alsa
+Summary:	Modules for Asterisk that use Alsa sound drivers
+Group:		Applications/Networking
+Requires:	%{name} = %{version}-%{release}
+
+%description alsa
+Modules for Asterisk that use Alsa sound drivers.
+
+%package curl
+Summary:	Modules for Asterisk that use cURL
+Group:		Applications/Networking
+Requires:	%{name} = %{version}-%{release}
+
+%description curl
+Modules for Asterisk that use cURL.
+
+%package dahdi
+Summary:	Modules for Asterisk that use DAHDI
+Group:		Applications/Networking
+Requires(pre):	/usr/sbin/usermod
+Requires:	%{name} = %{version}-%{release}
+Requires:	dahdi-tools >= 2.0.0
+
+%description dahdi
+Modules for Asterisk that use DAHDI.
+
+%package fax
+Summary:	FAX applications for Asterisk
+Group:		Applications/Networking
+Requires:	%{name} = %{version}-%{release}
+
+%description fax
+FAX applications for Asterisk
+
+%package festival
+Summary:	Festival application for Asterisk
+Group:		Applications/Networking
+Requires:	%{name} = %{version}-%{release}
+Requires:	festival
+
+%description festival
+Application for the Asterisk PBX that uses Festival to convert text to
+speech.
+
+%package ices
+Summary:	Stream audio from Asterisk to an IceCast server
+Group:		Applications/Networking
+Requires:	%{name} = %{version}-%{release}
+Requires:	ices
+Obsoletes:	asterisk < 1.4.18-1
+Conflicts:	asterisk < 1.4.18-1
+
+%description ices
+Stream audio from Asterisk to an IceCast server.
+
+%package jabber
+Summary:	Jabber/XMPP resources for Asterisk
+Group:		Applications/Networking
+Requires:	%{name} = %{version}-%{release}
+
+%description jabber
+Jabber/XMPP resources for Asterisk.
+
+%package jack
+Summary:	JACK resources for Asterisk
+Group:		Applications/Networking
+Requires:	%{name} = %{version}-%{release}
+
+%description jack
+JACK resources for Asterisk.
+
+%package lua
+Summary:	Lua resources for Asterisk
+Group:		Applications/Networking
+Requires:	%{name} = %{version}-%{release}
+
+%description lua
+Lua resources for Asterisk.
+
+%package ldap
+Summary:	LDAP resources for Asterisk
+Group:		Applications/Networking
+Requires:	%{name} = %{version}-%{release}
+
+%description ldap
+LDAP resources for Asterisk.
+
+%package ldap-fds
+Summary:	LDAP resources for Asterisk and the Fedora Directory Server
+Group:		Applications/Networking
+Requires:	%{name} = %{version}-%{release}
+Requires:	%{name}-ldap = %{version}-%{release}
+Requires:	fedora-ds-base
+
+%description ldap-fds
+LDAP resources for Asterisk and the Fedora Directory Server.
+
+%package misdn
+Summary:	mISDN channel for Asterisk
+Group:		Applications/Networking
+Requires(pre):	/usr/sbin/usermod
+Requires:	%{name} = %{version}-%{release}
+
+%description misdn
+mISDN channel for Asterisk.
+
+%package minivm
+Summary:	MiniVM applicaton for Asterisk
+Group:		Applications/Networking
+Requires:	%{name} = %{version}-%{release}
+
+%description minivm
+MiniVM application for Asterisk.
+
+%package odbc
+Summary:	Applications for Asterisk that use ODBC (except voicemail)
+Group:		Applications/Networking
+Requires:	%{name} = %{version}-%{release}
+
+%description odbc
+Applications for Asterisk that use ODBC (except voicemail)
+
+%package oss
+Summary:	Modules for Asterisk that use OSS sound drivers
+Group:		Applications/Networking
+Requires:	%{name} = %{version}-%{release}
+
+%description oss
+Modules for Asterisk that use OSS sound drivers.
+
+%package portaudio
+Summary:	Modules for Asterisk that use the portaudio library
+Group:		Applications/Networking
+Requires:	%{name} = %{version}-%{release}
+
+%description portaudio
+Modules for Asterisk that use the portaudio library.
+
+%package postgresql
+Summary:	Applications for Asterisk that use PostgreSQL
+Group:		Applications/Networking
+Requires:	%{name} = %{version}-%{release}
+
+%description postgresql
+Applications for Asterisk that use PostgreSQL.
+
+%package radius
+Summary:	Applications for Asterisk that use RADIUS
+Group:		Applications/Networking
+Requires:	%{name} = %{version}-%{release}
+
+%description radius
+Applications for Asterisk that use RADIUS.
+
+%package skinny
+Summary:	Modules for Asterisk that support the SCCP/Skinny protocol
+Group:		Applications/Networking
+Requires:	%{name} = %{version}-%{release}
+
+%description skinny
+Modules for Asterisk that support the SCCP/Skinny protocol.
+
+%package snmp
+Summary:	Module that enables SNMP monitoring of Asterisk
+Group:		Applications/Networking
+Requires:	%{name} = %{version}-%{release}
+
+%description snmp
+Module that enables SNMP monitoring of Asterisk.
+
+%package sqlite
+Summary:	Sqlite modules for Asterisk
+Group:		Applications/Networking
+Requires:	%{name} = %{version}-%{release}
+
+%description sqlite
+Sqlite modules for Asterisk.
+
+%package tds
+Summary:	Modules for Asterisk that use FreeTDS
+Group:		Applications/Networking
+Requires:	%{name} = %{version}-%{release}
+
+%description tds
+Modules for Asterisk that use FreeTDS.
+
+%package unistim
+Summary:	Unistim channel for Asterisk
+Group:		Applications/Networking
+Requires:	%{name} = %{version}-%{release}
+
+%description unistim
+Unistim channel for Asterisk
+
+%package usbradio
+Summary:	USB radio channel for Asterisk
+Group:		Applications/Networking
+Requires:	%{name} = %{version}-%{release}
+
+%description usbradio
+Unistim channel for Asterisk
+
+%package voicemail
+Summary:	Common Voicemail Modules for Asterisk
+Group:		Applications/Networking
+Requires:	%{name} = %{version}-%{release}
+Requires:	%{name}-voicemail-implementation = %{version}-%{release}
+Requires:	/usr/lib/sendmail
+Requires:	sox
+
+%description voicemail
+Common Voicemail Modules for Asterisk.
+
+%package voicemail-imap
+Summary:	Store voicemail on an IMAP server
+Group:		Applications/Networking
+Requires:	%{name} = %{version}-%{release}
+Requires:	%{name}-voicemail = %{version}-%{release}
+Provides:	%{name}-voicemail-implementation = %{version}-%{release}
+
+%description voicemail-imap
+Voicemail implementation for Asterisk that stores voicemail on an IMAP
+server.
+
+%package voicemail-odbc
+Summary:	Store voicemail in a database using ODBC
+Group:		Applications/Networking
+Requires:	%{name} = %{version}-%{release}
+Requires:	%{name}-voicemail = %{version}-%{release}
+Provides:	%{name}-voicemail-implementation = %{version}-%{release}
+
+%description voicemail-odbc
+Voicemail implementation for Asterisk that uses ODBC to store
+voicemail in a database.
+
+%package voicemail-plain
+Summary:	Store voicemail on the local filesystem
+Group:		Applications/Networking
+Requires:	%{name} = %{version}-%{release}
+Requires:	%{name}-voicemail = %{version}-%{release}
+Provides:	%{name}-voicemail-implementation = %{version}-%{release}
+
+%description voicemail-plain
+Voicemail implementation for Asterisk that stores voicemail on the
+local filesystem.
+
 %prep
 %setup -q
 %patch2 -p1
@@ -190,6 +474,10 @@
 %patch16 -p1
 %endif
 
+# Fixup makefile so sound archives aren't downloaded/installed
+%{__sed} -i -e 's/^all:.*$/all:/' sounds/Makefile
+%{__sed} -i -e 's/^install:.*$/install:/' sounds/Makefile
+
 # avoid using it
 rm -rf imap
 
@@ -200,6 +488,7 @@
 %{__autoheader}
 %{__autoconf}
 
+export ASTCFLAGS="%{rpmcflags}"
 export CPPFLAGS="%{rpmcppflags} -I/usr/include/openh323"
 export WGET="/bin/true"
 
@@ -230,27 +519,80 @@
 
 cp -f .cleancount .lastclean
 
-%{__make} -j1 -C menuselect \
+%{__make} DEBUG= \
+	OPTIMIZE= \
+	ASTVARRUNDIR=%{_localstatedir}/run/asterisk \
+	ASTDATADIR=%{_datadir}/asterisk \
+	ASTVARLIBDIR=%{_datadir}/asterisk \
+	ASTDBDIR=%{_localstatedir}/spool/asterisk \
+	%{?with_verbose:NOISY_BUILD=yes} \
+
+rm apps/app_voicemail.o apps/app_directory.o
+mv apps/app_voicemail.so apps/app_voicemail_plain.so
+mv apps/app_directory.so apps/app_directory_plain.so
+
+%{__sed} -i -e 's/^MENUSELECT_OPTS_app_voicemail=.*$/MENUSELECT_OPTS_app_voicemail=IMAP_STORAGE/' menuselect.makeopts
+%{__make} DEBUG= \
+	OPTIMIZE= \
+	ASTVARRUNDIR=%{_localstatedir}/run/asterisk \
+	ASTDATADIR=%{_datadir}/asterisk \
+	ASTVARLIBDIR=%{_datadir}/asterisk \
+	ASTDBDIR=%{_localstatedir}/spool/asterisk \
 	%{?with_verbose:NOISY_BUILD=yes} \
-	CC="%{__cc}" \
-	OPTIMIZE="%{rpmcflags}"
 
-%{__make} -j1 \
+rm apps/app_voicemail.o apps/app_directory.o
+mv apps/app_voicemail.so apps/app_voicemail_imap.so
+mv apps/app_directory.so apps/app_directory_imap.so
+
+%{__sed} -i -e 's/^MENUSELECT_OPTS_app_voicemail=.*$/MENUSELECT_OPTS_app_voicemail=ODBC_STORAGE/' menuselect.makeopts
+%{__make} DEBUG= \
+	OPTIMIZE= \
+	ASTVARRUNDIR=%{_localstatedir}/run/asterisk \
+	ASTDATADIR=%{_datadir}/asterisk \
+	ASTVARLIBDIR=%{_datadir}/asterisk \
+	ASTDBDIR=%{_localstatedir}/spool/asterisk \
+	%{?with_verbose:NOISY_BUILD=yes} \
+
+rm apps/app_voicemail.o apps/app_directory.o
+mv apps/app_voicemail.so apps/app_voicemail_odbc.so
+mv apps/app_directory.so apps/app_directory_odbc.so
+
+# so that these modules don't get built again during the install phase
+touch apps/app_voicemail.o apps/app_directory.o
+touch apps/app_voicemail.so apps/app_directory.so
+
+# it requires doxygen - I don't know if we should do this...
+# - ???
+%{__make} progdocs \
+	DEBUG= \
+	OPTIMIZE= \
+	ASTVARRUNDIR=%{_localstatedir}/run/asterisk \
+	ASTDATADIR=%{_datadir}/asterisk \
+	ASTVARLIBDIR=%{_datadir}/asterisk \
+	ASTDBDIR=%{_localstatedir}/spool/asterisk \
+	%{?with_verbose:NOISY_BUILD=yes} \
+
+%{__make} \
+	DEBUG= \
+	OPTIMIZE= \
+	ASTVARRUNDIR=%{_localstatedir}/run/asterisk \
+	ASTDATADIR=%{_datadir}/asterisk \
+	ASTVARLIBDIR=%{_datadir}/asterisk \
+	ASTDBDIR=%{_localstatedir}/spool/asterisk \
 	%{?with_verbose:NOISY_BUILD=yes} \
-	CC="%{__cc}" \
-	OPTIMIZE="%{rpmcflags}" \
 	CHANNEL_LIBS+=chan_bluetooth.so || :
 
 # rerun needed; asterisk wants that
-%{__make} -j1 \
+%{__make} \
+	DEBUG= \
+	OPTIMIZE= \
+	ASTVARRUNDIR=%{_localstatedir}/run/asterisk \
+	ASTDATADIR=%{_datadir}/asterisk \
+	ASTVARLIBDIR=%{_datadir}/asterisk \
+	ASTDBDIR=%{_localstatedir}/spool/asterisk \
 	%{?with_verbose:NOISY_BUILD=yes} \
-	CC="%{__cc}" \
-	OPTIMIZE="%{rpmcflags}" \
 	CHANNEL_LIBS+=chan_bluetooth.so
 
-# it requires doxygen - I don't know if we should do this...
-#%{__make} progdocs
-
 # safe checks
 %{?with_bristuff:objdump -p channels/chan_zap.so | grep -qE 'NEEDED +libgsmat\.so' || exit 1}
 
@@ -271,23 +613,39 @@
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/%{name}
 
 # unpackaged at this point
-rm $RPM_BUILD_ROOT/var/lib/asterisk/moh/.asterisk-moh-opsound-wav
-rm $RPM_BUILD_ROOT/var/lib/asterisk/moh/CHANGES-asterisk-moh-opsound-wav
-rm $RPM_BUILD_ROOT/var/lib/asterisk/moh/CREDITS-asterisk-moh-opsound-wav
-rm $RPM_BUILD_ROOT/var/lib/asterisk/moh/LICENSE-asterisk-moh-opsound-wav
-rm $RPM_BUILD_ROOT/var/lib/asterisk/sounds/.asterisk-core-sounds-en-gsm-1.4.16
-rm $RPM_BUILD_ROOT/var/lib/asterisk/sounds/en/CHANGES-asterisk-core-en-1.4.16
-rm $RPM_BUILD_ROOT/var/lib/asterisk/sounds/en/core-sounds-en.txt
-rm $RPM_BUILD_ROOT/var/lib/asterisk/sounds/en/CREDITS-asterisk-core-en-1.4.16
-rm $RPM_BUILD_ROOT/var/lib/asterisk/sounds/en/LICENSE-asterisk-core-en-1.4.16
+#rm $RPM_BUILD_ROOT/var/lib/asterisk/moh/.asterisk-moh-opsound-wav
+#rm $RPM_BUILD_ROOT/var/lib/asterisk/moh/CHANGES-asterisk-moh-opsound-wav
+#rm $RPM_BUILD_ROOT/var/lib/asterisk/moh/CREDITS-asterisk-moh-opsound-wav
+#rm $RPM_BUILD_ROOT/var/lib/asterisk/moh/LICENSE-asterisk-moh-opsound-wav
+#rm $RPM_BUILD_ROOT/var/lib/asterisk/sounds/.asterisk-core-sounds-en-gsm-1.4.16
+#rm $RPM_BUILD_ROOT/var/lib/asterisk/sounds/en/CHANGES-asterisk-core-en-1.4.16
+#rm $RPM_BUILD_ROOT/var/lib/asterisk/sounds/en/core-sounds-en.txt
+#rm $RPM_BUILD_ROOT/var/lib/asterisk/sounds/en/CREDITS-asterisk-core-en-1.4.16
+#rm $RPM_BUILD_ROOT/var/lib/asterisk/sounds/en/LICENSE-asterisk-core-en-1.4.16
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%pre
+%groupadd -g 188 asterisk
+%useradd -u 188 -r -s /sbin/nologin -d /var/lib/asterisk -M -c 'Asterisk User' -g asterisk asterisk
+
+%postun
+if [ "$1" = 0 ]; then
+	%groupremove asterisk
+	%userremove asterisk
+fi
+
+%pre dahdi
+/usr/sbin/usermod -a -G dahdi asterisk
+
+%pre misdn
+/usr/sbin/usermod -a -G misdn asterisk
+
 %post
 /sbin/chkconfig --add asterisk
-# this was insane; breaking all current calls
-#%%service asterisk restart "Asterisk daemon"
+# use -n (NOOP) as restart would be breaking all current calls.
+%service -n asterisk restart "Asterisk daemon"
 
 %preun
 if [ "$1" = "0" ]; then
@@ -297,58 +655,245 @@
 
 %files
 %defattr(644,root,root,755)
-%doc BUGS ChangeLog CHANGES CREDITS README* UPGRADE.txt configs doc/*.txt
+%doc README* *.txt ChangeLog BUGS CREDITS configs
+%doc doc/{asterisk.sgml,PEERING} doc/{backtrace,callfiles,externalivr,macroexclusive,manager_1_1,modules,queue}.txt
+%doc doc/{rtp-packetization,siptls,smdi,sms,speechrec,ss7,video}.txt
 %attr(755,root,root) %{_sbindir}/*
-%dir %{_sysconfdir}/asterisk
 %attr(754,root,root) /etc/rc.d/init.d/%{name}
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name}
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
-%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/*.conf
-%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/*.adsi
-%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/*.lua
-%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/extensions.ael
+
+%attr(750,root,asterisk) %dir %{_sysconfdir}/asterisk
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/adsi.conf
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/adtranvofr.conf
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/agents.conf
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/alarmreceiver.conf
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/amd.conf
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/asterisk.adsi
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/asterisk.conf
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/cdr.conf
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/cdr_custom.conf
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/cdr_manager.conf
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/cli.conf
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/codecs.conf
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/dnsmgr.conf
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/dsp.conf
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/dundi.conf
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/enum.conf
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/extconfig.conf
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/extensions.ael
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/extensions.conf
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/features.conf
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/followme.conf
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/h323.conf
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/http.conf
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/iax.conf
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/iaxprov.conf
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/indications.conf
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/logger.conf
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/manager.conf
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/mgcp.conf
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/modules.conf
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/musiconhold.conf
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/muted.conf
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/osp.conf
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/phone.conf
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/phoneprov.conf
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/queuerules.conf
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/queues.conf
<<Diff was trimmed, longer than 597 lines>>

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/asterisk/asterisk.spec?r1=1.144&r2=1.145&f=u



More information about the pld-cvs-commit mailing list