File emacs-bbdb.spec of Package emacs-bbdb
#
# spec file for package emacs-bbdb
#
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: emacs-bbdb
Version: 3.2.2b
Release: 0
License: GPL-3.0-or-later
Summary: A contact management utility for Emacs
URL: http://savannah.nongnu.org/projects/bbdb/
Source: https://git.savannah.nongnu.org/cgit/bbdb.git/snapshot/bbdb-%{version}.tar.gz
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: emacs-nox
BuildRequires: info
BuildRequires: texinfo
BuildArch: noarch
%description
BBDB is the Insidious Big Brother Database for GNU Emacs. It provides an
address book for email and snail mail addresses, phone numbers and the like. It
can be linked with various Emacs mail clients (Message and Mail mode, Rmail,
Gnus, MH-E, and VM). BBDB is fully customizable.
%prep
%autosetup -n bbdb-%{version}
%build
./autogen.sh
%configure \
--enable-docs
%make_build
%install
%make_install
%files
%license COPYING
%doc AUTHORS ChangeLog NEWS README TODO
%{_emacs_sitelispdir}/bbdb*.el
%{_emacs_sitelispdir}/bbdb*.elc
%{_infodir}/bbdb.info%{?ext_info}
%{_datadir}/bbdb
%{_datadir}/doc/bbdb
%changelog