rpms/sipwitch/devel .cvsignore, 1.2, 1.3 sipwitch.spec, 1.1, 1.2 sources, 1.2, 1.3 sipwitch.patch, 1.1, NONE

David Sugar dyfet at fedoraproject.org
Wed Jun 10 15:31:16 UTC 2009


Author: dyfet

Update of /cvs/pkgs/rpms/sipwitch/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6368

Modified Files:
	.cvsignore sipwitch.spec sources 
Removed Files:
	sipwitch.patch 
Log Message:
Updating to new upstream 0.5.5


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sipwitch/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	13 May 2009 22:28:59 -0000	1.2
+++ .cvsignore	10 Jun 2009 15:30:45 -0000	1.3
@@ -1 +1 @@
-sipwitch-0.5.4.tar.gz
+sipwitch-0.5.5.tar.gz


Index: sipwitch.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sipwitch/devel/sipwitch.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sipwitch.spec	13 May 2009 22:28:59 -0000	1.1
+++ sipwitch.spec	10 Jun 2009 15:30:45 -0000	1.2
@@ -10,16 +10,16 @@
 
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?php_extdir: %global %(php-config --extension-dir)}
 
 Name: sipwitch
 Summary: SIP telephony server for secure phone systems
-Version: 0.5.4
-Release: 3%{?dist}
+Version: 0.5.5
+Release: 0%{?dist}
 License: GPLv3+
 URL: http://www.gnu.org/software/sipwitch
 Group: Applications/Communications
 Source: http://www.gnutelephony.org/dist/tarballs/sipwitch-%{version}.tar.gz
-Patch: sipwitch.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: ucommon-devel >= 2.0.0
 BuildRequires: libeXosip2-devel >= 3.0.0
@@ -141,16 +141,14 @@ remote voip service provider.
 
 %prep
 %setup -q
-%patch 
-sed -i.rpath -e \
-  '/sys_lib_dlsearch_path_spec/s|/usr/lib |/usr/lib /usr/lib64 /lib /lib64 |' \
-  configure
-
 %build
-# Temporary hack until resolved upstream
-export STRIP=/bin/true
+%configure --with-pkg-config --disable-static \
+	--with-initrddir=%{_initrddir} \
+	--with-python=%{__python} \
+	--with-python-sitearch=%{python_sitearch} \
+	--with-python-sitelib=%{python_sitelib} \
+	--with-php-extdir=%{php_extdir}
 
-%configure --with-pkg-config --disable-static
 %{__make} %{?_smp_mflags} 
 
 %install
@@ -161,11 +159,6 @@ export STRIP=/bin/true
 %{__rm} -f %{buildroot}/%{_libdir}/*.la
 %{__rm} -f %{buildroot}/%{_libdir}/sipwitch/*.la
 
-# Temporary hack, next upstream release has configure --with-initrddir=...
-%{__mkdir_p} %{buildroot}%{_initrddir}
-%{__mv} -f %{buildroot}%{_sysconfdir}/init.d/* %{buildroot}%{_initrddir}
-rmdir %{buildroot}%{_sysconfdir}/init.d/
-
 %clean
 %{__rm} -rf %{buildroot}
 
@@ -241,6 +234,9 @@ fi
 /sbin/ldconfig
 
 %changelog
+* Wed Jun 10 2009 - David Sugar <dyfet at gnutelephony.org> - 0.5.5-0
+- upstream fixed in rel 0.5.5, no patches now needed.
+
 * Sun May 10 2009 - David Sugar <dyfet at gnutelephony.org> - 0.5.4-3
 - new generic init script layout as a patch until next upstream release.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sipwitch/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	13 May 2009 22:28:59 -0000	1.2
+++ sources	10 Jun 2009 15:30:45 -0000	1.3
@@ -1 +1 @@
-c724278f9af108bdda6960babc89b94c  sipwitch-0.5.4.tar.gz
+201b85501361be9f29d57ad9c25057bd  sipwitch-0.5.5.tar.gz


--- sipwitch.patch DELETED ---




More information about the fedora-extras-commits mailing list