]> git.pld-linux.org Git - packages/Zope-WebMail.git/blobdiff - Zope-WebMail.spec
- up to 4.3.1, update URL
[packages/Zope-WebMail.git] / Zope-WebMail.spec
index e3dbc9a65672645273388a5fa89634143f557952..28113f037ec3244f534e0a4dc791bf4258112cf0 100644 (file)
@@ -2,16 +2,16 @@
 Summary:       A mail client for Zope
 Summary(pl):   Klient poczty elektronicznej dla Zope
 Name:          Zope-%{zope_subname}
-Version:       4.1
-Release:       3
+Version:       4.3.1
+Release:       1
 License:       GPL v2+
 Group:         Development/Tools
-Source0:       http://zope.org/Members/sgiraud/%{zope_subname}/%{zope_subname}/%{zope_subname}_%{version}.tar.gz
-# Source0-md5: 3cc5047f150c66be431a6d1babc403c6
-URL:           http://zope.org/Members/sgiraud/WebMail
+Source0:       http://www.pentila.com/produits/WebMail/%{zope_subname}-%{version}.tgz
+# Source0-md5: b35b48977be73eb8511296f3d3f7a244
+URL:           http://www.pentila.com/produits/WebMail/
 %pyrequires_eq python-modules
 Requires:      Zope
-Requires(post,postun):  /usr/sbin/installzopeproduct
+Requires(post,postun): /usr/sbin/installzopeproduct
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -30,7 +30,7 @@ find . -type d -name CVS | xargs rm -rf
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
 
-cp -af {dtml,style_sheet,www,*.py,*.dtml,refresh.txt} $RPM_BUILD_ROOT%{_datadir}/%{name}
+cp -af {dtml,style_sheet,www,*.py,refresh.txt} $RPM_BUILD_ROOT%{_datadir}/%{name}
 
 %py_comp $RPM_BUILD_ROOT%{_datadir}/%{name}
 %py_ocomp $RPM_BUILD_ROOT%{_datadir}/%{name}
@@ -48,14 +48,14 @@ fi
 
 %postun
 if [ "$1" = "0" ]; then
-        /usr/sbin/installzopeproduct -d %{zope_subname}
-        if [ -f /var/lock/subsys/zope ]; then
-                /etc/rc.d/init.d/zope restart >&2
-        fi
+       /usr/sbin/installzopeproduct -d %{zope_subname}
+       if [ -f /var/lock/subsys/zope ]; then
+               /etc/rc.d/init.d/zope restart >&2
+       fi
 fi
 
 %files
 %defattr(644,root,root,755)
 # contains authors
-%doc LICENSE.txt
+%doc LICENSE.txt CHANGES.txt
 %{_datadir}/%{name}
This page took 0.081342 seconds and 4 git commands to generate.