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
|
Summary: Internationalized Domain Name support library
|
||||||
Name: libidn
|
Name: libidn
|
||||||
Version: 1.33
|
Version: 1.33
|
||||||
Release: 5%{?dist}
|
Release: 6%{?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-1.33-Allow-disabling-Emacs-support.patch
|
||||||
Group: System Environment/Libraries
|
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: libtool
|
||||||
|
BuildRequires: gettext gettext-devel
|
||||||
%if %{with libidn_enables_emacs}
|
%if %{with libidn_enables_emacs}
|
||||||
BuildRequires: emacs
|
BuildRequires: emacs
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: pkgconfig gettext
|
BuildRequires: pkgconfig
|
||||||
Requires(post): /sbin/install-info /sbin/ldconfig
|
Requires(post): /sbin/install-info /sbin/ldconfig
|
||||||
Requires(preun): /sbin/install-info
|
Requires(preun): /sbin/install-info
|
||||||
Requires(postun): /sbin/ldconfig
|
Requires(postun): /sbin/ldconfig
|
||||||
@ -40,7 +41,6 @@ names.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for the libidn library
|
Summary: Development files for the libidn library
|
||||||
Group: Development/Libraries
|
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
|
|
||||||
@ -76,7 +76,7 @@ This package contains javadoc for %{name}-java.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
autoreconf -fi
|
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
|
||||||
|
|
||||||
@ -196,6 +196,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.33-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user