Hello community, here is the log from the commit of package libgsasl for openSUSE:Factory checked in at 2012-08-23 16:04:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libgsasl (Old) and /work/SRC/openSUSE:Factory/.libgsasl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgsasl", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/libgsasl/libgsasl.changes 2012-07-30 11:35:57.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libgsasl.new/libgsasl.changes 2012-08-23 16:04:50.000000000 +0200 @@ -1,0 +2,11 @@ +Mon Aug 13 08:54:08 UTC 2012 - [email protected] + +- license update: LGPL-2.1+ and GPL-3.0+ + contains numerous GPL-3.0+ licensed test files + +------------------------------------------------------------------- +Sat Aug 11 13:44:34 UTC 2012 - [email protected] + +- Have package compile on RHEL6ish. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgsasl.spec ++++++ --- /var/tmp/diff_new_pack.AFLLk5/_old 2012-08-23 16:04:51.000000000 +0200 +++ /var/tmp/diff_new_pack.AFLLk5/_new 2012-08-23 16:04:51.000000000 +0200 @@ -17,24 +17,26 @@ Name: libgsasl -BuildRequires: fdupes -BuildRequires: gcc-c++ -BuildRequires: gettext-devel -BuildRequires: krb5-devel -BuildRequires: libgcrypt-devel -BuildRequires: libgssglue-devel -BuildRequires: libidn-devel -BuildRequires: libntlm-devel -BuildRequires: pkg-config Version: 1.6.1 Release: 0 Source: %{name}-%{version}.tar.gz Patch1: libgsasl-stdio.h.patch Summary: Implementation of the SASL framework and a few common SASL mechanisms -License: LGPL-2.1+ +License: LGPL-2.1+ and GPL-3.0+ Group: Development/Libraries/C and C++ Url: http://www.gnu.org/software/gsasl/ BuildRoot: %{_tmppath}/%{name}-%{version}-build +%if 0%{?suse_version} +BuildRequires: fdupes +%endif +BuildRequires: gcc-c++ +BuildRequires: gettext-devel +BuildRequires: krb5-devel +BuildRequires: libgcrypt-devel +BuildRequires: libgssglue-devel +BuildRequires: libidn-devel +BuildRequires: libntlm-devel +BuildRequires: pkgconfig %description GNU SASL is an implementation of the Simple Authentication and @@ -66,7 +68,20 @@ used by network servers (e.g., IMAP, SMTP) to request authentication from clients, and in clients to authenticate against servers. -%lang_package +%package lang +# Should use %%lang_package, but that does not exist in upstream rpm +Summary: Languages for package %name +Group: System/Localization +Requires: %name = %version +Provides: %name-lang-all = %version +%if 0%{?suse_version} >= 1140 || 0%{?fedora_version} >= 15 +Supplements: packageand(bundle-lang-other:%name) +BuildArch: noarch +%endif + +%description lang +Provides translations to the package %name + %prep %setup -q %patch1 -p1 @@ -79,7 +94,9 @@ %makeinstall %find_lang %{name} rm -f %{buildroot}%{_libdir}/*.la -%fdupes $RPM_BUILD_ROOT +%if 0%{?fdupes:1} +%fdupes %buildroot +%endif %post -n libgsasl7 -p /sbin/ldconfig -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
