Hello community, here is the log from the commit of package gnugk for openSUSE:Factory checked in at 2011-12-08 11:48:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnugk (Old) and /work/SRC/openSUSE:Factory/.gnugk.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnugk", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/gnugk/gnugk.changes 2011-09-23 02:01:19.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gnugk.new/gnugk.changes 2011-12-08 11:48:45.000000000 +0100 @@ -1,0 +2,11 @@ +Fri Dec 2 19:52:40 UTC 2011 - [email protected] + +- Remove redundant/unwanted tags/section (cf. specfile guidelines) +- Use %_smp_mflags for parallel building + +------------------------------------------------------------------- +Fri Dec 2 16:25:23 UTC 2011 - [email protected] + +- add automake as buildrequire to avoid implicit dependency + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnugk.spec ++++++ --- /var/tmp/diff_new_pack.cXqcVK/_old 2011-12-08 11:48:50.000000000 +0100 +++ /var/tmp/diff_new_pack.cXqcVK/_new 2011-12-08 11:48:50.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package gnugk (Version 2.2.6) +# spec file for package gnugk # -# 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,15 +15,24 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: gnugk -BuildRequires: SDL-devel gcc-c++ krb5 libdv openh323-devel openldap2 openldap2-devel pwlib-devel sgml-skel sgmltool speex-devel -Url: http://www.gnugk.org -License: GPL v2 or later +BuildRequires: SDL-devel +BuildRequires: automake +BuildRequires: gcc-c++ +BuildRequires: krb5 +BuildRequires: libdv +BuildRequires: openh323-devel +BuildRequires: openldap2 +BuildRequires: openldap2-devel +BuildRequires: pwlib-devel +BuildRequires: sgml-skel +BuildRequires: sgmltool +BuildRequires: speex-devel +URL: http://www.gnugk.org +License: GPL-2.0+ BuildRoot: %{_tmppath}/%{name}-%{version}-build -AutoReqProv: on Group: Productivity/Telephony/H323/Servers Requires: pwlib openh323 Provides: openh323gk @@ -31,7 +40,7 @@ PreReq: %insserv_prereq %fillup_prereq grep diffutils Summary: OpenH323 Gatekeeper--The GNU Gatekeeper Version: 2.2.6 -Release: 116 +Release: 0 Source0: gnugk-%{version}.tar.bz2 Source1: rc.gnugk @@ -39,28 +48,20 @@ The gatekeeper controls H.323 compatible clients (like ohphone) and can be used to set up a complete Internet telephony system. - - -Authors: --------- - Jan Willamowius <[email protected]> - %prep -%setup -n gnugk-%{version} +%setup -q %build autoconf --force aclocal %{?suse_update_config:%{suse_update_config -f}} -OPENH323VERSIONFILE=/usr/include/openh323/openh323buildopts.h ./configure \ - --prefix=/usr \ - --libdir=%{_libdir} \ - --mandir=%{_mandir} \ +export OPENH323VERSIONFILE=/usr/include/openh323/openh323buildopts.h +%configure \ --disable-mysql \ --disable-pgsql -make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fexceptions" OPENH323DIR=/usr/share/openh323 PREFIX=/usr OH323_LIBDIR=%{_libdir} opt -make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" OPENH323DIR=/usr/share/openh323 PREFIX=/usr OH323_LIBDIR=%{_libdir} addpasswd -make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" OPENH323DIR=/usr/share/openh323 PREFIX=/usr OH323_LIBDIR=%{_libdir} doc +make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fexceptions" OPENH323DIR=/usr/share/openh323 PREFIX=/usr OH323_LIBDIR=%{_libdir} opt %{?_smp_mflags} +make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" OPENH323DIR=/usr/share/openh323 PREFIX=/usr OH323_LIBDIR=%{_libdir} addpasswd %{?_smp_mflags} +make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" OPENH323DIR=/usr/share/openh323 PREFIX=/usr OH323_LIBDIR=%{_libdir} doc %{?_smp_mflags} %install export M=`uname -m` @@ -100,10 +101,6 @@ %{restart_on_update gnugk } %{insserv_cleanup} -%clean -# Clean up the mess -rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root) %doc *.txt -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
