commit libtranslate for openSUSE:Factory
Hello community, here is the log from the commit of package libtranslate for openSUSE:Factory checked in at 2012-02-01 09:58:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libtranslate (Old) and /work/SRC/openSUSE:Factory/.libtranslate.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libtranslate", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/libtranslate/libtranslate.changes 2012-01-30 12:26:59.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libtranslate.new/libtranslate.changes 2012-02-01 09:58:06.000000000 +0100 @@ -1,0 +2,7 @@ +Mon Jan 30 13:18:21 UTC 2012 - jengelh@medozas.de + +- Remove redundant tags/sections per specfile guideline suggestions +- Ensure pkgconfig symbols are provided +- Specify more exact BuildRequires + +------------------------------------------------------------------- New: ---- libtranslate-m4.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libtranslate.spec ++++++ --- /var/tmp/diff_new_pack.V2amWU/_old 2012-02-01 09:58:06.000000000 +0100 +++ /var/tmp/diff_new_pack.V2amWU/_new 2012-02-01 09:58:06.000000000 +0100 @@ -2,19 +2,25 @@ # spec file for package libtranslate # # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to this -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - Name: libtranslate Version: 0.99 Release: 0 -License: BSD-3-Clause Summary: Library for translating text -Url: http://www.nongnu.org/libtranslate/ +License: BSD-3-Clause Group: Development/Libraries/C and C++ +Url: http://www.nongnu.org/libtranslate/ Source: %{name}-%{version}.tar.gz @@ -36,12 +42,18 @@ #patch adding support for libsoup >= 2.4 Patch5: %{name}-%{version}-libsoup24.diff -BuildRequires: autoconf +Patch6: libtranslate-m4.diff + +BuildRequires: autoconf >= 2.52 BuildRequires: automake BuildRequires: gtk-doc BuildRequires: intltool BuildRequires: libsoup-devel BuildRequires: libtool +BuildRequires: pkgconfig +BuildRequires: pkgconfig(gmodule-2.0) >= 2.4.0 +BuildRequires: pkgconfig(gobject-2.0) >= 2.4.0 +BuildRequires: pkgconfig(gthread-2.0) >= 2.4.0 BuildRequires: pkgconfig(libxml-2.0) %if 0%{?suse_version} <= 1140 BuildRequires: libxslt @@ -90,13 +102,11 @@ %patch3 -p1 %patch4 -p1 %patch5 -p1 +%patch -P 6 -p1 %build -aclocal -I m4 -intltoolize --force -libtoolize -automake -autoconf +autoreconf -fi +intltoolize -f %configure --disable-static --enable-generic --disable-talkfilters make %{?_smp_mflags} @@ -120,7 +130,6 @@ %{_bindir}/translate %{_mandir}/*/* - %files devel %defattr (-,root,root,-) %{_includedir}/* ++++++ libtranslate-m4.diff ++++++ From: Jan Engelhardt <jengelh@medozas.de> Date: 012-01-30 14:21:28.446008638 +0100 aclocal ought to search in m4/ to find AM_PATH_TALKFILTERS. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) Index: libtranslate-0.99/Makefile.am =================================================================== --- libtranslate-0.99.orig/Makefile.am +++ libtranslate-0.99/Makefile.am @@ -1,3 +1,6 @@ +# -*- Makefile -*- + +ACLOCAL_AMFLAGS = -I m4 # docs needs src SUBDIRS = data m4 po src docs -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de