%include /usr/lib/rpm/macros.python %define zope_subname CMFSin Summary: CMFSin - a Zope product that is a simple syndication client for CMF Summary(pl): CMFSin - dodatek do Zope będący prostym klientem "korporacyjnym" dla CMF Name: Zope-%{zope_subname} Version: 0.6.1 Release: 3 License: GPL Group: Development/Tools Source0: http://dl.sourceforge.net/collective/%{zope_subname}.tar.gz # Source0-md5: a50ab5b9c13526a6a52397d556b09e84 URL: http://sourceforge.net/projects/collective/ %pyrequires_eq python-modules Requires: Zope-CMF Requires: Zope BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) Obsoletes: CMF %define product_dir /usr/lib/zope/Products %description This is a simple syndication client for CMF. It uses rssparser and shares many things in common with CMFNewsFeed but has a different model for handling channels. It is designed to map _n_ channels or feeds to sets of composite virtual channels which can then be called in in a timely fashion. %description -l pl CMFSin jest prostym klientem "korporacyjnym" dla CMF. Umożliwia parsowanie rss i posiada wiele możliwosći jakie daje CMFNewsFeed, lecz różni się innym modelem obsługi kanałów. Jest opracowany tak, by odwzorowywać _n_ kanałów lub strumieni na zbiory połączonych wirtualnych kanałów, które mogą być wywoływane o określonej porze. %prep %setup -q -n %{zope_subname} find . -type d -name CVS | xargs rm -rf %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{product_dir}/%{zope_subname} cp -af {Extensions,skins,www,*.py,*.cfg,*.gif} $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 docs/* README.txt %{product_dir}/%{zope_subname}