%include /usr/lib/rpm/macros.python %define zope_subname CMFCollector Summary: CMFCollector - an issue collector for Zope Summary(pl): CMFCollector - dodatek do Zope umożliwiający zbieranie wyników Name: Zope-%{zope_subname} Version: 0.9b Release: 3 License: ZPL 2.0 Group: Development/Tools #Source0: http://cvs.zope.org/CMF/%{zope_subname}/%{zope_subname}.tar.gz?tarball=1 Source0: %{zope_subname}.tar.gz # Source0-md5: 151c906d1058115f3f98155ec042f8fe URL: http://cvs.zope.org/CMF/%{zope_subname}/ %pyrequires_eq python-modules Requires: Zope-CMF >= 1.2 Requires: Zope >= 2.4 BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) Obsoletes: CMF %define product_dir /usr/lib/zope/Products %description CMFCollector is an issue collector for Zope. %description -l pl CMFCollector jest dodatkiem do Zope umożliwiającym zbieranie wyników. %prep %setup -q -n %{zope_subname} %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{product_dir}/%{zope_subname}/help # should tests be included or not? cp -af {Extensions,dtml,skins,tests,*.py,*.zexp} $RPM_BUILD_ROOT%{product_dir}/%{zope_subname} %py_comp $RPM_BUILD_ROOT%{product_dir}/%{zope_subname} %py_ocomp $RPM_BUILD_ROOT%{product_dir}/%{zope_subname} # find $RPM_BUILD_ROOT -type f -name "*.py" -exec rm -rf {} \;; %clean rm -rf $RPM_BUILD_ROOT %post if [ -f /var/lock/subsys/zope ]; then /etc/rc.d/init.d/zope restart >&2 fi %postun if [ -f /var/lock/subsys/zope ]; then /etc/rc.d/init.d/zope restart >&2 fi %files %defattr(644,root,root,755) %doc INSTALL.txt KNOWN_PROBLEMS.txt README.txt TODO.txt %{product_dir}/%{zope_subname}