commit bayonne2 for openSUSE:Factory

2014-12-23 Thread h_root
Hello community,

here is the log from the commit of package bayonne2 for openSUSE:Factory 
checked in at 2014-12-23 11:51:02

Comparing /work/SRC/openSUSE:Factory/bayonne2 (Old)
 and  /work/SRC/openSUSE:Factory/.bayonne2.new (New)


Package is bayonne2

Changes:

--- /work/SRC/openSUSE:Factory/bayonne2/bayonne2.changes2012-11-10 
16:57:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.bayonne2.new/bayonne2.changes   2014-12-23 
11:49:46.0 +0100
@@ -1,0 +2,11 @@
+Mon Dec  8 23:06:32 UTC 2014 - jeng...@inai.de
+
+- Use Source URL and original tarballs with signatures
+
+---
+Sun Nov 16 19:06:00 UTC 2014 - Led led...@gmail.com
+
+- Add bayonne2-2.3.2-fix-bashisms.patch to fix bashisms in
+  shell scripts
+
+---

Old:

  bayonne2-2.3.2.tar.bz2

New:

  bayonne2-2.3.2-fix-bashisms.patch
  bayonne2-2.3.2.tar.gz
  bayonne2-2.3.2.tar.gz.sig
  bayonne2.keyring



Other differences:
--
++ bayonne2.spec ++
--- /var/tmp/diff_new_pack.jjIWhL/_old  2014-12-23 11:49:47.0 +0100
+++ /var/tmp/diff_new_pack.jjIWhL/_new  2014-12-23 11:49:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bayonne2
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,12 +25,15 @@
 Summary:The telephony server of the GNU project
 License:GPL-2.0+
 Group:  Productivity/Telephony/Servers
-Url:http://gnu.org/software/bayonne
-Source0:%{name}-%{version}.tar.bz2
+Url:http://gnu.org/software/bayonne/
+Source: http://ftp.gnu.org/pub/gnu/bayonne/%name-%version.tar.gz
+Source2:http://ftp.gnu.org/pub/gnu/bayonne/%name-%version.tar.gz.sig
+Source3:%name.keyring
 Patch0: %{name}-opensuse.patch
 Patch1: bayonne2-const_char.patch
 Patch2: bayonne2-rlimit.patch
 Patch3: bayonne2-libtool.patch
+Patch4: bayonne2-2.3.2-fix-bashisms.patch
 BuildRequires:  SDL-devel
 BuildRequires:  ccaudio2-devel
 BuildRequires:  ccrtp-devel
@@ -85,7 +88,7 @@
 
 %package devel
 Summary:The telephony server of the GNU project
-Group:  Development/Libraries/Other
+Group:  Development/Libraries/C and C++
 Requires:   %lname = %version
 Requires:   ccaudio2-devel
 Requires:   ccscript3-devel
@@ -110,6 +113,7 @@
 %patch1 -p1
 %patch2 -p0
 %patch3 -p1
+%patch4 -p1
 
 %build
 autoreconf --force --install

++ bayonne2-2.3.2-fix-bashisms.patch ++
From: Oleksandr Chumachenko led...@gmail.com
Date: 2014-11-16 19:06:00+
X-Upstream: unknown status; easily drop from openSUSE if needed

---
 config/bayonne.init|8 
 config/bayonne.init.in |8 
 utils/audiosync|3 ++-
 utils/ttstool  |2 +-
 4 files changed, 11 insertions(+), 10 deletions(-)

Index: bayonne2-2.3.2/config/bayonne.init
===
--- bayonne2-2.3.2.orig/config/bayonne.init
+++ bayonne2-2.3.2/config/bayonne.init
@@ -35,13 +35,13 @@ DAEMON_OPTS=-p
 set -e
 
 if test -f /etc/sysconfig/bayonne ; then
-source /etc/sysconfig/bayonne
+   . /etc/sysconfig/bayonne
 elif test -f /etc/conf.d/bayonne ; then
-source /etc/conf.d/bayonne
+   . /etc/conf.d/bayonne
 elif test -f /etc/site-start.d/bayonne ; then
-source /etc/site-start.d/bayonne
+   . /etc/site-start.d/bayonne
 elif test -f /etc/defaults/bayonne.conf ; then
-source /etc/defaults/bayonne.conf
+   . /etc/defaults/bayonne.conf
 fi
 
 if test ! -z $CONFIG ; then
Index: bayonne2-2.3.2/config/bayonne.init.in
===
--- bayonne2-2.3.2.orig/config/bayonne.init.in
+++ bayonne2-2.3.2/config/bayonne.init.in
@@ -47,13 +47,13 @@ set -e
 . /etc/rc.status
 
 if test -f /etc/sysconfig/bayonne ; then
-source /etc/sysconfig/bayonne
+   . /etc/sysconfig/bayonne
 elif test -f /etc/conf.d/bayonne ; then
-source /etc/conf.d/bayonne
+   . /etc/conf.d/bayonne
 elif test -f /etc/site-start.d/bayonne ; then
-source /etc/site-start.d/bayonne
+   . /etc/site-start.d/bayonne
 elif test -f /etc/defaults/bayonne.conf ; then
-source /etc/defaults/bayonne.conf
+   . /etc/defaults/bayonne.conf
 fi
 
 if test ! -z $CONFIG ; then
Index: bayonne2-2.3.2/utils/audiosync
===

commit bayonne2 for openSUSE:Factory

2012-11-10 Thread h_root
Hello community,

here is the log from the commit of package bayonne2 for openSUSE:Factory 
checked in at 2012-11-10 16:57:22

Comparing /work/SRC/openSUSE:Factory/bayonne2 (Old)
 and  /work/SRC/openSUSE:Factory/.bayonne2.new (New)


Package is bayonne2, Maintainer is kk...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/bayonne2/bayonne2.changes2012-09-11 
09:04:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.bayonne2.new/bayonne2.changes   2012-11-10 
16:57:27.0 +0100
@@ -1,0 +2,8 @@
+Fri Nov  2 10:50:45 UTC 2012 - kkae...@suse.com
+
+- added bayonne2-libtool.patch
+  this fixes module linking - this pretends to ues libtool, but
+  doesn't actually build libtool modules, so the COMMON_MODOPTS
+  needs to contain the correct linker options
+
+---

New:

  bayonne2-libtool.patch



Other differences:
--
++ bayonne2.spec ++
--- /var/tmp/diff_new_pack.NAmCR0/_old  2012-11-10 16:57:29.0 +0100
+++ /var/tmp/diff_new_pack.NAmCR0/_new  2012-11-10 16:57:29.0 +0100
@@ -30,6 +30,7 @@
 Patch0: %{name}-opensuse.patch
 Patch1: bayonne2-const_char.patch
 Patch2: bayonne2-rlimit.patch
+Patch3: bayonne2-libtool.patch
 BuildRequires:  SDL-devel
 BuildRequires:  ccaudio2-devel
 BuildRequires:  ccrtp-devel
@@ -108,6 +109,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p0
+%patch3 -p1
 
 %build
 autoreconf --force --install

++ bayonne2-libtool.patch ++
diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs -x Makefile -x Makefile.in 
../orig-bayonne2-2.3.2/configure.ac ./configure.ac
--- ../orig-bayonne2-2.3.2/configure.ac 2007-01-18 14:02:52.0 +0100
+++ ./configure.ac  2012-11-02 11:47:11.106364211 +0100
@@ -327,6 +327,7 @@
 COMMON_LIBPATH=`pkg-config --variable=libdir libccgnu2`
 COMMON_LIBFLAGS=-L$COMMON_LIBPATH $COMMON_LIBS
 COMMON_MODFLAGS=`pkg-config --variable=modflags libccgnu2`
+COMMON_MODFLAGS=$COMMON_MODFLAGS -XCClinker -shared
 EXTRAS_LIBFLAGS=-L$COMMON_LIBPATH $EXTRAS_LIBS
 CXXFLAGS=$CXXFLAGS $COMMON_CFLAGS
 AC_SUBST(COMMON_MODFLAGS)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit bayonne2 for openSUSE:Factory

2012-09-11 Thread h_root
Hello community,

here is the log from the commit of package bayonne2 for openSUSE:Factory 
checked in at 2012-09-11 09:04:22

Comparing /work/SRC/openSUSE:Factory/bayonne2 (Old)
 and  /work/SRC/openSUSE:Factory/.bayonne2.new (New)


Package is bayonne2, Maintainer is kk...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/bayonne2/bayonne2.changes2012-06-07 
15:37:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.bayonne2.new/bayonne2.changes   2012-09-11 
09:04:24.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep 10 10:51:50 UTC 2012 - wer...@suse.de
+
+- Make `getrlimit' and `struct rlimit' known to g++
+- Help doxygen to find epstopdf and also to be able to use it
+
+---

New:

  bayonne2-rlimit.patch



Other differences:
--
++ bayonne2.spec ++
--- /var/tmp/diff_new_pack.YFFpp2/_old  2012-09-11 09:04:29.0 +0200
+++ /var/tmp/diff_new_pack.YFFpp2/_new  2012-09-11 09:04:29.0 +0200
@@ -29,12 +29,14 @@
 Source0:%{name}-%{version}.tar.bz2
 Patch0: %{name}-opensuse.patch
 Patch1: bayonne2-const_char.patch
+Patch2: bayonne2-rlimit.patch
 BuildRequires:  SDL-devel
 BuildRequires:  ccaudio2-devel
 BuildRequires:  ccrtp-devel
 BuildRequires:  ccscript3-devel
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
+BuildRequires:  ghostscript
 BuildRequires:  libdv
 BuildRequires:  libtool
 BuildRequires:  openh323-devel
@@ -45,6 +47,7 @@
 BuildRequires:  python-devel
 BuildRequires:  sox-devel
 BuildRequires:  speex-devel
+BuildRequires:  texlive-epstopdf
 %ifnarch s390 s390x
 BuildRequires:  capi4linux
 BuildRequires:  capi4linux-devel
@@ -104,6 +107,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p0
 
 %build
 autoreconf --force --install

++ bayonne2-rlimit.patch ++
--- server/methods.cpp
+++ server/methods.cpp  2012-09-10 10:49:37.432441642 +
@@ -15,6 +15,8 @@
 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 #include server.h
+#include sys/time.h
+#include sys/resource.h
 #ifndefWIN32
 #include sys/wait.h
 #endif
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit bayonne2 for openSUSE:Factory

2012-06-07 Thread h_root
Hello community,

here is the log from the commit of package bayonne2 for openSUSE:Factory 
checked in at 2012-06-07 15:37:19

Comparing /work/SRC/openSUSE:Factory/bayonne2 (Old)
 and  /work/SRC/openSUSE:Factory/.bayonne2.new (New)


Package is bayonne2, Maintainer is kk...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/bayonne2/bayonne2.changes2011-12-12 
16:56:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.bayonne2.new/bayonne2.changes   2012-06-07 
15:37:25.0 +0200
@@ -1,0 +2,22 @@
+Mon Jun  4 08:51:06 UTC 2012 - idon...@suse.com
+
+- Fix requires 
+
+---
+Thu May 31 12:11:24 UTC 2012 - jeng...@inai.de
+
+- Adhere to shlib packaging policy
+
+---
+Wed Feb 22 18:10:32 UTC 2012 - kk...@linux-pingi.de
+
+- update to version 2.3.2. Added the following:
+* service keyword to bind scripts to xmlrpc services
+* pending completion handlers in xmlrpc to allow services to
+  start and run and return response on completion
+* xmlrpc server services to locate service binding and return keymap
+* reorg of exit reason string to use %script.error if no reason set
+* restructure of session xmlrpc service/session creation around
+  service binding keyword and completion handling
+
+---

Old:

  bayonne2-1.5.19-const_char.dif
  bayonne2-1.5.19.dif
  bayonne2-1.5.19.tar.bz2

New:

  bayonne2-2.3.2.tar.bz2
  bayonne2-const_char.patch
  bayonne2-opensuse.patch



Other differences:
--
++ bayonne2.spec ++
--- /var/tmp/diff_new_pack.5KB1tA/_old  2012-06-07 15:37:28.0 +0200
+++ /var/tmp/diff_new_pack.5KB1tA/_new  2012-06-07 15:37:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bayonne2
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,7 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   bayonne2
+%define lname  libbayonne-2_3-0
+# plugins to libbayonne or so:
+%define ldname libbayonne-2_3
+Version:2.3.2
+Release:0
+Summary:The telephony server of the GNU project
+License:GPL-2.0+
+Group:  Productivity/Telephony/Servers
+Url:http://gnu.org/software/bayonne
+Source0:%{name}-%{version}.tar.bz2
+Patch0: %{name}-opensuse.patch
+Patch1: bayonne2-const_char.patch
 BuildRequires:  SDL-devel
 BuildRequires:  ccaudio2-devel
 BuildRequires:  ccrtp-devel
@@ -36,46 +49,52 @@
 BuildRequires:  capi4linux
 BuildRequires:  capi4linux-devel
 %endif
-Version:1.5.19
-Release:0
-Summary:the telephony server of the GNU project
-License:GPL-2.0+
-Group:  Productivity/Telephony/Servers
-Url:http://www.gnu.org/software/bayonne
-Source0:%{name}-%{version}.tar.bz2
-Patch0: %{name}-%{version}.dif
-Patch1: bayonne2-1.5.19-const_char.dif
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %fillup_prereq
 PreReq: %insserv_prereq
 Recommends: cron
 Recommends: logrotate
-Provides:   bayonne
-Obsoletes:  bayonne
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Bayonne offers a script programmable modular server for deploying
 multi-line telephony voice response and computer telephony
 applications.
 
+%package -n %lname
+Summary:The telephony server of the GNU project
+Group:  System/Libraries
+Requires:   %ldname = %version
+
+%description -n %lname
+Bayonne offers a script programmable modular server for deploying
+multi-line telephony voice response and computer telephony
+applications.
+
+%package -n %ldname
+Summary:The telephony server of the GNU project
+Group:  System/Libraries
+
+%description -n %ldname
+Bayonne offers a script programmable modular server for deploying
+multi-line telephony voice response and computer telephony
+applications.
+
 %package devel
-Summary:the telephony server of the GNU project
+Summary:The telephony server of the GNU project
 Group:  Development/Libraries/Other
-Requires:   %{name} = %{version}
+Requires:   %lname = %version
 Requires:   ccaudio2-devel
 Requires:   ccscript3-devel
-Provides:   bayonne-devel
-Obsoletes:  bayonne-devel
 
 %description devel
-the telephony server of the GNU project
+This package provides header and support 

commit bayonne2 for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package bayonne2 for openSUSE:Factory 
checked in at 2011-12-12 16:55:55

Comparing /work/SRC/openSUSE:Factory/bayonne2 (Old)
 and  /work/SRC/openSUSE:Factory/.bayonne2.new (New)


Package is bayonne2, Maintainer is kk...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/bayonne2/bayonne2.changes2011-10-04 
16:54:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.bayonne2.new/bayonne2.changes   2011-12-12 
16:56:17.0 +0100
@@ -1,0 +2,10 @@
+Sat Dec 10 11:11:48 CET 2011 - meiss...@suse.de
+
+- does not need to openldap2 binaries, just the libs
+
+---
+Fri Sep 30 20:07:44 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to make the spec file more reliable
+
+---



Other differences:
--
++ bayonne2.spec ++
--- /var/tmp/diff_new_pack.df6UUH/_old  2011-12-12 16:56:42.0 +0100
+++ /var/tmp/diff_new_pack.df6UUH/_new  2011-12-12 16:56:42.0 +0100
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   bayonne2
 BuildRequires:  SDL-devel
 BuildRequires:  ccaudio2-devel
@@ -25,8 +23,8 @@
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
 BuildRequires:  libdv
+BuildRequires:  libtool
 BuildRequires:  openh323-devel
-BuildRequires:  openldap2
 BuildRequires:  openldap2-devel
 BuildRequires:  pam-devel
 BuildRequires:  pkgconfig
@@ -39,11 +37,11 @@
 BuildRequires:  capi4linux-devel
 %endif
 Version:1.5.19
-Release:250
-License:GPLv2+
+Release:0
 Summary:the telephony server of the GNU project
-Url:http://www.gnu.org/software/bayonne
+License:GPL-2.0+
 Group:  Productivity/Telephony/Servers
+Url:http://www.gnu.org/software/bayonne
 Source0:%{name}-%{version}.tar.bz2
 Patch0: %{name}-%{version}.dif
 Patch1: bayonne2-1.5.19-const_char.dif
@@ -61,7 +59,6 @@
 applications.
 
 %package devel
-License:GPLv2+
 Summary:the telephony server of the GNU project
 Group:  Development/Libraries/Other
 Requires:   %{name} = %{version}
@@ -74,7 +71,6 @@
 the telephony server of the GNU project
 
 %package UsEng
-License:GPLv2+
 Summary:voice library for US English Male speaker
 Group:  Productivity/Telephony/Servers
 Requires:   %{name} = %{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit bayonne2 for openSUSE:Factory

2011-10-04 Thread h_root

Hello community,

here is the log from the commit of package bayonne2 for openSUSE:Factory
checked in at Tue Oct 4 16:54:03 CEST 2011.




--- openSUSE:Factory/bayonne2/bayonne2.changes  2011-09-23 01:52:24.0 
+0200
+++ /mounts/work_src_done/STABLE/bayonne2/bayonne2.changes  2011-09-28 
15:39:15.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep 28 13:38:55 UTC 2011 - co...@suse.com
+
+- adapt buildrequires for ccrtp fix
+- ran spec-cleaner
+
+---

calling whatdependson for head-i586




Other differences:
--
++ bayonne2.spec ++
--- /var/tmp/diff_new_pack.3HaRBN/_old  2011-10-04 16:53:59.0 +0200
+++ /var/tmp/diff_new_pack.3HaRBN/_new  2011-10-04 16:53:59.0 +0200
@@ -18,24 +18,42 @@
 
 
 Name:   bayonne2
-BuildRequires:  SDL-devel ccaudio2-devel ccscript3-devel doxygen gcc-c++ 
libccrtp-devel libdv openh323-devel openldap2 openldap2-devel pam-devel 
pkgconfig pwlib-devel python-devel sox-devel speex-devel
+BuildRequires:  SDL-devel
+BuildRequires:  ccaudio2-devel
+BuildRequires:  ccrtp-devel
+BuildRequires:  ccscript3-devel
+BuildRequires:  doxygen
+BuildRequires:  gcc-c++
+BuildRequires:  libdv
+BuildRequires:  openh323-devel
+BuildRequires:  openldap2
+BuildRequires:  openldap2-devel
+BuildRequires:  pam-devel
+BuildRequires:  pkgconfig
+BuildRequires:  pwlib-devel
+BuildRequires:  python-devel
+BuildRequires:  sox-devel
+BuildRequires:  speex-devel
 %ifnarch s390 s390x
-BuildRequires:  capi4linux capi4linux-devel
+BuildRequires:  capi4linux
+BuildRequires:  capi4linux-devel
 %endif
 Version:1.5.19
 Release:250
+License:GPLv2+
 Summary:the telephony server of the GNU project
 Url:http://www.gnu.org/software/bayonne
-License:GPL v2 or later
 Group:  Productivity/Telephony/Servers
-PreReq: %insserv_prereq %fillup_prereq
-Recommends: logrotate cron
+Source0:%{name}-%{version}.tar.bz2
+Patch0: %{name}-%{version}.dif
+Patch1: bayonne2-1.5.19-const_char.dif
+PreReq: %fillup_prereq
+PreReq: %insserv_prereq
+Recommends: cron
+Recommends: logrotate
 Provides:   bayonne
 Obsoletes:  bayonne
-Source0:%{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Patch:  %{name}-%{version}.dif
-Patch1: bayonne2-1.5.19-const_char.dif
 
 %description
 Bayonne offers a script programmable modular server for deploying
@@ -43,10 +61,12 @@
 applications.
 
 %package devel
-License:GPL v2 or later
+License:GPLv2+
 Summary:the telephony server of the GNU project
 Group:  Development/Libraries/Other
-Requires:   %{name} = %{version} ccscript3-devel ccaudio2-devel
+Requires:   %{name} = %{version}
+Requires:   ccaudio2-devel
+Requires:   ccscript3-devel
 Provides:   bayonne-devel
 Obsoletes:  bayonne-devel
 
@@ -54,7 +74,7 @@
 the telephony server of the GNU project
 
 %package UsEng
-License:GPL v2 or later
+License:GPLv2+
 Summary:voice library for US English Male speaker
 Group:  Productivity/Telephony/Servers
 Requires:   %{name} = %{version}
@@ -65,28 +85,26 @@
 The US English speaker library offers default voice prompts for the
 Bayonne telephony server.
 
-
-
 %prep
 %setup -q
-%patch
+%patch0
 %patch1
 
 %build
 autoreconf --force --install
-CXXFLAGS=$RPM_OPT_FLAGS \
+CXXFLAGS=%{optflags} \
 %configure --with-pic \
--disable-static \
--libexecdir=%{_datadir}/bayonne/exec \
--without-openh323
-make CFLAGS=$RPM_OPT_FLAGS %{?_smp_mflags}
+make CFLAGS=%{optflags} %{?_smp_mflags}
 
 %install
-mkdir -p $RPM_BUILD_ROOT/etc/init.d
-mkdir -p $RPM_BUILD_ROOT%{_prefix}/bin
-mkdir -p $RPM_BUILD_ROOT%{_sbindir}
-make DESTDIR=$RPM_BUILD_ROOT install
-ln -s ../../etc/init.d/bayonne $RPM_BUILD_ROOT%{_sbindir}/rcbayonne
+mkdir -p %{buildroot}%{_sysconfdir}/init.d
+mkdir -p %{buildroot}%{_prefix}/bin
+mkdir -p %{buildroot}%{_sbindir}
+%make_install
+ln -s ../../etc/init.d/bayonne %{buildroot}%{_sbindir}/rcbayonne
 rm -f %{buildroot}%{_libdir}/libbayonne.la
 
 %preun
@@ -104,10 +122,10 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING README
-%dir /etc/bayonne
-%config(noreplace) /etc/bayonne/*.conf
-%config /etc/logrotate.d/bayonne
-%config /etc/init.d/bayonne
+%dir %{_sysconfdir}/bayonne
+%config(noreplace) %{_sysconfdir}/bayonne/*.conf
+%config %{_sysconfdir}/logrotate.d/bayonne
+%config %{_sysconfdir}/init.d/bayonne
 %{_sbindir}/bayonne
 %{_sbindir}/rcbayonne
 %{_bindir}/audiosync
@@ -118,23 +136,20 @@
 %{_bindir}/btsexec-python
 %{_bindir}/btsmusic
 %{_bindir}/ttstool
-%dir %{_datadir}/bayonne
-%{_datadir}/bayonne/*
+%{_datadir}/bayonne/
 %{_libdir}/libbayonne*.so.*
-%dir %{_libdir}/bayonne-1.5
-%{_libdir}/bayonne-1.5/*
+%{_libdir}/bayonne-1.5/
 

commit bayonne2 for openSUSE:Factory

2011-09-19 Thread h_root

Hello community,

here is the log from the commit of package bayonne2 for openSUSE:Factory
checked in at Mon Sep 19 21:04:15 CEST 2011.




--- bayonne2/bayonne2.changes   2009-06-21 12:23:38.0 +0200
+++ /mounts/work_src_done/STABLE/bayonne2/bayonne2.changes  2011-09-17 
21:14:17.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep 17 19:14:13 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ bayonne2.spec ++
--- /var/tmp/diff_new_pack.a1bgk0/_old  2011-09-19 21:04:11.0 +0200
+++ /var/tmp/diff_new_pack.a1bgk0/_new  2011-09-19 21:04:11.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package bayonne2 (Version 1.5.19)
+# spec file for package bayonne2
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   bayonne2
@@ -29,7 +28,6 @@
 Url:http://www.gnu.org/software/bayonne
 License:GPL v2 or later
 Group:  Productivity/Telephony/Servers
-AutoReqProv:on
 PreReq: %insserv_prereq %fillup_prereq
 Recommends: logrotate cron
 Provides:   bayonne
@@ -44,14 +42,6 @@
 multi-line telephony voice response and computer telephony
 applications.
 
-
-
-Authors:
-
-David Sugar dy...@ostel.com
-David Rowe da...@dspace.com
-Kai Germaschewski kai.germaschew...@gmx.de
-
 %package devel
 License:GPL v2 or later
 Summary:the telephony server of the GNU project
@@ -63,14 +53,6 @@
 %description devel
 the telephony server of the GNU project
 
-
-
-Authors:
-
-David Sugar dy...@ostel.com
-David Rowe da...@dspace.com
-Kai Germaschewski kai.germaschew...@gmx.de
-
 %package UsEng
 License:GPL v2 or later
 Summary:voice library for US English Male speaker
@@ -97,7 +79,7 @@
--disable-static \
--libexecdir=%{_datadir}/bayonne/exec \
--without-openh323
-make CFLAGS=$RPM_OPT_FLAGS %{?jobs:-j%jobs}
+make CFLAGS=$RPM_OPT_FLAGS %{?_smp_mflags}
 
 %install
 mkdir -p $RPM_BUILD_ROOT/etc/init.d
@@ -107,9 +89,6 @@
 ln -s ../../etc/init.d/bayonne $RPM_BUILD_ROOT%{_sbindir}/rcbayonne
 rm -f %{buildroot}%{_libdir}/libbayonne.la
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %preun
 %stop_on_removal bayonne
 






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org