rpms/python-sippy/EL-5 import.log, NONE, 1.1 python-sippy.spec, NONE, 1.1 sippy-setup.diff, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Peter Lemenkov peter at fedoraproject.org
Thu May 28 16:26:44 UTC 2009


Author: peter

Update of /cvs/pkgs/rpms/python-sippy/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4053/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-sippy.spec sippy-setup.diff 
Log Message:
initial commit


--- NEW FILE import.log ---
python-sippy-0-0_8_20090429cvs_fc10:EL-5:python-sippy-0-0.8.20090429cvs.fc10.src.rpm:1243527948


--- NEW FILE python-sippy.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}


Name:           python-sippy
Version:        0
Release:        0.8.20090429cvs%{?dist}
Summary:        B2BUA (back-to-back user agent) SIP call controlling component
Group:          Development/Libraries
License:        GPLv2+
URL:            http://b2bua.org/
BuildArch:      noarch
Provides:       sippy = %{version}-%{release}
# cvs -z3 -d:pserver:anonymous at cvs.sippy.berlios.de:/cvsroot/sippy export -D 2009-04-29 -d sippy sippy_dist
# tar -cjvf sippy-20090429.tar.bz2 sippy
Source0:        sippy-20090429.tar.bz2
Patch0:         sippy-setup.diff
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  python-devel
Requires: python-twisted-core
# for sippy/Radius_client.py
Requires: radiusclient-ng-utils


%description
This ia a RFC3261-compliant Session Initiation Protocol (SIP) Back-to-back
user agent (B2BUA) server software.

The B2BUA is a SIP call controlling component. Unlike a SIP proxy server,
which only maintains transaction state, the B2BUA maintains complete call
state and participates in all call requests. For this reason it can perform
number of functions that are not possible to implement using SIP proxy,
such as for example accurate call accounting, pre-paid rating and billing,
fail over call routing etc. Unlike PBX-type solutions such as Asterisk for
example, the B2BUA doesn't perform any media relaying or processing,
therefore it doesn't introduce any additional packet loss, delay or jitter
into the media path.


%prep
%setup -q -n sippy
%patch0 -p0 -b .do_not_install_copying
chmod 644 sippy/Udp_server.py

%build
python setup.py build


%install
rm -rf $RPM_BUILD_ROOT
python setup.py install --skip-build --root $RPM_BUILD_ROOT
# remove unused files
rm -f $RPM_BUILD_ROOT%{python_sitelib}/sippy/b2bua_radius.py*
rm -f $RPM_BUILD_ROOT%{python_sitelib}/sippy/b2bua_simple.py*


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING README
%dir %{_sysconfdir}/sippy
%config(noreplace) %{_sysconfdir}/sippy/dictionary
%{_bindir}/b2bua_radius.py
%{_bindir}/b2bua_simple.py
%if 0%{?fedora} < 11 || 0%{?rhel}
# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=182498
%exclude %{_bindir}/*.pyc
%exclude %{_bindir}/*.pyo
%endif
%{python_sitelib}/*


%changelog
* Sun May 17 2009 Peter Lemenkov <lemenkov at gmail.com> 0-0.8.20090429cvs
- Removed unnecessary BuildRequires python-setuptools, pkgconfig
- Cosmetic changes

* Wed Apr 29 2009 Peter Lemenkov <lemenkov at gmail.com> 0-0.7.20090429cvs
- New cvs snapshot

* Fri Apr 17 2009 Peter Lemenkov <lemenkov at gmail.com> 0-0.6.20090409cvs
- Fix building on F-11

* Mon Apr 13 2009 Peter Lemenkov <lemenkov at gmail.com> 0-0.5.20090409cvs
- Added missing Requires

* Thu Apr  9 2009 Peter Lemenkov <lemenkov at gmail.com> 0-0.4.20090409cvs
- New cvs snapshot

* Thu Dec  4 2008 Peter Lemenkov <lemenkov at gmail.com> 0-3.20081202cvs
- New cvs snapshot

* Mon Jun 30 2008 Peter Lemenkov <lemenkov at gmail.com> 0-2.20080627cvs
- New cvs snapshot
- Renamed to python-sippy (added necessary 'Provides')

* Thu May 15 2008 Peter Lemenkov <lemenkov at gmail.com> 0-1.20080515cvs
- Initial build

sippy-setup.diff:

--- NEW FILE sippy-setup.diff ---
--- setup.py~	2009-02-25 09:44:43.000000000 +0300
+++ setup.py	2009-04-09 18:20:26.174834125 +0400
@@ -36,5 +36,4 @@
   url = 'http://www.b2bua.org/',
   packages = ['sippy'],
   scripts = ['sippy/b2bua_radius.py', 'sippy/b2bua_simple.py'],
-  data_files = [('etc/sippy', ['sippy/dictionary']),
-                ('share/doc/sippy', ['COPYING'])])
+  data_files = [('/etc/sippy', ['sippy/dictionary'])])


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-sippy/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	28 May 2009 16:04:05 -0000	1.1
+++ .cvsignore	28 May 2009 16:26:14 -0000	1.2
@@ -0,0 +1 @@
+sippy-20090429.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-sippy/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	28 May 2009 16:04:05 -0000	1.1
+++ sources	28 May 2009 16:26:14 -0000	1.2
@@ -0,0 +1 @@
+67043d5bc0c7d232f3b544216c037408  sippy-20090429.tar.bz2




More information about the scm-commits mailing list