From f0d42cb8c6923ade100202d8388f29997163dc992ee948ea44e77e1f6c7551d9 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Tue, 14 Jun 2011 08:44:04 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/libidn revision 27.0 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libidn?expand=0&rev=bcbc2935c900e299593dfb52178fccbd --- libidn.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libidn.spec b/libidn.spec index fb67257..f02feb8 100644 --- a/libidn.spec +++ b/libidn.spec @@ -22,7 +22,7 @@ Name: libidn License: GPLv3 ; LGPLv2.1+ Group: System/Libraries Version: 1.22 -Release: 1 +Release: 4 # bug437293 %ifarch ppc64 Obsoletes: libidn-64bit From d1ebd7b89f70ab14adb1811f629f1373cd04a6e10f12ce4d145cb7e83e96c88f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Sat, 1 Oct 2011 01:44:44 +0000 Subject: [PATCH 2/2] Accepting request 85845 from home:elvigia:branches:devel:libraries:c_c++ - Do not build gtk-docs - make check hangs in qemu-arm, workaround the bugs. OBS-URL: https://build.opensuse.org/request/show/85845 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libidn?expand=0&rev=11 --- libidn.changes | 6 ++++++ libidn.spec | 7 ++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/libidn.changes b/libidn.changes index 27bcd95..e00b9bb 100644 --- a/libidn.changes +++ b/libidn.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Oct 1 01:39:54 UTC 2011 - crrodriguez@opensuse.org + +- Do not build gtk-docs +- make check hangs in qemu-arm, workaround the bugs. + ------------------------------------------------------------------- Fri Jun 10 09:20:15 UTC 2011 - andrea.turrini@gmail.com diff --git a/libidn.spec b/libidn.spec index f02feb8..4c056b9 100644 --- a/libidn.spec +++ b/libidn.spec @@ -34,7 +34,7 @@ Source0: http://josefsson.org/libidn/releases/libidn-%version.tar.bz2 Source1: baselibs.conf PreReq: %install_info_prereq BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: gtk-doc pkgconfig +BuildRequires: pkgconfig %description GNU Libidn is an implementation of the Stringprep, Punycode, and IDNA @@ -89,7 +89,7 @@ Authors: %setup -q %build -%configure --with-pic --disable-static --enable-gtk-doc +%configure --with-pic --disable-static --disable-gtk-doc %{__make} %{?jobs:-j%jobs} %install @@ -99,7 +99,9 @@ rm -f %{buildroot}%{_libdir}/libidn.la %find_lang %name %check +%if ! 0%{?qemu_user_space_build} make check +%endif %clean rm -rf $RPM_BUILD_ROOT @@ -130,6 +132,5 @@ rm -rf $RPM_BUILD_ROOT /usr/include/*.h %_libdir/pkgconfig/libidn.pc %_mandir/man3/* -/usr/share/gtk-doc/html/libidn %changelog