rpms/openpbx/devel openpbx.spec,1.1,1.2

David Woodhouse (dwmw2) fedora-extras-commits at redhat.com
Tue Oct 17 12:43:44 UTC 2006


Author: dwmw2

Update of /cvs/extras/rpms/openpbx/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21923

Modified Files:
	openpbx.spec 
Log Message:
HAndle new mISDN package nicely


Index: openpbx.spec
===================================================================
RCS file: /cvs/extras/rpms/openpbx/devel/openpbx.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openpbx.spec	17 Oct 2006 06:43:10 -0000	1.1
+++ openpbx.spec	17 Oct 2006 12:43:14 -0000	1.2
@@ -24,7 +24,7 @@
 BuildRequires:	libjpeg-devel loudmouth-devel nspr-devel js-devel ncurses-devel
 BuildRequires:	unixODBC-devel openssl-devel speex-devel alsa-lib-devel
 BuildRequires:	isdn4k-utils-devel libcap-devel sqlite-devel
-BuildRequires:	postgresql-devel libedit-devel %{?with_misdn:mISDN}
+BuildRequires:	postgresql-devel libedit-devel %{?with_misdn:mISDN-devel}
 BuildRequires:	popt %{?with_zaptel:zaptel-devel libpri-devel}
 
 Requires:	/sbin/chkconfig
@@ -219,6 +219,9 @@
 %pre zaptel
 %{_sbindir}/usermod -G `id -G openpbx | tr " " , `,zaptel openpbx
 
+%pre misdn
+%{_sbindir}/usermod -G `id -G openpbx | tr " " , `,misdn openpbx
+
 %files
 %defattr(-,root,root,-)
 %doc COPYING CREDITS LICENSE BUGS AUTHORS SECURITY README HARDWARE




More information about the scm-commits mailing list