Author: qboosh Date: Thu May 24 22:53:30 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - simplified setup - package .egg-info for python 2.5
---- Files affected: SPECS: python-PyAIML.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/python-PyAIML.spec diff -u SPECS/python-PyAIML.spec:1.2 SPECS/python-PyAIML.spec:1.3 --- SPECS/python-PyAIML.spec:1.2 Fri May 25 00:50:56 2007 +++ SPECS/python-PyAIML.spec Fri May 25 00:53:25 2007 @@ -15,7 +15,7 @@ Source1: http://dl.sourceforge.net/pyaiml/%{aiml_package}.tar.bz2 # Source1-md5: bb3689854846e769d9000796e2c33587 URL: http://pyaiml.sourceforge.net/ -BuildRequires: python-devel +BuildRequires: python-devel >= 1:2.5 BuildRequires: rpm-pythonprov BuildRequires: rpmbuild(macros) >= 1.219 %pyrequires_eq python-modules @@ -33,7 +33,7 @@ programu SI. %prep -%setup -q -n %{mod_package}-%{version} -T -b 0 -a 1 +%setup -q -n %{mod_package}-%{version} -a 1 %build find -type f -exec sed -i -e 's|#!.*python.*|#!%{_bindir}/python|g' "{}" ";" @@ -60,6 +60,7 @@ %doc README.txt CHANGES.txt SUPPORTED_TAGS.txt TODO.txt %dir %{py_sitescriptdir}/aiml %{py_sitescriptdir}/aiml/*.py[co] +%{py_sitescriptdir}/PyAIML-*.egg-info %dir %{_datadir}/%{mod_package} %{_datadir}/%{mod_package}/* %dir %{_datadir}/aiml @@ -71,6 +72,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2007/05/24 22:53:25 qboosh +- simplified setup +- package .egg-info for python 2.5 + Revision 1.2 2007/05/24 22:50:56 qboosh - formatting ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/python-PyAIML.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
