Hello community, here is the log from the commit of package libnettle for openSUSE:Factory checked in at Mon Sep 26 10:07:51 CEST 2011.
-------- --- libnettle/libnettle.changes 2011-09-19 21:05:39.000000000 +0200 +++ /mounts/work_src_done/STABLE/libnettle/libnettle.changes 2011-09-24 18:00:36.000000000 +0200 @@ -1,0 +2,5 @@ +Sat Sep 24 15:58:07 UTC 2011 - [email protected] + +- BuildRequire pkgconfig to fix rpmlint warning + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libnettle.spec ++++++ --- /var/tmp/diff_new_pack.eEBbtQ/_old 2011-09-26 10:07:48.000000000 +0200 +++ /var/tmp/diff_new_pack.eEBbtQ/_new 2011-09-26 10:07:48.000000000 +0200 @@ -15,22 +15,22 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: libnettle Version: 2.4 Release: 3 +License: LGPL-2.1+ and GPL-2.0+ %define soname 4 %define hogweed_soname 2 Summary: Cryptographic Library +Group: System/Libraries Source0: ftp://ftp.lysator.liu.se/pub/security/lsh/nettle-%{version}.tar.gz Source1: baselibs.conf -Group: System/Libraries -License: LGPL-2.1+ and GPL-2.0+ -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gmp-devel +BuildRequires: pkgconfig PreReq: %install_info_prereq +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Nettle is a cryptographic library that is designed to fit easily in more or @@ -39,9 +39,9 @@ %package -n libnettle%{soname} +License: LGPL-2.1+ Summary: Cryptographic Library Group: System/Libraries -License: LGPL-2.1+ %description -n libnettle%{soname} Nettle is a cryptographic library that is designed to fit easily in more or @@ -50,9 +50,9 @@ %package -n libhogweed%{hogweed_soname} +License: LGPL-2.1+ Summary: Cryptographic Library for Public Key Algorithms Group: System/Libraries -License: LGPL-2.1+ %description -n libhogweed%{hogweed_soname} Nettle is a cryptographic library that is designed to fit easily in more or @@ -62,12 +62,13 @@ The libhogweed library contains public key algorithms to use with libnettie. %package -n libnettle-devel +License: LGPL-2.1+ Summary: Cryptographic Library Group: Development/Libraries/C and C++ -Requires: libnettle%{soname} = %{version} +Requires: glibc-devel +Requires: gmp-devel Requires: libhogweed%{hogweed_soname} = %{version} -Requires: gmp-devel glibc-devel -License: LGPL-2.1+ +Requires: libnettle%{soname} = %{version} %description -n libnettle-devel Nettle is a cryptographic library that is designed to fit easily in more or @@ -94,7 +95,7 @@ %configure --disable-static \ --enable-shared -%__make %{?jobs:-j%{jobs}} +make %{?_smp_mflags} %install %makeinstall @@ -115,7 +116,7 @@ %install_info_delete --info-dir="%{_infodir}" "%{_infodir}"/nettle.info%{ext_info} %clean -%__rm -rf "%{buildroot}" +rm -rf %{buildroot} %check make check ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
