|
|
@ -5,13 +5,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
Summary: Internationalized Domain Name support library
|
|
|
|
Summary: Internationalized Domain Name support library
|
|
|
|
Name: libidn
|
|
|
|
Name: libidn
|
|
|
|
Version: 1.36
|
|
|
|
Version: 1.37
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
URL: http://www.gnu.org/software/libidn/
|
|
|
|
URL: http://www.gnu.org/software/libidn/
|
|
|
|
License: LGPLv2+ and GPLv3+ and GFDL
|
|
|
|
License: LGPLv2+ and GPLv3+ and GFDL
|
|
|
|
Source0: http://ftp.gnu.org/gnu/libidn/libidn-%{version}.tar.gz
|
|
|
|
Source0: http://ftp.gnu.org/gnu/libidn/libidn-%{version}.tar.gz
|
|
|
|
# Allow disabling Emacs support
|
|
|
|
# Allow disabling Emacs support
|
|
|
|
Patch0: libidn-1.33-Allow-disabling-Emacs-support.patch
|
|
|
|
Patch0: libidn-emacsopt.patch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: autoconf autoconf-archive
|
|
|
|
BuildRequires: autoconf autoconf-archive
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: automake
|
|
|
@ -77,7 +77,7 @@ This package contains javadoc for %{name}-java.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
%patch0 -p1
|
|
|
|
%patch0 -p1 -b .emacsopt
|
|
|
|
autoreconf -vif
|
|
|
|
autoreconf -vif
|
|
|
|
# Prevent from regenerating sources by gengetopt because it's broken.
|
|
|
|
# Prevent from regenerating sources by gengetopt because it's broken.
|
|
|
|
touch src/idn_cmd.c src/idn_cmd.h
|
|
|
|
touch src/idn_cmd.c src/idn_cmd.h
|
|
|
@ -171,7 +171,7 @@ rm -rf $RPM_BUILD_ROOT%{_javadir}/libidn*.jar
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%doc doc/libidn.html examples
|
|
|
|
%doc examples
|
|
|
|
%{_libdir}/libidn.so
|
|
|
|
%{_libdir}/libidn.so
|
|
|
|
%{_includedir}/*.h
|
|
|
|
%{_includedir}/*.h
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|