Hello community, here is the log from the commit of package abook for openSUSE:Factory checked in at 2020-03-17 13:08:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/abook (Old) and /work/SRC/openSUSE:Factory/.abook.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "abook" Tue Mar 17 13:08:28 2020 rev:16 rq:785470 version:0.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/abook/abook.changes 2018-05-29 10:43:11.124333234 +0200 +++ /work/SRC/openSUSE:Factory/.abook.new.3160/abook.changes 2020-03-17 13:08:44.897734603 +0100 @@ -1,0 +2,6 @@ +Mon Mar 16 08:07:51 UTC 2020 - Wolfgang Rosenauer <[email protected]> + +- fix build by owning some directories +- clean up spec + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ abook.spec ++++++ --- /var/tmp/diff_new_pack.zI9vXD/_old 2020-03-17 13:08:46.633735937 +0100 +++ /var/tmp/diff_new_pack.zI9vXD/_new 2020-03-17 13:08:46.637735940 +0100 @@ -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 -BuildRequires: autoconf -BuildRequires: automake -BuildRequires: gettext -BuildRequires: ncurses-devel -BuildRequires: readline-devel -Recommends: %{name}-lang +Version: 0.6.1 +Release: 0 Summary: Text-based addressbook program License: GPL-2.0-or-later Group: Productivity/Other -Version: 0.6.1 -Release: 0 +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 -Url: http://abook.sourceforge.net/ -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: coreutils +BuildRequires: gettext +BuildRequires: ncurses-devel +BuildRequires: readline-devel +Recommends: %{name}-lang %description Abook is a text-based addressbook program designed to @@ -41,20 +41,19 @@ %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 @@ %{_mandir}/man5/abookrc.* %files lang -f %{name}.lang -%defattr(-,root,root) +%dir %{_datadir}/locale/*/LC_TIME %changelog
