[svn] r4716 - in trunk/rpms: . asterisk asterisk-addons libpri
zaptel
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Wed Sep 13 13:18:49 CEST 2006
Author: thias
Date: 2006-09-13 13:18:47 +0200 (Wed, 13 Sep 2006)
New Revision: 4716
Added:
trunk/rpms/asterisk-addons/
trunk/rpms/asterisk-addons/asterisk-addons.spec
trunk/rpms/libpri/libpri-1.2.3-cflags.patch
Removed:
trunk/rpms/libpri/libpri-1.2.0-cflags.patch
Modified:
trunk/rpms/asterisk/asterisk.spec
trunk/rpms/libpri/libpri.spec
trunk/rpms/zaptel/zaptel.spec
Log:
Update asterisk to 1.2.11, libpri to 1.2.3, zaptel to 1.2.8 and import addons 1.2.4.
Modified: trunk/rpms/asterisk/asterisk.spec
===================================================================
--- trunk/rpms/asterisk/asterisk.spec 2006-09-12 19:09:54 UTC (rev 4715)
+++ trunk/rpms/asterisk/asterisk.spec 2006-09-13 11:18:47 UTC (rev 4716)
@@ -7,7 +7,7 @@
Summary: PBX and telephony application and toolkit
Name: asterisk
-Version: 1.2.7.1
+Version: 1.2.11
Release: 1
License: GPL
Group: Applications/Internet
@@ -141,6 +141,9 @@
%changelog
+* Thu Sep 7 2006 Matthias Saou <http://freshrpms.net> 1.2.11-1
+- Update to 1.2.11.
+
* Thu May 4 2006 Matthias Saou <http://freshrpms.net> 1.2.7.1-1
- Update to 1.2.7.1.
Added: trunk/rpms/asterisk-addons/asterisk-addons.spec
===================================================================
--- trunk/rpms/asterisk-addons/asterisk-addons.spec (rev 0)
+++ trunk/rpms/asterisk-addons/asterisk-addons.spec 2006-09-13 11:18:47 UTC (rev 4716)
@@ -0,0 +1,88 @@
+# $Id$
+
+Summary: Additional addons for Asterisk: the Open Source Linux PBX
+Name: asterisk-addons
+Version: 1.2.4
+Release: 1
+License: GPL
+Group: Applications/Internet
+URL: http://www.asterisk.org/
+Source0: http://ftp.digium.com/pub/asterisk/%{name}-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+Requires: asterisk
+BuildRequires: asterisk-devel, mysql-devel, zlib-devel
+
+%description
+Asterisk is a complete PBX in software. It runs on Linux and provides
+all of the features you would expect from a PBX and more. Asterisk
+does voice over IP in three protocols, and can interoperate with
+almost all standards-based telephony equipment using relatively
+inexpensive hardware.
+
+This package contains additional addons for asterisk.
+
+
+%prep
+%setup -q
+%{__perl} -pi -e's|/lib/|/%{_lib}/|g' Makefile asterisk-ooh323c/Makefile*
+
+
+%build
+export CFLAGS="%{optflags}"
+%{__make} %{?_smp_mflags}
+# Also build the ooh323c module
+cd asterisk-ooh323c
+%configure
+%{__make} %{?_smp_mflags}
+cd ..
+
+
+%install
+%{__rm} -rf %{buildroot}
+%{__mkdir_p} %{buildroot}%{_libdir}/asterisk/modules/
+%{__make} install INSTALL_PREFIX=%{buildroot}
+# Also install the ooh323c module
+cd asterisk-ooh323c
+%{__make} install DESTDIR=%{buildroot}
+cd ..
+
+
+
+%clean
+%{__rm} -rf %{buildroot}
+
+
+%files
+%defattr(-, root, root, 0755)
+%doc doc/cdr_mysql.txt format_mp3/README
+%{_libdir}/asterisk/modules/*.so
+
+
+%changelog
+* Wed Sep 13 2006 Matthias Saou <http://freshrpms.net/> 1.2.4-2
+- Also build the asterisk-ooh323c module.
+
+* Thu Sep 7 2006 Matthias Saou <http://freshrpms.net/> 1.2.4-1
+- Update to 1.2.4.
+
+* Fri Apr 7 2006 Matthias Saou <http://freshrpms.net/> 1.2.2-1
+- Import Axel's spec file into rpmforge.
+
+* Tue Mar 7 2006 Axel Thimm <Axel.Thimm at ATrpms.net>
+- Update to 1.2.2.
+
+* Mon Dec 12 2005 Axel Thimm <Axel.Thimm at ATrpms.net>
+- Update to 1.2.1.
+
+* Mon Nov 21 2005 Axel Thimm <Axel.Thimm at ATrpms.net>
+- Update to 1.2.0.
+
+* Sat Jul 16 2005 Axel Thimm <Axel.Thimm at ATrpms.net>
+- Update to 1.0.9.
+
+* Mon Jun 27 2005 Axel Thimm <Axel.Thimm at ATrpms.net>
+- Update to 1.0.8.
+
+* Mon Mar 07 2005 Mark Wormgoor <mark at wormgoor.com>
+- Initial version
+
Property changes on: trunk/rpms/asterisk-addons/asterisk-addons.spec
___________________________________________________________________
Name: svn:keywords
+ Id
Deleted: trunk/rpms/libpri/libpri-1.2.0-cflags.patch
===================================================================
--- trunk/rpms/libpri/libpri-1.2.0-cflags.patch 2006-09-12 19:09:54 UTC (rev 4715)
+++ trunk/rpms/libpri/libpri-1.2.0-cflags.patch 2006-09-13 11:18:47 UTC (rev 4716)
@@ -1,11 +0,0 @@
-diff -Naupr libpri-1.2.0.orig/Makefile libpri-1.2.0/Makefile
---- libpri-1.2.0.orig/Makefile 2005-09-26 17:57:23.000000000 +0200
-+++ libpri-1.2.0/Makefile 2005-11-25 18:09:10.000000000 +0100
-@@ -38,7 +38,6 @@ STATIC_LIBRARY=libpri.a
- DYNAMIC_LIBRARY=libpri.so.1.0
- STATIC_OBJS=copy_string.o pri.o q921.o prisched.o q931.o pri_facility.o
- DYNAMIC_OBJS=copy_string.lo pri.lo q921.lo prisched.lo q931.lo pri_facility.lo
--CFLAGS=-Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g $(ALERTING) $(LIBPRI_COUNTERS)
- INSTALL_PREFIX?=
- INSTALL_BASE=/usr
- SOFLAGS = -Wl,-hlibpri.so.1
Added: trunk/rpms/libpri/libpri-1.2.3-cflags.patch
===================================================================
--- trunk/rpms/libpri/libpri-1.2.3-cflags.patch (rev 0)
+++ trunk/rpms/libpri/libpri-1.2.3-cflags.patch 2006-09-13 11:18:47 UTC (rev 4716)
@@ -0,0 +1,11 @@
+diff -Naupr libpri-1.2.3.orig/Makefile libpri-1.2.3/Makefile
+--- libpri-1.2.3.orig/Makefile 2006-04-30 17:17:47.000000000 +0200
++++ libpri-1.2.3/Makefile 2006-09-07 19:11:09.000000000 +0200
+@@ -38,7 +38,6 @@ STATIC_LIBRARY=libpri.a
+ DYNAMIC_LIBRARY=libpri.so.1.0
+ STATIC_OBJS=copy_string.o pri.o q921.o prisched.o q931.o pri_facility.o
+ DYNAMIC_OBJS=copy_string.lo pri.lo q921.lo prisched.lo q931.lo pri_facility.lo
+-CFLAGS=-Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g $(ALERTING) $(LIBPRI_COUNTERS)
+ INSTALL_PREFIX=$(DESTDIR)
+ INSTALL_BASE=/usr
+ SOFLAGS = -Wl,-hlibpri.so.1.0
Modified: trunk/rpms/libpri/libpri.spec
===================================================================
--- trunk/rpms/libpri/libpri.spec 2006-09-12 19:09:54 UTC (rev 4715)
+++ trunk/rpms/libpri/libpri.spec 2006-09-13 11:18:47 UTC (rev 4716)
@@ -3,13 +3,13 @@
Summary: Implementation of the Primary Rate ISDN specification
Name: libpri
-Version: 1.2.2
+Version: 1.2.3
Release: 1
License: GPL
Group: System Environment/Libraries
URL: http://www.asterisk.org/
Source: http://ftp.digium.com/pub/libpri/libpri-%{version}.tar.gz
-Patch: libpri-1.2.0-cflags.patch
+Patch: libpri-1.2.3-cflags.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
%description
@@ -67,6 +67,9 @@
%changelog
+* Thu Sep 7 2006 Matthias Saou <http://freshrpms.net/> 1.2.3-1
+- Update to 1.2.3.
+
* Fri Jan 27 2006 Matthias Saou <http://freshrpms.net/> 1.2.2-1
- Update to 1.2.2.
Modified: trunk/rpms/zaptel/zaptel.spec
===================================================================
--- trunk/rpms/zaptel/zaptel.spec 2006-09-12 19:09:54 UTC (rev 4715)
+++ trunk/rpms/zaptel/zaptel.spec 2006-09-13 11:18:47 UTC (rev 4716)
@@ -13,7 +13,7 @@
Summary: Telephony interface support
Name: zaptel
-Version: 1.2.5
+Version: 1.2.8
Release: 1
License: GPL
Group: System Environment/Libraries
@@ -156,6 +156,9 @@
%changelog
+* Thu Sep 7 2006 Matthias Saou <http://freshrpms.net/> 1.2.8-1
+- Update to 1.2.8.
+
* Thu May 4 2006 Matthias Saou <http://freshrpms.net/> 1.2.5-1
- Update to 1.2.5.
More information about the svn-commits
mailing list