Accepting request 85847 from devel:libraries:c_c++
- Do not build gtk-docs - make check hangs in qemu-arm, workaround the bugs. (forwarded request 85845 from elvigia) OBS-URL: https://build.opensuse.org/request/show/85847 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libidn?expand=0&rev=28
This commit is contained in:
commit
4158c202c4
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user