adjust name

This commit is contained in:
Alexander Stefanov 2020-08-10 17:20:52 +00:00
parent e4451a6e1c
commit b78ea32726

View file

@ -20,7 +20,7 @@
%define __noautoreq '.*/bin/awk|.*/bin/gawk' %define __noautoreq '.*/bin/awk|.*/bin/gawk'
Summary: The PHP7 scripting language Summary: The PHP7 scripting language
Name: php7 Name: php
Version: 7.4.9 Version: 7.4.9
Release: 1 Release: 1
Source0: http://ch1.php.net/distributions/php-%{version}.tar.xz Source0: http://ch1.php.net/distributions/php-%{version}.tar.xz
@ -1189,7 +1189,7 @@ export LC_ALL=en_US.utf-8
export LANG=en_US.utf-8 export LANG=en_US.utf-8
export LANGUAGE=en_US.utf-8 export LANGUAGE=en_US.utf-8
export LANGUAGES=en_US.utf-8 export LANGUAGES=en_US.utf-8
%setup -qn php-%{version} %setup -qn %{name}-%{version}
%if %{build_libmagic} %if %{build_libmagic}
if ! [ -f %{_datadir}/misc/magic.mgc ]; then if ! [ -f %{_datadir}/misc/magic.mgc ]; then