SPECS: flixengine.spec - proper deps for bindings, egg info for py 2.5+

glen glen at pld-linux.org
Tue Nov 11 00:06:47 CET 2008


Author: glen                         Date: Mon Nov 10 23:06:47 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- proper deps for bindings, egg info for py 2.5+

---- Files affected:
SPECS:
   flixengine.spec (1.71 -> 1.72) 

---- Diffs:

================================================================
Index: SPECS/flixengine.spec
diff -u SPECS/flixengine.spec:1.71 SPECS/flixengine.spec:1.72
--- SPECS/flixengine.spec:1.71	Wed Oct 29 16:46:42 2008
+++ SPECS/flixengine.spec	Tue Nov 11 00:06:42 2008
@@ -50,11 +50,12 @@
 Patch1:		%{name}-phploader.patch
 URL:		http://support.on2.com/
 BuildRequires:	bash
-%{?with_java:BuildRequires:	jre}
+%{?with_java:BuildRequires:	jdk}
 %{?with_perl:BuildRequires:	perl-base}
 %{?with_php:BuildRequires:	php-devel}
-%{?with_python:BuildRequires:	python}
+%{?with_python:BuildRequires:	python-devel}
 %{?with_perl:BuildRequires:	rpm-perlprov >= 4.1-13}
+%{?with_python:BuildRequires:	rpm-pythonprov}
 BuildRequires:	rpmbuild(macros) >= 1.344
 %if %{with autodeps}
 BuildRequires:	ffmpeg-libs
@@ -333,7 +334,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{/etc/{rc.d/init.d,sysconfig},%{_libdir}}
+install -d $RPM_BUILD_ROOT{%{_sysconfdir},/etc/{rc.d/init.d,sysconfig},%{_libdir}}
 
 ./install.sh \
 	--prefix=$RPM_BUILD_ROOT%{_prefix} \
@@ -618,6 +619,9 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{py_sitedir}/_flixengine2.so
 %{py_sitedir}/flixengine2.py[co]
+%if "%{py_ver}" > "2.4"
+%{py_sitedir}/flixengine2-*.egg-info
+%endif
 %{_examplesdir}/python-%{name}-%{version}
 %endif
 
@@ -633,6 +637,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.72  2008/11/10 23:06:42  glen
+- proper deps for bindings, egg info for py 2.5+
+
 Revision 1.71  2008/10/29 15:46:42  glen
 - the purchased tarball was fixed; rel 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/flixengine.spec?r1=1.71&r2=1.72&f=u



More information about the pld-cvs-commit mailing list