rpms/python-sippy/devel .cvsignore, 1.2, 1.3 import.log, 1.1, 1.2 python-sippy.spec, 1.3, 1.4 sources, 1.2, 1.3

Peter Lemenkov peter at fedoraproject.org
Mon Aug 17 12:10:49 UTC 2009


Author: peter

Update of /cvs/pkgs/rpms/python-sippy/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28526/devel

Modified Files:
	.cvsignore import.log python-sippy.spec sources 
Log Message:
Ver. 1.0.1


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-sippy/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	28 May 2009 16:13:59 -0000	1.2
+++ .cvsignore	17 Aug 2009 12:10:48 -0000	1.3
@@ -1 +1 @@
-sippy-20090429.tar.bz2
+sippy-1.0.1.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/python-sippy/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	28 May 2009 16:13:59 -0000	1.1
+++ import.log	17 Aug 2009 12:10:49 -0000	1.2
@@ -1 +1,2 @@
 python-sippy-0-0_8_20090429cvs_fc10:HEAD:python-sippy-0-0.8.20090429cvs.fc10.src.rpm:1243527124
+python-sippy-1_0_1-1_fc11:HEAD:python-sippy-1.0.1-1.fc11.src.rpm:1250511007


Index: python-sippy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-sippy/devel/python-sippy.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- python-sippy.spec	30 Jul 2009 22:30:18 -0000	1.3
+++ python-sippy.spec	17 Aug 2009 12:10:49 -0000	1.4
@@ -1,21 +1,21 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
+%define realname sippy
 
-Name:           python-sippy
-Version:        0
-Release:        0.10.20090429cvs%{?dist}
+Name:           python-%{realname}
+Version:        1.0.1
+Release:        1%{?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
+Provides:       %{realname} = %{version}-%{release}
+Source0:        http://b2bua.org/chrome/site/%{realname}-%{version}.tar.gz
 Patch0:         sippy-setup.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  python-devel
+BuildRequires:	python-setuptools-devel
 Requires: python-twisted-core
 # for sippy/Radius_client.py
 Requires: radiusclient-ng-utils
@@ -37,7 +37,7 @@ into the media path.
 
 
 %prep
-%setup -q -n sippy
+%setup -q -n %{realname}-%{version}
 %patch0 -p0 -b .do_not_install_copying
 chmod 644 sippy/Udp_server.py
 
@@ -60,8 +60,8 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc COPYING README
-%dir %{_sysconfdir}/sippy
-%config(noreplace) %{_sysconfdir}/sippy/dictionary
+%dir %{_sysconfdir}/%{realname}
+%config(noreplace) %{_sysconfdir}/%{realname}/dictionary
 %{_bindir}/b2bua_radius.py
 %{_bindir}/b2bua_simple.py
 %if 0%{?fedora} == 10 || 0%{?el5}
@@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Aug 17 2009 Peter Lemenkov <lemenkov at gmail.com> 1.0.1-1
+- Version 1.0.1
+
 * Thu Jul 30 2009 Jesse Keating <jkeating at redhat.com> - 0-0.10.20090429cvs
 - Bump for F12 mass rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-sippy/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	28 May 2009 16:13:59 -0000	1.2
+++ sources	17 Aug 2009 12:10:49 -0000	1.3
@@ -1 +1 @@
-67043d5bc0c7d232f3b544216c037408  sippy-20090429.tar.bz2
+cc9d530c05ff7e357a1115a191d88205  sippy-1.0.1.tar.gz




More information about the fedora-extras-commits mailing list