SPECS: python-POW.spec - missing dir

qboosh qboosh at pld-linux.org
Mon Apr 14 21:45:26 CEST 2008


Author: qboosh                       Date: Mon Apr 14 19:45:26 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- missing dir

---- Files affected:
SPECS:
   python-POW.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/python-POW.spec
diff -u SPECS/python-POW.spec:1.1 SPECS/python-POW.spec:1.2
--- SPECS/python-POW.spec:1.1	Tue Oct  9 20:33:21 2007
+++ SPECS/python-POW.spec	Mon Apr 14 21:45:21 2008
@@ -42,8 +42,9 @@
 %files
 %defattr(644,root,root,755)
 %doc README docs/*.pdf
-%dir %{py_sitedir}/%{module}/*.py[co]
-%attr(755,root,root) %{py_sitedir}/%{module}/*.so
+%dir %{py_sitedir}/POW
+%{py_sitedir}/POW/*.py[co]
+%attr(755,root,root) %{py_sitedir}/POW/*.so
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -51,7 +52,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2008-04-14 19:45:21  qboosh
+- missing dir
+
 Revision 1.1  2007-10-09 18:33:21  beorn
 - initial
 - builds and works, but needs support for Python 2.5 (egg-info)
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-POW.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list