From 1b87c7fda642d460bc6315aeeb093c405fe2a2e998d64d825fc3955aa8dceb34 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 22 Oct 2008 16:14:36 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libidn?expand=0&rev=15 --- libidn.changes | 5 +++++ libidn.spec | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/libidn.changes b/libidn.changes index 5eac09e..ef7953e 100644 --- a/libidn.changes +++ b/libidn.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 14 21:16:52 CEST 2008 - crrodriguez@suse.de + +- disable static libraries + ------------------------------------------------------------------- Tue Oct 7 10:17:16 CEST 2008 - stbinner@suse.de diff --git a/libidn.spec b/libidn.spec index 8391b94..7c8e114 100644 --- a/libidn.spec +++ b/libidn.spec @@ -22,7 +22,7 @@ Name: libidn License: GPL v3 only; LGPL v2.1 or later Group: System/Libraries Version: 1.10 -Release: 1 +Release: 2 Summary: Support for Internationalized Domain Names (IDN) Url: http://www.gnu.org/software/libidn/ Source0: http://josefsson.org/libidn/releases/libidn-%version.tar.bz2 @@ -77,9 +77,8 @@ Authors: %setup -q %build -export CFLAGS=$RPM_OPT_FLAGS -%configure --enable-gtk-doc -make +%configure --with-pic --disable-static --enable-gtk-doc +%{__make} %{?jobs:-j%jobs} %install make DESTDIR=$RPM_BUILD_ROOT install @@ -112,13 +111,14 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(-,root,root) -%_libdir/libidn.a %_libdir/libidn.so /usr/include/*.h %_libdir/pkgconfig/libidn.pc %_mandir/man3/* %changelog +* Tue Oct 14 2008 crrodriguez@suse.de +- disable static libraries * Tue Oct 07 2008 stbinner@suse.de - update to 1.10: * idn: accept -n as short form for --nfkc.