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,8 +1,14 @@
-------------------------------------------------------------------
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 Wed May 23 14:56:29 UTC 2018 - kbabioch@suse.com
- Use OpenPGP signature provided upstream - Use OpenPGP signature provided upstream
- Added abook.keyring, which contains the key from the author - Added abook.keyring, which contains the key from the author
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 26 23:14:46 UTC 2015 - p.drouand@gmail.com Mon Oct 26 23:14:46 UTC 2015 - p.drouand@gmail.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package abook # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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 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: autoconf
BuildRequires: automake BuildRequires: automake
BuildRequires: coreutils
BuildRequires: gettext BuildRequires: gettext
BuildRequires: ncurses-devel BuildRequires: ncurses-devel
BuildRequires: readline-devel BuildRequires: readline-devel
Recommends: %{name}-lang 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 %description
Abook is a text-based addressbook program designed to Abook is a text-based addressbook program designed to
@ -41,20 +41,19 @@ use with mutt mail client.
%lang_package %lang_package
%prep %prep
%setup -q -n %{name}-%{version} %setup -q
%build %build
autoreconf -fiv autoreconf -fiv
export CFLAGS="%{optflags} -fgnu89-inline" export CFLAGS="%{optflags} -fgnu89-inline"
%configure %configure
make %{?_smp_mflags} %make_build
%install %install
%make_install %make_install
%find_lang %{name} %find_lang %{name}
%files %files
%defattr(-,root,root)
%doc AUTHORS BUGS ChangeLog FAQ NEWS README THANKS TODO sample.abookrc %doc AUTHORS BUGS ChangeLog FAQ NEWS README THANKS TODO sample.abookrc
%license COPYING %license COPYING
%{_bindir}/abook %{_bindir}/abook
@ -62,6 +61,6 @@ make %{?_smp_mflags}
%{_mandir}/man5/abookrc.* %{_mandir}/man5/abookrc.*
%files lang -f %{name}.lang %files lang -f %{name}.lang
%defattr(-,root,root) %dir %{_datadir}/locale/*/LC_TIME
%changelog %changelog