diff options
author | Remi Collet <remi@remirepo.net> | 2018-06-05 16:05:40 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-06-05 16:05:40 +0200 |
commit | 4b67f84f2ca63d0c11c72c373f23e469058b30df (patch) | |
tree | 3ffd6cb7519eacae23d5d59b3b0eef4589eec490 | |
parent | 70e60058a0317e4986157c80a42d33f0b0948ef4 (diff) |
clean
-rw-r--r-- | php-sabre-vobject.spec | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/php-sabre-vobject.spec b/php-sabre-vobject.spec index 21ab7e9..1b0203a 100644 --- a/php-sabre-vobject.spec +++ b/php-sabre-vobject.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-sabre-vobject # -# Copyright (c) 2013-2017 Remi Collet +# Copyright (c) 2013-2018 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -12,7 +12,7 @@ %global gh_project vobject %global with_tests %{?_without_tests:0}%{!?_without_tests:1} -%if 0%{?fedora} > 25 +%if 0%{?fedora} >= 26 || 0%{?rhel} >= 8 %global with_cmd 0 %else %global with_cmd 1 @@ -25,7 +25,6 @@ Release: 7%{?dist} URL: http://sabre.io/vobject/ License: BSD -Group: Development/Libraries Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{gh_short}.tar.gz Source1: %{name}-autoload.php |