From 58f8ba2e78637ad158baacc91c427ea47f60fdb0 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mar 20 2015 19:52:51 +0000 Subject: spec: require emacs-filesystem Resolves: rhbz#1204274 Version: 2.69-18 --- diff --git a/autoconf.spec b/autoconf.spec index 201054a..7e78ab1 100644 --- a/autoconf.spec +++ b/autoconf.spec @@ -1,7 +1,7 @@ Summary: A GNU tool for automatically configuring source code Name: autoconf Version: 2.69 -Release: 17%{?dist} +Release: 18%{?dist} License: GPLv2+ and GFDL Group: Development/Tools 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: BuildRequires: m4 >= 1.4.14 Requires: m4 >= 1.4.14 +Requires: emacs-filesystem BuildRequires: emacs # the filtering macros are currently in /etc/rpm/macros.perl: BuildRequires: perl-macros @@ -94,12 +95,14 @@ fi %exclude %{_infodir}/dir %{_datadir}/autoconf/ %config %{_datadir}/config.site -%dir %{_datadir}/emacs/ -%{_datadir}/emacs/site-lisp/ +%{_datadir}/emacs/site-lisp/* %{_mandir}/man1/* %doc AUTHORS COPYING* ChangeLog NEWS README THANKS TODO %changelog +* Fri Mar 20 2015 Pavel Raiskup - 2.69-18 +- depend on emacs-filesystem (rhbz#1204274) + * Fri Feb 27 2015 Pavel Raiskup - 2.69-17 - config.site: take AC_PREFIX_DEFAULT([/usr]) into account, by agruen at kernel.org (rhbz#1196340)