Accepting request 785470 from server:mail

OBS-URL: https://build.opensuse.org/request/show/785470
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/abook?expand=0&rev=16
This commit is contained in:
Dominique Leuenberger 2020-03-17 12:08:28 +00:00 committed by Git OBS Bridge
commit 2ca21adb59
2 changed files with 22 additions and 17 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 16 08:07:51 UTC 2020 - Wolfgang Rosenauer <wr@rosenauer.org>
- fix build by owning some directories
- clean up spec
-------------------------------------------------------------------
Wed May 23 14:56:29 UTC 2018 - kbabioch@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package abook
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,27 +12,27 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: abook
Version: 0.6.1
Release: 0
Summary: Text-based addressbook program
License: GPL-2.0-or-later
Group: Productivity/Other
URL: http://abook.sourceforge.net/
Source0: http://abook.sourceforge.net/devel/%{name}-%{version}.tar.gz
Source1: http://abook.sourceforge.net/devel/%{name}-%{version}.tar.gz.asc
Source2: %{name}.keyring
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: coreutils
BuildRequires: gettext
BuildRequires: ncurses-devel
BuildRequires: readline-devel
Recommends: %{name}-lang
Summary: Text-based addressbook program
License: GPL-2.0-or-later
Group: Productivity/Other
Version: 0.6.1
Release: 0
Source0: http://abook.sourceforge.net/devel/%{name}-%{version}.tar.gz
Source1: http://abook.sourceforge.net/devel/%{name}-%{version}.tar.gz.asc
Source2: %{name}.keyring
Url: http://abook.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Abook is a text-based addressbook program designed to
@ -41,20 +41,19 @@ use with mutt mail client.
%lang_package
%prep
%setup -q -n %{name}-%{version}
%setup -q
%build
autoreconf -fiv
export CFLAGS="%{optflags} -fgnu89-inline"
%configure
make %{?_smp_mflags}
%make_build
%install
%make_install
%find_lang %{name}
%files
%defattr(-,root,root)
%doc AUTHORS BUGS ChangeLog FAQ NEWS README THANKS TODO sample.abookrc
%license COPYING
%{_bindir}/abook
@ -62,6 +61,6 @@ make %{?_smp_mflags}
%{_mandir}/man5/abookrc.*
%files lang -f %{name}.lang
%defattr(-,root,root)
%dir %{_datadir}/locale/*/LC_TIME
%changelog