SPECS: flixengine.spec - fix flixengine2.php location

glen glen at pld-linux.org
Thu Dec 28 18:50:31 CET 2006


Author: glen                         Date: Thu Dec 28 17:50:31 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix flixengine2.php location

---- Files affected:
SPECS:
   flixengine.spec (1.17 -> 1.18) 

---- Diffs:

================================================================
Index: SPECS/flixengine.spec
diff -u SPECS/flixengine.spec:1.17 SPECS/flixengine.spec:1.18
--- SPECS/flixengine.spec:1.17	Thu Dec 28 18:38:32 2006
+++ SPECS/flixengine.spec	Thu Dec 28 18:50:26 2006
@@ -16,7 +16,7 @@
 Summary(pl):	Silnik On2 Flix
 Name:		flixengine
 Version:	8.0.7.1
-Release:	0.4
+Release:	0.6
 License:	not distributable
 Group:		Applications
 # download demo from http://flix.on2.com/demos/
@@ -266,7 +266,8 @@
 # PHP
 %{__make} -C flixphp \
 	install \
-	PHPINST=$RPM_BUILD_ROOT%{php_extensiondir} \
+	PHPINST=%{php_extensiondir} \
+	DESTDIR=$RPM_BUILD_ROOT \
 	-f target.mk
 install -d $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d
 cat <<'EOF' > $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d/flixengine.ini
@@ -402,7 +403,7 @@
 %defattr(644,root,root,755)
 %config(noreplace) %verify(not md5 mtime size) %{php_sysconfdir}/conf.d/flixengine.ini
 %attr(755,root,root) %{php_extensiondir}/flixengine2.so
-%{_libdir}/flixengine2.php
+%{_prefix}/lib/flixengine2.php
 %{_examplesdir}/%{name}-%{version}/php
 
 %if %{with python}
@@ -420,6 +421,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.18  2006/12/28 17:50:26  glen
+- fix flixengine2.php location
+
 Revision 1.17  2006/12/28 17:38:32  glen
 - amd64 linked bindings
 - bconds for python and java
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/flixengine.spec?r1=1.17&r2=1.18&f=u



More information about the pld-cvs-commit mailing list