This commit is contained in:
parent
19fde6384d
commit
1b87c7fda6
@ -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
|
Tue Oct 7 10:17:16 CEST 2008 - stbinner@suse.de
|
||||||
|
|
||||||
|
10
libidn.spec
10
libidn.spec
@ -22,7 +22,7 @@ Name: libidn
|
|||||||
License: GPL v3 only; LGPL v2.1 or later
|
License: GPL v3 only; LGPL v2.1 or later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Version: 1.10
|
Version: 1.10
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Support for Internationalized Domain Names (IDN)
|
Summary: Support for Internationalized Domain Names (IDN)
|
||||||
Url: http://www.gnu.org/software/libidn/
|
Url: http://www.gnu.org/software/libidn/
|
||||||
Source0: http://josefsson.org/libidn/releases/libidn-%version.tar.bz2
|
Source0: http://josefsson.org/libidn/releases/libidn-%version.tar.bz2
|
||||||
@ -77,9 +77,8 @@ Authors:
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS=$RPM_OPT_FLAGS
|
%configure --with-pic --disable-static --enable-gtk-doc
|
||||||
%configure --enable-gtk-doc
|
%{__make} %{?jobs:-j%jobs}
|
||||||
make
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
@ -112,13 +111,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_libdir/libidn.a
|
|
||||||
%_libdir/libidn.so
|
%_libdir/libidn.so
|
||||||
/usr/include/*.h
|
/usr/include/*.h
|
||||||
%_libdir/pkgconfig/libidn.pc
|
%_libdir/pkgconfig/libidn.pc
|
||||||
%_mandir/man3/*
|
%_mandir/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 14 2008 crrodriguez@suse.de
|
||||||
|
- disable static libraries
|
||||||
* Tue Oct 07 2008 stbinner@suse.de
|
* Tue Oct 07 2008 stbinner@suse.de
|
||||||
- update to 1.10:
|
- update to 1.10:
|
||||||
* idn: accept -n as short form for --nfkc.
|
* idn: accept -n as short form for --nfkc.
|
||||||
|
Loading…
Reference in New Issue
Block a user