|
|
@ -1,13 +1,13 @@
|
|
|
|
Summary: Internationalized Domain Name support library
|
|
|
|
Summary: Internationalized Domain Name support library
|
|
|
|
Name: libidn
|
|
|
|
Name: libidn
|
|
|
|
Version: 0.6.14
|
|
|
|
Version: 0.6.14
|
|
|
|
Release: 4
|
|
|
|
Release: 5
|
|
|
|
URL: http://www.gnu.org/software/libidn
|
|
|
|
URL: http://www.gnu.org/software/libidn/
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
Source0: http://josefsson.org/libidn/releases/libidn-%{version}.tar.gz
|
|
|
|
Source0: http://josefsson.org/libidn/releases/libidn-%{version}.tar.gz
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
BuildRequires: pkgconfig, gettext
|
|
|
|
BuildRequires: pkgconfig, gettext, libtool, autoconf
|
|
|
|
Requires(post): /sbin/install-info
|
|
|
|
Requires(post): /sbin/install-info
|
|
|
|
Requires(preun): /sbin/install-info
|
|
|
|
Requires(preun): /sbin/install-info
|
|
|
|
Requires(postun): /sbin/ldconfig
|
|
|
|
Requires(postun): /sbin/ldconfig
|
|
|
@ -35,7 +35,12 @@ developing programs which use the GNU libidn library.
|
|
|
|
# Name directory sections consistently in the info file, #209491
|
|
|
|
# Name directory sections consistently in the info file, #209491
|
|
|
|
sed -i '/^INFO-DIR-SECTION/{s/GNU Libraries/Libraries/;s/GNU utilities/Utilities/;}' doc/libidn.info
|
|
|
|
sed -i '/^INFO-DIR-SECTION/{s/GNU Libraries/Libraries/;s/GNU utilities/Utilities/;}' doc/libidn.info
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
iconv -f ISO-8859-1 -t UTF-8 doc/libidn.info > iconv.tmp
|
|
|
|
|
|
|
|
mv iconv.tmp doc/libidn.info
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
|
|
|
|
# Must re-bootstrap to get multilib-aware libtool
|
|
|
|
|
|
|
|
autoreconf
|
|
|
|
%configure --disable-csharp
|
|
|
|
%configure --disable-csharp
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
@ -44,7 +49,7 @@ make %{?_smp_mflags} -C tests check
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
%makeinstall
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
# provide more examples
|
|
|
|
# provide more examples
|
|
|
|
make %{?_smp_mflags} -C examples distclean
|
|
|
|
make %{?_smp_mflags} -C examples distclean
|
|
|
@ -94,6 +99,10 @@ rm -rf %{buildroot}
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Feb 7 2008 Joe Orton <jorton@redhat.com> 0.6.14-5
|
|
|
|
|
|
|
|
- fix DT_RPATH in /usr/bin/idn
|
|
|
|
|
|
|
|
- convert libidn.iconv to UTF-8 (Jon Ciesla, #226029)
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Aug 21 2007 Joe Orton <jorton@redhat.com> 0.6.14-4
|
|
|
|
* Tue Aug 21 2007 Joe Orton <jorton@redhat.com> 0.6.14-4
|
|
|
|
- drop contrib directory from docs
|
|
|
|
- drop contrib directory from docs
|
|
|
|
|
|
|
|
|
|
|
|