diff options
| author | Remi Collet <fedora@famillecollet.com> | 2014-03-19 15:28:43 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2014-03-19 15:28:43 +0100 | 
| commit | d5fd645df8388b92ed97881caae5305ce13f013d (patch) | |
| tree | ce29fc1fae806eb839d53841e0da0fc1840c3237 | |
| parent | a587c75c5aa149e28fb6006f5ed330573767e8c2 (diff) | |
cleanups
| -rw-r--r-- | php-pecl-yaf.spec | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/php-pecl-yaf.spec b/php-pecl-yaf.spec index 54b32f6..04ea5d6 100644 --- a/php-pecl-yaf.spec +++ b/php-pecl-yaf.spec @@ -39,13 +39,11 @@ Provides:      %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version}  Provides:      %{?scl_prefix}php-pecl(%{pecl_name}) = %{version}  Provides:      %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} -%if 0%{!?scl:1} +%if "%{?vendor}" == "Remi Collet"  # Other third party repo stuff -%if "%{php_version}" > "5.4"  Obsoletes:     php53-pecl-%{pecl_name}  Obsoletes:     php53u-pecl-%{pecl_name}  Obsoletes:     php54-pecl-%{pecl_name} -%endif  %if "%{php_version}" > "5.5"  Obsoletes:     php55u-pecl-%{pecl_name}  %endif  | 
