From: Arvin Schnell Date: Tue, 20 Sep 2016 10:24:20 +0000 (+0200) Subject: - adapted spec-file to changes in Fedora 24 X-Git-Tag: v0.4.0~19^2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=71f1812d5bee84ca64a35a14e4d9b2fb2a382c41;p=thirdparty%2Fsnapper.git - adapted spec-file to changes in Fedora 24 --- diff --git a/snapper.spec.in b/snapper.spec.in index b517a24e..c2f19d90 100644 --- a/snapper.spec.in +++ b/snapper.spec.in @@ -1,7 +1,7 @@ # # spec file for package snapper # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -34,10 +34,19 @@ BuildRequires: libbtrfs-devel %if 0%{?suse_version} > 1310 BuildRequires: libmount-devel >= 2.24 %endif +%if 0%{?fedora_version} >= 23 +BuildRequires: pkgconfig +%else BuildRequires: pkg-config +%endif %if ! 0%{?mandriva_version} +%if 0%{?fedora_version} >= 23 +BuildRequires: dbus-devel +BuildRequires: docbook-style-xsl +%else BuildRequires: dbus-1-devel BuildRequires: docbook-xsl-stylesheets +%endif BuildRequires: libxslt %else BuildRequires: docbook-dtd45-xml