]> git.pld-linux.org Git - packages/Zope-dirs.git/commitdiff
- all zope modules go to py_sitedir as python cannot load simultaneously auto/th/Zope-dirs-1_0-2
authorwrobell <wrobell@pld-linux.org>
Tue, 4 Mar 2008 22:16:35 +0000 (22:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  from py_sitedir/zope and py_sitescriptdir/zope

Changed files:
    Zope-dirs.spec -> 1.3

Zope-dirs.spec

index 73306a0e04b43b6e0a19de099c542a0a256e689c..6939cca85b66ed60f899e019ec324494af1d3465 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Common dirs for Zope libraries
 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
@@ -22,15 +22,11 @@ Katalogi wspólne dla bibliotek Zope.
 %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
@@ -39,4 +35,3 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %{py_sitedir}/zope
-%{py_sitescriptdir}/zope
This page took 0.101564 seconds and 5 git commands to generate.