spec: require emacs-filesystem
Resolves: rhbz#1204274 Version: 2.69-18
This commit is contained in:
parent
19ad1353be
commit
58f8ba2e78
@ -1,7 +1,7 @@
|
|||||||
Summary: A GNU tool for automatically configuring source code
|
Summary: A GNU tool for automatically configuring source code
|
||||||
Name: autoconf
|
Name: autoconf
|
||||||
Version: 2.69
|
Version: 2.69
|
||||||
Release: 17%{?dist}
|
Release: 18%{?dist}
|
||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Source0: http://ftpmirror.gnu.org/autoconf/autoconf-%{version}.tar.xz
|
Source0: http://ftpmirror.gnu.org/autoconf/autoconf-%{version}.tar.xz
|
||||||
@ -16,6 +16,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
# m4 >= 1.4.6 is required, >= 1.4.14 is recommended:
|
# m4 >= 1.4.6 is required, >= 1.4.14 is recommended:
|
||||||
BuildRequires: m4 >= 1.4.14
|
BuildRequires: m4 >= 1.4.14
|
||||||
Requires: m4 >= 1.4.14
|
Requires: m4 >= 1.4.14
|
||||||
|
Requires: emacs-filesystem
|
||||||
BuildRequires: emacs
|
BuildRequires: emacs
|
||||||
# the filtering macros are currently in /etc/rpm/macros.perl:
|
# the filtering macros are currently in /etc/rpm/macros.perl:
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
@ -94,12 +95,14 @@ fi
|
|||||||
%exclude %{_infodir}/dir
|
%exclude %{_infodir}/dir
|
||||||
%{_datadir}/autoconf/
|
%{_datadir}/autoconf/
|
||||||
%config %{_datadir}/config.site
|
%config %{_datadir}/config.site
|
||||||
%dir %{_datadir}/emacs/
|
%{_datadir}/emacs/site-lisp/*
|
||||||
%{_datadir}/emacs/site-lisp/
|
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%doc AUTHORS COPYING* ChangeLog NEWS README THANKS TODO
|
%doc AUTHORS COPYING* ChangeLog NEWS README THANKS TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 20 2015 Pavel Raiskup <praiskup@redhat.com> - 2.69-18
|
||||||
|
- depend on emacs-filesystem (rhbz#1204274)
|
||||||
|
|
||||||
* Fri Feb 27 2015 Pavel Raiskup <praiskup@redhat.com> - 2.69-17
|
* Fri Feb 27 2015 Pavel Raiskup <praiskup@redhat.com> - 2.69-17
|
||||||
- config.site: take AC_PREFIX_DEFAULT([/usr]) into account, by
|
- config.site: take AC_PREFIX_DEFAULT([/usr]) into account, by
|
||||||
agruen at kernel.org (rhbz#1196340)
|
agruen at kernel.org (rhbz#1196340)
|
||||||
|
Loading…
Reference in New Issue
Block a user