Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 47286bb1bd1c334fa47334a32a037900 > files > 2

plone-PloneExFile-2.04-1mdk.src.rpm

%define product		PloneExFile
%define version		2.04
%define release		1mdk

%define zope_minver	2.7
%define plone_minver    2.0

%define zope_home	%{_libdir}/zope
%define software_home	%{zope_home}/lib/python

Summary:	ExFile - A Plone content type with an attachment
Name:		plone-%{product}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		System/Servers
Source:		http://belnet.dl.sourceforge.net/sourceforge/ingeniweb/PloneExFile-%{version}.tar.bz2
URL:		http://ingeniweb.sourceforge.net/Products/PloneExFile/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch:	noarch
Requires:	zope >= %{zope_minver} zope-ZAttachmentAttribute >= 2.3
Requires:       plone >= %{plone_minver}

%description
ExFile - A Plone content type with an attachment

%prep
%setup -c

%build
# Not much, eh? :-)


%install
%{__rm} -rf %{buildroot}
%{__mkdir_p} %{buildroot}/%{software_home}/Products
%{__cp} -a * %{buildroot}%{software_home}/Products/


%clean
%{__rm} -rf %{buildroot}

%post
if [ "`%{_prefix}/bin/zopectl status`" != "daemon manager not running" ] ; then
	service zope restart
fi

%postun
if [ -f "%{_prefix}/bin/zopectl" ] && [ "`%{_prefix}/bin/zopectl status`" != "daemon manager not running" ] ; then
	service zope restart
fi

%files
%defattr(-, root, root, 0755)
%{software_home}/Products/*


%changelog
* Tue Jan 18 2005 Gaetan Lehmann <gaetan.lehmann@jouy.inra.fr> 2.04-1mdk
- initial contrib