diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-04-21 07:09:02 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-04-21 07:09:02 +0200 |
commit | ca13dea3d7ac2776b34f3cb6ae299e9b4c738ed4 (patch) | |
tree | d362a8982b1c9bc6f16ea48e4094f2477d496328 | |
parent | 025bc4b60a36e46c1797d0e3122ac34135512bf4 (diff) |
-rw-r--r-- | php-drush-drush.spec | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/php-drush-drush.spec b/php-drush-drush.spec index 642b109..7c12283 100644 --- a/php-drush-drush.spec +++ b/php-drush-drush.spec @@ -21,7 +21,7 @@ Name: php-drush-%{pear_name} Version: 6.2.0 -Release: 1%{?dist} +Release: 6%{?dist} Summary: Command line shell and Unix scripting interface for Drupal Group: Development/Libraries @@ -39,7 +39,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear(PEAR) BuildRequires: php-channel(%{pear_channel}) -BuildRequires: help2man +#BuildRequires: help2man %if %{with_tests} BuildRequires: php-pear(pear.phpunit.de/PHPUnit) >= 3.5 BuildRequires: php-pear(Console_Table) @@ -69,6 +69,7 @@ Requires: php-posix Requires: php-reflection Requires: php-simplexml Requires: php-spl +Requires: patch %description Drush is a command line shell and Unix scripting interface for Drupal. If @@ -139,6 +140,10 @@ sed -e '/<file.*name="drush.bat"/,/<\/file>/d' \ sed 's/\r//' -i %{pear_name}-%{pear_version}/examples/sandwich.txt sed '/examples\/sandwich.txt/s/md5sum="[^"]*"//' -i package.xml +# Use "which php" instead of "which php-cli" +sed 's/which php-cli/which php/' -i %{pear_name}-%{pear_version}/drush +sed '/name="drush"/s/md5sum=".*" name/name/' -i package.xml + # package.xml is version 2.0 mv package.xml %{pear_name}-%{pear_version}/%{name}.xml @@ -155,7 +160,6 @@ mv package.xml %{pear_name}-%{pear_version}/%{name}.xml # -e 's/DRUSH-HELP2MAN/DRUSH/g' \ # -i drush.1 - %install cd %{pear_name}-%{pear_version} %{__pear} install --nodeps --packagingroot %{buildroot} %{name}.xml @@ -212,6 +216,10 @@ fi %changelog +* Tue Apr 19 2016 Shawn Iwinski <shawn.iwinski@gmail.com> - 6.2.0-6 +- Update bin to search for "php" rather than "php-cli" +- No "help2man" BuildRequires since man page creation is disabled + * Thu Dec 12 2013 Remi Collet <remi@fedoraproject.org> 6.2.0-1 - backport 6.2.0 for remi repo. |