commit openh323 for openSUSE:Factory

2013-10-11 Thread h_root
Hello community,

here is the log from the commit of package openh323 for openSUSE:Factory 
checked in at 2013-10-11 12:53:41

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


Package is openh323

Changes:

--- /work/SRC/openSUSE:Factory/openh323/openh323.changes2012-07-12 
10:49:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.openh323.new/openh323.changes   2013-10-11 
12:53:42.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep 26 19:34:40 CEST 2013 - sbra...@suse.cz
+
+- Fix installed openh323u.mak to refer to the correct directories
+  (bnc#839475#c5).
+
+---



Other differences:
--
++ openh323.spec ++
--- /var/tmp/diff_new_pack.gmDdBm/_old  2013-10-11 12:53:43.0 +0200
+++ /var/tmp/diff_new_pack.gmDdBm/_new  2013-10-11 12:53:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openh323
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -72,11 +72,15 @@
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
 Requires:   pwlib-devel = 1.11.0
+# Suggest debugsource file, as it provides OH323_SRCDIR from openh323u.mak, 
which may be needed to compile some applications:
+Suggests:   openh323-debugsource
 
 %description devel
 This package contains header and script files of the openh323 library
-for developers
+for developers.
 
+To compile some third party projects that use files in OH323_SRCDIR, you
+may need to install also openh323-debugsource package.
 
 %prep
 %setup -q -n %{name}_v%{_version}
@@ -111,6 +115,19 @@
 
 %install
 %makeinstall
+# Now edit openh323u.mak to not refer to build directories:
+sed -i '
+# Set prefix
+/^H323_AVCODEC/i \
+PREFIX\t\t = %{_prefix}
+# Do not point to build directory
+s:^\(OPENH323DIR[[:space:]]*=[[:space:]]*\).*:\1%{_prefix}:
+# Fix libdir
+s:/lib$:/%{_lib}:g
+s:/lib/:/%{_lib}/:g
+# Set source reference to location, where openh323-debugsource install its data
+s:\$(OPENH323DIR)/src:/usr/src/debug/%{name}_v%{_version}:
+' %{buildroot}%{_datadir}/openh323/openh323u.mak
 
 %post -p /sbin/ldconfig
 


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



commit openh323 for openSUSE:Factory

2012-07-12 Thread h_root
Hello community,

here is the log from the commit of package openh323 for openSUSE:Factory 
checked in at 2012-07-12 10:49:31

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


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

Changes:

--- /work/SRC/openSUSE:Factory/openh323/openh323.changes2012-02-28 
14:14:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.openh323.new/openh323.changes   2012-07-12 
10:49:32.0 +0200
@@ -1,0 +2,5 @@
+Wed Jul 11 06:33:27 UTC 2012 - adr...@suse.de
+
+- fix build for armv7hl
+
+---



Other differences:
--
++ openh323.spec ++
--- /var/tmp/diff_new_pack.S14lj7/_old  2012-07-12 10:49:33.0 +0200
+++ /var/tmp/diff_new_pack.S14lj7/_new  2012-07-12 10:49:33.0 +0200
@@ -15,17 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 #
 %define DISTRIBUTABLE 1
 #
 %ifarch %ix86
 %define arch x86
 %else
-%ifarch armv7l
-%define arch armv7l
-%else
-%define arch %{_arch}
-%endif
+%define arch %{_target_cpu}
 %endif
 
 Name:   openh323


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



commit openh323 for openSUSE:Factory

2012-02-28 Thread h_root
Hello community,

here is the log from the commit of package openh323 for openSUSE:Factory 
checked in at 2012-02-28 14:14:21

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


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

Changes:

--- /work/SRC/openSUSE:Factory/openh323/openh323.changes2012-02-14 
13:06:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.openh323.new/openh323.changes   2012-02-28 
14:14:27.0 +0100
@@ -11,0 +12,5 @@
+Tue Dec  6 01:54:20 UTC 2011 - ag...@suse.com
+
+- set arch to armv7l on arm so the package list is correct
+
+---



Other differences:
--
++ openh323.spec ++
--- /var/tmp/diff_new_pack.l4nWXr/_old  2012-02-28 14:14:28.0 +0100
+++ /var/tmp/diff_new_pack.l4nWXr/_new  2012-02-28 14:14:28.0 +0100
@@ -15,15 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 #
 %define DISTRIBUTABLE 1
 #
 %ifarch %ix86
 %define arch x86
 %else
+%ifarch armv7l
+%define arch armv7l
+%else
 %define arch %{_arch}
 %endif
+%endif
 
 Name:   openh323
 Summary:An Open Source ITU H.323 Library and Sample Application


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



commit openh323 for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package openh323 for openSUSE:Factory 
checked in at 2012-02-14 13:06:52

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


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

Changes:

--- /work/SRC/openSUSE:Factory/openh323/openh323.changes2011-12-05 
12:44:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.openh323.new/openh323.changes   2012-02-14 
13:06:54.0 +0100
@@ -1,0 +2,16 @@
+Thu Feb  9 10:10:43 CET 2012 - meiss...@suse.de
+
+- remove suse_update_config old call
+
+---
+Fri Dec  9 11:50:08 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Fri Dec  2 15:26:13 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+- Use %_smp_mflags for parallel building
+
+---



Other differences:
--
++ openh323.spec ++
--- /var/tmp/diff_new_pack.8WRWRR/_old  2012-02-14 13:06:55.0 +0100
+++ /var/tmp/diff_new_pack.8WRWRR/_new  2012-02-14 13:06:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openh323
 #
-# 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
@@ -14,6 +14,9 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
+#
 %define DISTRIBUTABLE 1
 #
 %ifarch %ix86
@@ -24,11 +27,11 @@
 
 Name:   openh323
 Summary:An Open Source ITU H.323 Library and Sample Application
+License:MPL-1.0
+Group:  System/Libraries
 Version:1.19.0.1
 Release:0
 %define _version 1_19_0_1
-License:MPL ..
-Group:  System/Libraries
 Url:http://openh323.sourceforge.net/
 Source: openh323-v%{_version}-src-tar.bz2
 Patch:  openh323_v1_19_0_1.diff
@@ -96,7 +99,6 @@
 autoconf --force
 aclocal
 cd ..
-%{?suse_update_config:%{suse_update_config -f}}
 export CPPFLAGS=-I/usr/include/gsm
 export CCFLAGS=$RPM_OPT_FLAGS
 export OPTCCFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing -fstack-protector
@@ -105,7 +107,7 @@
 %configure \
--disable-versioncheck
 
-%{__make} %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %makeinstall
@@ -114,9 +116,6 @@
 
 %postun -p /sbin/ldconfig
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc ChangeLog VoIPBlaster.txt mpl-1.0.htm videonotes.rtf


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



commit openh323 for openSUSE:Factory

2011-12-05 Thread h_root
Hello community,

here is the log from the commit of package openh323 for openSUSE:Factory 
checked in at 2011-12-05 12:44:46

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


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

Changes:

--- /work/SRC/openSUSE:Factory/openh323/openh323.changes2011-09-23 
02:15:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.openh323.new/openh323.changes   2011-12-05 
12:44:48.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 13:07:55 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ openh323.spec ++
--- /var/tmp/diff_new_pack.5NIv47/_old  2011-12-05 12:44:52.0 +0100
+++ /var/tmp/diff_new_pack.5NIv47/_new  2011-12-05 12:44:52.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package openh323 (Version 1.19.0.1)
+# spec file for package openh323
 #
-# Copyright (c) 2010 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
@@ -14,9 +14,6 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
-# norootforbuild
-
 %define DISTRIBUTABLE 1
 #
 %ifarch %ix86
@@ -28,11 +25,10 @@
 Name:   openh323
 Summary:An Open Source ITU H.323 Library and Sample Application
 Version:1.19.0.1
-Release:233
+Release:0
 %define _version 1_19_0_1
 License:MPL ..
 Group:  System/Libraries
-AutoReqProv:on
 Url:http://openh323.sourceforge.net/
 Source: openh323-v%{_version}-src-tar.bz2
 Patch:  openh323_v1_19_0_1.diff
@@ -43,7 +39,9 @@
 Patch5: patches/openh323-nonat_ptrace
 Patch6: openh323.linux-compiler.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  SDL-devel gcc-c++
+BuildRequires:  SDL-devel
+BuildRequires:  automake
+BuildRequires:  gcc-c++
 BuildRequires:  libdv
 BuildRequires:  libgsm-devel
 BuildRequires:  openldap2-devel
@@ -67,7 +65,6 @@
 
 
 %package devel
-License:MPL ..
 Summary:OpenH323 Library for developers
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}


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