]> git.pld-linux.org Git - packages/tmda.git/blobdiff - tmda.spec
- New version, STBR for Ac.
[packages/tmda.git] / tmda.spec
index e1c947448d4af06db53701f5c671f74261c39274..ad03b53619986647b0d85fd5e9a4e5f4bc41cdb1 100644 (file)
--- a/tmda.spec
+++ b/tmda.spec
@@ -2,14 +2,14 @@
 Summary:       Tagged Message Delivery Agent
 Summary(pl):   Agent (MDA) dostarczaj±cy oznaczone wiadomo¶ci
 Name:          tmda
-Version:       0.87
+Version:       1.1.4
 Release:       1
 License:       GPL
 Group:         Networking/Daemons
-Source0:       http://tmda.net/releases/%{name}-%{version}.tgz
-# Source0-md5: d04c514ae9e3807197c0f97a5cc317fc
+Source0:       http://tmda.sf.net/releases/unstable/%{name}-%{version}.tgz
+# Source0-md5: 58c79099ea0cd4bfc48f85de5502a2f2
 URL:           http://tmda.sourceforge.net/
-BuildRequires: python-devel >= 2.2.1
+BuildRequires: python-devel >= 2.3.3
 BuildRequires: rpm-pythonprov
 %pyrequires_eq python
 BuildArch:     noarch
@@ -37,11 +37,12 @@ python ./compileall
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/tmda,%{py_libdir}/TMDA}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/tmda,%{py_libdir}/site-packages/TMDA,%{py_libdir}/site-packages/TMDA/pythonlib/email}
 
 install bin/tmda-* $RPM_BUILD_ROOT%{_bindir}
 install templates/*.txt $RPM_BUILD_ROOT%{_datadir}/tmda
-install TMDA/*.{py,pyc} $RPM_BUILD_ROOT%{py_libdir}/TMDA
+install TMDA/*.{py,pyc} $RPM_BUILD_ROOT%{py_libdir}/site-packages/TMDA
+install TMDA/pythonlib/email/*.{py,pyc} $RPM_BUILD_ROOT%{py_libdir}/site-packages/TMDA/pythonlib/email
 install contrib/{collectaddys,printcdb,printdbm} $RPM_BUILD_ROOT%{_bindir}
 
 %py_ocomp $RPM_BUILD_ROOT%{py_libdir}
@@ -53,8 +54,10 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog CRYPTO README THANKS UPGRADE contrib/sample.config htdocs
+%doc ChangeLog CRYPTO README THANKS UPGRADE contrib htdocs
 %attr(755,root,root) %{_bindir}/*
-%dir %{py_libdir}/TMDA
-%{py_libdir}/TMDA/*.py[co]
+%dir %{py_libdir}/site-packages/TMDA
+%{py_libdir}/site-packages/TMDA/*.py[co]
+%dir %{py_libdir}/site-packages/TMDA/pythonlib/email
+%{py_libdir}/site-packages/TMDA/pythonlib/email/*.py[co]
 %{_datadir}/tmda
This page took 0.039592 seconds and 4 git commands to generate.