summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-02-10 18:40:06 +0100
committerRemi Collet <fedora@famillecollet.com>2013-02-10 18:40:06 +0100
commiteb3cc6ebad634b3524eec736c44f982af0ad7c66 (patch)
tree56695bf1813b78cd7b2812a8ccdb39eece2401a2
parent8fffadb7467653cf1b532c310e5d0a8afa471038 (diff)
php-horde-Horde-Vfs: fix shebang
-rw-r--r--php-horde-Horde-Vfs.spec11
1 files changed, 10 insertions, 1 deletions
diff --git a/php-horde-Horde-Vfs.spec b/php-horde-Horde-Vfs.spec
index 243bd0c..0feab03 100644
--- a/php-horde-Horde-Vfs.spec
+++ b/php-horde-Horde-Vfs.spec
@@ -9,7 +9,7 @@
Name: php-horde-Horde-Vfs
Version: 2.0.4
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Virtual File System API
Group: Development/Libraries
@@ -17,6 +17,9 @@ License: LGPLv2
URL: http://pear.horde.org
Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz
+# https://github.com/horde/horde/pull/29
+Patch0: %{name}-shebang.patch
+
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch
BuildRequires: php-common >= 5.3.0
@@ -77,6 +80,9 @@ object-based and array-based interfaces to directory listings.
%prep
%setup -q -c
+
+%patch0 -p0 -b .shebang
+
cd %{pear_name}-%{version}
# Don't install .po and .pot files
@@ -154,6 +160,9 @@ fi
%changelog
+* Sun Feb 10 2013 Remi Collet <remi@fedoraproject.org> - 2.0.4-3
+- fix shebang, https://github.com/horde/horde/pull/29
+
* Sun Feb 10 2013 Remi Collet <remi@fedoraproject.org> - 2.0.4-2
- cleanups for review