2011-04-11 13:50:28 +02:00
|
|
|
#
|
|
|
|
# spec file for package abook
|
|
|
|
#
|
2020-03-16 09:11:24 +01:00
|
|
|
# Copyright (c) 2020 SUSE LLC
|
2011-04-11 13:50:28 +02:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2020-03-16 09:11:24 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2011-04-11 13:50:28 +02:00
|
|
|
#
|
|
|
|
|
2015-06-19 08:06:44 +02:00
|
|
|
|
2011-04-11 13:50:28 +02:00
|
|
|
Name: abook
|
2020-03-16 09:11:24 +01:00
|
|
|
Version: 0.6.1
|
|
|
|
Release: 0
|
2011-04-11 13:50:28 +02:00
|
|
|
Summary: Text-based addressbook program
|
2018-05-24 14:27:35 +02:00
|
|
|
License: GPL-2.0-or-later
|
2011-04-11 13:50:28 +02:00
|
|
|
Group: Productivity/Other
|
2020-03-16 09:11:24 +01:00
|
|
|
URL: http://abook.sourceforge.net/
|
2018-05-24 14:27:35 +02:00
|
|
|
Source0: http://abook.sourceforge.net/devel/%{name}-%{version}.tar.gz
|
|
|
|
Source1: http://abook.sourceforge.net/devel/%{name}-%{version}.tar.gz.asc
|
|
|
|
Source2: %{name}.keyring
|
2020-03-16 09:11:24 +01:00
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: coreutils
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: ncurses-devel
|
|
|
|
BuildRequires: readline-devel
|
|
|
|
Recommends: %{name}-lang
|
2011-04-11 13:50:14 +02:00
|
|
|
|
|
|
|
%description
|
|
|
|
Abook is a text-based addressbook program designed to
|
|
|
|
use with mutt mail client.
|
|
|
|
|
2015-10-30 08:37:04 +01:00
|
|
|
%lang_package
|
2011-04-11 13:50:14 +02:00
|
|
|
|
|
|
|
%prep
|
2020-03-16 09:11:24 +01:00
|
|
|
%setup -q
|
2011-04-11 13:50:14 +02:00
|
|
|
|
|
|
|
%build
|
2015-10-30 08:37:04 +01:00
|
|
|
autoreconf -fiv
|
2015-06-19 08:06:44 +02:00
|
|
|
export CFLAGS="%{optflags} -fgnu89-inline"
|
2011-04-11 13:50:14 +02:00
|
|
|
%configure
|
2020-03-16 09:11:24 +01:00
|
|
|
%make_build
|
2011-04-11 13:50:14 +02:00
|
|
|
|
|
|
|
%install
|
2015-10-30 08:37:04 +01:00
|
|
|
%make_install
|
2011-04-11 13:50:14 +02:00
|
|
|
%find_lang %{name}
|
|
|
|
|
2015-10-30 08:37:04 +01:00
|
|
|
%files
|
2018-05-24 14:27:35 +02:00
|
|
|
%doc AUTHORS BUGS ChangeLog FAQ NEWS README THANKS TODO sample.abookrc
|
|
|
|
%license COPYING
|
2011-04-11 13:50:14 +02:00
|
|
|
%{_bindir}/abook
|
|
|
|
%{_mandir}/man1/abook.*
|
|
|
|
%{_mandir}/man5/abookrc.*
|
|
|
|
|
2015-10-30 08:37:04 +01:00
|
|
|
%files lang -f %{name}.lang
|
2020-03-16 09:11:24 +01:00
|
|
|
%dir %{_datadir}/locale/*/LC_TIME
|
2015-10-30 08:37:04 +01:00
|
|
|
|
2011-04-11 13:50:14 +02:00
|
|
|
%changelog
|