Hello community,

here is the log from the commit of package yate for openSUSE:Factory checked in 
at 2012-03-08 19:46:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yate (Old)
 and      /work/SRC/openSUSE:Factory/.yate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yate", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/yate/yate.changes        2012-01-09 
21:44:32.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yate.new/yate.changes   2012-03-08 
19:46:31.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Mar  7 13:09:26 UTC 2012 - [email protected]
+
+- fix wrong libdir for ppc64. 
+
+-------------------------------------------------------------------

New:
----
  yate-3.3.2-ppc64-libdir.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yate.spec ++++++
--- /var/tmp/diff_new_pack.dty3jq/_old  2012-03-08 19:47:43.000000000 +0100
+++ /var/tmp/diff_new_pack.dty3jq/_new  2012-03-08 19:47:43.000000000 +0100
@@ -27,6 +27,7 @@
 Group:          Productivity/Telephony/Clients
 Url:            http://www.yate.null.ro/
 Source0:        http://yate.null.ro/tarballs/yate3/yate-%{version}-1.tar.gz
+Patch1:         yate-3.3.2-ppc64-libdir.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
 BuildRequires:  libqt4-devel
@@ -53,6 +54,7 @@
 BuildRequires:  libamrnb-devel
 %endif
 
+
 %description
 Yate is a next-generation telephony engine. While currently focused on Voice
 over Internet Protocol (VoIP) and PSTN, its power lies in its ability to be
@@ -66,6 +68,7 @@
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
 
+
 %description devel
 This package contains all necessary include files and libraries needed
 to compile and develop applications that use Yate.
@@ -76,6 +79,7 @@
 Group:          Productivity/Telephony/Clients
 Requires:       %{name} = %{version}
 
+
 %description qt4
 The yate-qt4 package includes the files needed to use Yate as a VoIP client
 with a Qt4 graphical interface.
@@ -87,28 +91,34 @@
 Requires:       %{name}
 Requires:       php5
 
+
 %description scripts
 The yate-scripts package includes libraries for using external scripts with 
Yate.
 
 %if 0%{?packman_bs}
 
+
 %package with-amrnb
 License:        GPL-2.0
 Summary:        Yate with amrnb codec support
 Group:          Productivity/Telephony/Clients
 Requires:       %{name} = %{version}-%{release}
 
+
 %description with-amrnb
 Guarantees Yate with amrnb codec support.
 %endif
 
+
 %prep
 %setup -q -n %{name}
+%patch1 -p1
 
 %build
 %configure --docdir=%{_docdir}
 make #%{?_smp_mflags} # Parallel build causes side-effects (compile errors)
 
+
 %install
 %makeinstall
 %suse_update_desktop_file -i %{name}-qt4 Network Telephony Qt
@@ -122,14 +132,19 @@
 EOF
 %endif
 
+
 %post -p /sbin/ldconfig
 
+
 %postun -p /sbin/ldconfig
 
+
 %post qt4 -p /sbin/ldconfig
 
+
 %postun qt4 -p /sbin/ldconfig
 
+
 %files
 %defattr (-,root,root)
 %doc ChangeLog COPYING README
@@ -245,6 +260,7 @@
 %config(noreplace) %{_sysconfdir}/%{name}/zapcard.conf
 %config(noreplace) %{_sysconfdir}/%{name}/zlibcompress.conf
 
+
 %files devel
 %defattr (-,root,root)
 %{_includedir}/%{name}
@@ -253,6 +269,7 @@
 %{_mandir}/*/%{name}-config.*
 %{_libdir}/pkgconfig/%{name}.pc
 
+
 %files qt4
 %defattr(-, root, root)
 %{_bindir}/yate-qt4
@@ -266,15 +283,19 @@
 %config(noreplace) %{_sysconfdir}/%{name}/yate-qt4.conf
 %config(noreplace) %{_sysconfdir}/%{name}/providers.conf
 
+
 %files scripts
 %defattr (-,root,root)
 %{_datadir}/%{name}/scripts
 
 %if 0%{?packman_bs}
 
+
 %files with-amrnb
 %defattr (-,root,root)
 %doc README.amrnb
 %endif
 
+
+
 %changelog

++++++ yate-3.3.2-ppc64-libdir.patch ++++++
Index: yate/configure.in
===================================================================
--- yate.orig/configure.in
+++ yate/configure.in
@@ -37,7 +37,7 @@ archname=`uname -m` 2>/dev/null
 test -z "$archname" && archname=`arch -k`
 ARCHLIB="lib"
 case "x$archname" in
-    x*x86_64*)
+    x*x86_64*|xppc64)
        ARCHLIB=lib64
        ;;
 esac
Index: yate/configure
===================================================================
--- yate.orig/configure
+++ yate/configure
@@ -1983,7 +1983,7 @@ archname=`uname -m` 2>/dev/null
 test -z "$archname" && archname=`arch -k`
 ARCHLIB="lib"
 case "x$archname" in
-    x*x86_64*)
+    x*x86_64*|xppc64)
        ARCHLIB=lib64
        ;;
 esac
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to