packages: php-xhp/php-xhp.spec - symlink typo
glen
glen at pld-linux.org
Mon Jul 25 19:44:17 CEST 2011
Author: glen Date: Mon Jul 25 17:44:17 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- symlink typo
---- Files affected:
packages/php-xhp:
php-xhp.spec (1.17 -> 1.18)
---- Diffs:
================================================================
Index: packages/php-xhp/php-xhp.spec
diff -u packages/php-xhp/php-xhp.spec:1.17 packages/php-xhp/php-xhp.spec:1.18
--- packages/php-xhp/php-xhp.spec:1.17 Mon Jul 25 19:37:27 2011
+++ packages/php-xhp/php-xhp.spec Mon Jul 25 19:44:12 2011
@@ -14,7 +14,7 @@
Summary: Inline XML For PHP
Name: php-%{modname}
Version: 1.3.9
-Release: 5
+Release: 6
License: PHP 3.01
Group: Development/Languages/PHP
Source0: http://github.com/facebook/xhp/tarball/%{version}/%{name}-%{version}.tar.gz
@@ -106,7 +106,7 @@
# files used by hiphop-php
install -d $RPM_BUILD_ROOT{%{_libdir},%{_includedir}}
-ln -s %{php_extensiondir}/libxhp.so $RPM_BUILD_ROOT%{_libdir}/libxhp.so
+ln -s %{php_extensiondir}/%{modname}.so $RPM_BUILD_ROOT%{_libdir}/libxhp.so
cp -p xhp/xhp_preprocess.hpp $RPM_BUILD_ROOT%{_includedir}
%clean
@@ -138,6 +138,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.18 2011/07/25 17:44:12 glen
+- symlink typo
+
Revision 1.17 2011/07/25 17:37:27 glen
- package xhp_preprocess.hpp in a way hiphop-php wants it
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-xhp/php-xhp.spec?r1=1.17&r2=1.18&f=u
More information about the pld-cvs-commit
mailing list