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
This commit is contained in:
Cristian Rodríguez
2011-10-01 01:44:44 +00:00
committed by Git OBS Bridge
parent f0d42cb8c6
commit d1ebd7b89f
2 changed files with 10 additions and 3 deletions

View File

@@ -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

View File

@@ -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