SPECS: Zope-dirs.spec - all zope modules go to py_sitedir as pytho...
wrobell
wrobell at pld-linux.org
Tue Mar 4 23:16:40 CET 2008
Author: wrobell Date: Tue Mar 4 22:16:40 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- all zope modules go to py_sitedir as python cannot load simultaneously
from py_sitedir/zope and py_sitescriptdir/zope
---- Files affected:
SPECS:
Zope-dirs.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/Zope-dirs.spec
diff -u SPECS/Zope-dirs.spec:1.2 SPECS/Zope-dirs.spec:1.3
--- SPECS/Zope-dirs.spec:1.2 Sat Jan 5 01:03:04 2008
+++ SPECS/Zope-dirs.spec Tue Mar 4 23:16:35 2008
@@ -3,7 +3,7 @@
Summary(pl.UTF-8): Katalogi wspólne dla bibliotek Zope
Name: Zope-dirs
Version: 1.0
-Release: 1
+Release: 2
License: Public Domain
Group: Libraries/Python
BuildRequires: python
@@ -23,15 +23,11 @@
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{py_sitedir}/zope
-install -d $RPM_BUILD_ROOT%{py_sitescriptdir}/zope
touch $RPM_BUILD_ROOT%{py_sitedir}/zope/__init__.py
-touch $RPM_BUILD_ROOT%{py_sitescriptdir}/zope/__init__.py
%py_comp $RPM_BUILD_ROOT%{py_sitedir}/zope
%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}/zope
-%py_comp $RPM_BUILD_ROOT%{py_sitescriptdir}/zope
-%py_ocomp $RPM_BUILD_ROOT%{py_sitescriptdir}/zope
%py_postclean
%clean
@@ -40,7 +36,6 @@
%files
%defattr(644,root,root,755)
%{py_sitedir}/zope
-%{py_sitescriptdir}/zope
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -48,6 +43,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2008-03-04 22:16:35 wrobell
+- all zope modules go to py_sitedir as python cannot load simultaneously
+ from py_sitedir/zope and py_sitescriptdir/zope
+
Revision 1.2 2008-01-05 00:03:04 qboosh
- pl
- python deps
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/Zope-dirs.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list