Author: qboosh Date: Sun Dec 24 13:01:02 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - python BRs, added .egg-info for python 2.5
---- Files affected: SPECS: empy.spec (1.19 -> 1.20) ---- Diffs: ================================================================ Index: SPECS/empy.spec diff -u SPECS/empy.spec:1.19 SPECS/empy.spec:1.20 --- SPECS/empy.spec:1.19 Mon Sep 11 22:44:20 2006 +++ SPECS/empy.spec Sun Dec 24 14:00:56 2006 @@ -9,6 +9,8 @@ Source0: http://www.alcyone.com/software/empy/%{name}-%{version}.tar.gz # Source0-md5: e7b518a6fc4fd28fef87726cdb003118 URL: http://www.alcyone.com/software/empy/ +BuildRequires: python >= 1:2.5 +BuildRequires: rpm-pythonprov %pyrequires_eq python-modules BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -40,7 +42,7 @@ em.invoke(sys.argv[1:]) EOF -rm -f $RPM_BUILD_ROOT%{py_sitedir}/*.py +rm -f $RPM_BUILD_ROOT%{py_sitescriptdir}/*.py %clean rm -rf $RPM_BUILD_ROOT @@ -48,8 +50,9 @@ %files %defattr(644,root,root,755) %doc README *.em doc -%attr(755,root,root) %{_bindir}/* +%attr(755,root,root) %{_bindir}/em.py %{py_sitescriptdir}/*.py[co] +%{py_sitescriptdir}/empy-*.egg-info %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -57,6 +60,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.20 2006/12/24 13:00:56 qboosh +- python BRs, added .egg-info for python 2.5 + Revision 1.19 2006/09/11 20:44:20 wiget - rel. 3 (rebuild with python 2.5) @@ -115,4 +121,3 @@ Revision 1.1 2002/09/24 12:45:04 wrobell - based on template - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/empy.spec?r1=1.19&r2=1.20&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
