Changeset 561 for installers/linux/rpms/SPECS/eduCommons-3.2.1-rc2.spec
- Timestamp:
- 08/08/09 21:00:12 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
installers/linux/rpms/SPECS/eduCommons-3.2.1-rc2.spec
r560 r561 23 23 24 24 %if "%{_vendor}" == "suse" 25 Requires: gcc gcc-c++ libxml2-devel libxslt-devel python-tk freetype2-devel zlib-devel libjpeg-devel 25 Requires: gcc gcc-c++ python24 libxml2-devel libxslt-devel python-tk freetype2-devel zlib-devel libjpeg-devel 26 27 %ifarch x86_64 28 Requires: libjpeg-devel-32bit zlib-devel-32bit libxml2-devel-32bit libxslt-devel-32bit freetype2-devel-32bit 29 %endif 30 26 31 %endif 27 32 … … 43 48 chmod 644 parts/zope2/lib/python/ZEO/zeoctl.py 44 49 chmod 644 parts/zope2/utilities/ZODBTools/*.py 45 chmod 644 eggs/Products.kupu*/Products/kupu/python/nationalizer.py 46 50 chmod 644 eggs/enpraxis.educommons*/enpraxis/educommons/tests/seleniumtests/fakeSMTPServer.py 51 chmod 644 eggs/Products.kupu*/Products/kupu/common/*.cgi 52 chmod 644 eggs/Products.kupu*/Products/kupu/python/*.py 53 chmod 644 eggs/wicked*/wicked/normalize.py 54 chmod 644 contrib/linux/makevhost.py 47 55 48 56 … … 86 94 87 95 %pre 88 /usr/sbin/useradd -c "eduCommons" -d %{_prefix} -M -r -s /sbin/nologin educommons 96 /usr/sbin/groupadd educommons 97 /usr/sbin/useradd -G educommons -c "eduCommons" -d %{_prefix} -M -r -s /sbin/nologin educommons 89 98 90 99 %preun … … 96 105 /usr/bin/python2.4 bootstrap.py -oN -c deployment.cfg 97 106 bin/buildout -oN -v plonesite:enabled=true -c deployment.cfg 107 /sbin/chkconfig --level 35 educommons on 98 108 echo "Done." 99 109 100 110 %postun 111 /sbin/chkconfig --level 35 educommons off 101 112 /usr/sbin/userdel educommons 113 /usr/sbin/groupdel educommons 102 114 103 115 %changelog
