diff options
| author | Remi Collet <remi@remirepo.net> | 2020-09-23 08:43:32 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-09-23 08:43:32 +0200 | 
| commit | 65ac2cff6d1893260d88634d8cb191df68a40bc8 (patch) | |
| tree | 7563bc114052edf8b6420b8cc87e10608b7cc0c5 | |
| parent | e7fc43c7c2961837354116740d3c26772acea0b1 (diff) | |
cleanup
| -rw-r--r-- | php-pecl-http.spec | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/php-pecl-http.spec b/php-pecl-http.spec index 490e39c..a2b7a3a 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -3,7 +3,7 @@  #  # Fedora spec file for php-pecl-http  # -# Copyright (c) 2012-2019 Remi Collet +# Copyright (c) 2012-2020 Remi Collet  # License: CC-BY-SA  # http://creativecommons.org/licenses/by-sa/4.0/  # @@ -51,12 +51,12 @@ Release:        0.7.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__p  Source0:        https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz  %else  Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} -Source0:        http://pecl.php.net/get/%{proj_name}-%{upstream_version}%{?upstream_prever}.tgz +Source0:        https://pecl.php.net/get/%{proj_name}-%{upstream_version}%{?upstream_prever}.tgz  %endif  Summary:        Extended HTTP support  License:        BSD -URL:            http://pecl.php.net/package/pecl_http +URL:            https://pecl.php.net/package/pecl_http  # From http://www.php.net/manual/en/http.configuration.php  Source1:        %{proj_name}.ini @@ -100,7 +100,7 @@ Provides:       %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version}  Provides:       %{?scl_prefix}php-%{pecl_name}               = %{version}  Provides:       %{?scl_prefix}php-%{pecl_name}%{?_isa}       = %{version} -%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} +%if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel}  # Other third party repo stuff  %if "%{php_version}" > "7.1"  Obsoletes:     php71u-pecl-http <= %{version}  | 
