OBS User unknown 2008-10-22 16:14:36 +00:00 committed by Git OBS Bridge
parent 19fde6384d
commit 1b87c7fda6
2 changed files with 10 additions and 5 deletions

View File

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

View File

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