Add missing libtool dep, minor cleanups
This commit is contained in:
parent
5bccab96dc
commit
a23865661f
15
libidn.spec
15
libidn.spec
@ -6,20 +6,21 @@
|
||||
Summary: Internationalized Domain Name support library
|
||||
Name: libidn
|
||||
Version: 1.33
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
URL: http://www.gnu.org/software/libidn/
|
||||
License: LGPLv2+ and GPLv3+ and GFDL
|
||||
Source0: http://ftp.gnu.org/gnu/libidn/libidn-%{version}.tar.gz
|
||||
# Allow disabling Emacs support
|
||||
Patch0: libidn-1.33-Allow-disabling-Emacs-support.patch
|
||||
Group: System Environment/Libraries
|
||||
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: gettext gettext-devel
|
||||
%if %{with libidn_enables_emacs}
|
||||
BuildRequires: emacs
|
||||
%endif
|
||||
BuildRequires: pkgconfig gettext
|
||||
BuildRequires: pkgconfig
|
||||
Requires(post): /sbin/install-info /sbin/ldconfig
|
||||
Requires(preun): /sbin/install-info
|
||||
Requires(postun): /sbin/ldconfig
|
||||
@ -40,7 +41,6 @@ names.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for the libidn library
|
||||
Group: Development/Libraries
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: pkgconfig
|
||||
|
||||
@ -76,7 +76,7 @@ This package contains javadoc for %{name}-java.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
autoreconf -fi
|
||||
autoreconf -vif
|
||||
# Prevent from regenerating sources by gengetopt because it's broken.
|
||||
touch src/idn_cmd.c src/idn_cmd.h
|
||||
|
||||
@ -196,6 +196,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Feb 20 2018 Peter Robinson <pbrobinson@fedoraproject.org> 1.33-6
|
||||
- Add missing libtool dep, minor cleanups
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.33-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user