SPECS: python-ctypesgen.spec - py files are needed
arekm
arekm at pld-linux.org
Thu Mar 12 10:47:24 CET 2009
Author: arekm Date: Thu Mar 12 09:47:24 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- py files are needed
---- Files affected:
SPECS:
python-ctypesgen.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/python-ctypesgen.spec
diff -u SPECS/python-ctypesgen.spec:1.1 SPECS/python-ctypesgen.spec:1.2
--- SPECS/python-ctypesgen.spec:1.1 Thu Mar 12 10:25:40 2009
+++ SPECS/python-ctypesgen.spec Thu Mar 12 10:47:18 2009
@@ -39,16 +39,18 @@
%files
%defattr(644,root,root,755)
-%{py_sitescriptdir}/*.egg-info
-%dir %{py_sitescriptdir}/ctypesgencore
-%{py_sitescriptdir}/ctypesgencore/*.py[co]
-%dir %{py_sitescriptdir}/ctypesgencore/parser
-%{py_sitescriptdir}/ctypesgencore/parser/*.py[co]
-%dir %{py_sitescriptdir}/ctypesgencore/printer
-%{py_sitescriptdir}/ctypesgencore/printer/*.py[co]
-%dir %{py_sitescriptdir}/ctypesgencore/processor
-%{py_sitescriptdir}/ctypesgencore/processor/*.py[co]
%attr(755,root,root) %{_bindir}/ctypesgen.py
+%{py_sitescriptdir}/*.egg-info
+%{py_sitescriptdir}/ctypesgencore
+
+#%dir %{py_sitescriptdir}/ctypesgencore
+#%{py_sitescriptdir}/ctypesgencore/*.py[co]
+#%dir %{py_sitescriptdir}/ctypesgencore/parser
+#%{py_sitescriptdir}/ctypesgencore/parser/*.py[co]
+#%dir %{py_sitescriptdir}/ctypesgencore/printer
+#%{py_sitescriptdir}/ctypesgencore/printer/*.py[co]
+#%dir %{py_sitescriptdir}/ctypesgencore/processor
+#%{py_sitescriptdir}/ctypesgencore/processor/*.py[co]
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -56,6 +58,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2009/03/12 09:47:18 arekm
+- py files are needed
+
Revision 1.1 2009/03/12 09:25:40 arekm
- initial
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-ctypesgen.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list