[packages/php-systemd] fix build with dynamic php name
glen
glen at pld-linux.org
Thu May 22 01:25:02 CEST 2014
commit dde3b96ab64791e2d20fbb4418627f2bc20efdc8
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Thu May 22 02:23:00 2014 +0300
fix build with dynamic php name
php-systemd.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/php-systemd.spec b/php-systemd.spec
index a664ecc..cb6ab4b 100644
--- a/php-systemd.spec
+++ b/php-systemd.spec
@@ -7,7 +7,7 @@
Summary: PHP extension allowing native interaction with systemd and its journal
Name: %{php_name}-%{modname}
Version: 0.1.1
-Release: 2
+Release: 3
License: BSD
Group: Development/Languages/PHP
Source0: https://github.com/systemd/php-systemd/archive/release-%{version}/php-%{modname}-%{version}.tar.gz
@@ -26,7 +26,7 @@ PHP extension allowing native interaction with systemd and journal
%prep
%setup -qc
-mv %{name}-*/* .
+mv php-%{modname}-*/* .
%build
phpize
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php-systemd.git/commitdiff/dde3b96ab64791e2d20fbb4418627f2bc20efdc8
More information about the pld-cvs-commit
mailing list