]> git.pld-linux.org Git - packages/php-systemd.git/commitdiff
fix build with dynamic php name auto/th/php-systemd-0.1.1-3
authorElan Ruusamäe <glen@delfi.ee>
Wed, 21 May 2014 23:23:00 +0000 (02:23 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 21 May 2014 23:23:00 +0000 (02:23 +0300)
php-systemd.spec

index a664ecce1837f299d0d271891572d362b047174a..cb6ab4bb11f37e2d85cc6367add4e4c7822ebd72 100644 (file)
@@ -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
This page took 0.067754 seconds and 4 git commands to generate.