$(PACKAGE).pot: $(SRCFILES)
$(XGETTEXT) --sort-output --no-wrap --add-comments --no-location \
--keyword=_ --keyword=_:1,2 --foreign-user \
- --copyright-holder="SUSE LLC, Nuernberg" \
+ --copyright-holder="SUSE LLC" \
--default-domain=$(PACKAGE) --output=$(PACKAGE).pot $(SRCFILES)
%.mo: %.po
#
# spec file for package snapper
#
-# 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
# 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/
#
+
#Compat macro for new _fillupdir macro introduced in Nov 2017
%if ! %{defined _fillupdir}
%define _fillupdir /var/adm/fillup-templates
%else
BuildRequires: pkg-config
%endif
-%if 0%{?fedora_version} >= 24
+%if 0%{?fedora_version} >= 24 || 0%{?centos_version} >= 800
BuildRequires: glibc-langpack-en
BuildRequires: glibc-langpack-de
%endif
BuildRequires: libzypp(plugin:commit)
%endif
BuildRequires: pam-devel
-%if 0%{?fedora_version}
+%if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version}
BuildRequires: json-c-devel
%else
BuildRequires: libjson-c-devel
Summary: Tool for filesystem snapshot management
License: GPL-2.0-only
Group: System/Packages
-Url: http://snapper.io/
+URL: http://snapper.io/
%description
This package contains snapper, a tool for filesystem snapshot management.