]> git.pld-linux.org Git - packages/tmda.git/commitdiff
- New version, STBR for Ac. auto/ac/tmda-1_1_4-1
authorserek <serek@pld-linux.org>
Tue, 6 Apr 2004 00:19:39 +0000 (00:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tmda.spec -> 1.19

tmda.spec

index b0a43edaa0933d6a1afbda33f1cc5570452ad2c8..ad03b53619986647b0d85fd5e9a4e5f4bc41cdb1 100644 (file)
--- a/tmda.spec
+++ b/tmda.spec
@@ -2,12 +2,12 @@
 Summary:       Tagged Message Delivery Agent
 Summary(pl):   Agent (MDA) dostarczaj±cy oznaczone wiadomo¶ci
 Name:          tmda
-Version:       1.1.3
+Version:       1.1.4
 Release:       1
 License:       GPL
 Group:         Networking/Daemons
-Source0:       http://tmda.net/releases/unstable/%{name}-%{version}.tgz
-# Source0-md5: 0a19666ca94d465add60bb251915324d
+Source0:       http://tmda.sf.net/releases/unstable/%{name}-%{version}.tgz
+# Source0-md5: 58c79099ea0cd4bfc48f85de5502a2f2
 URL:           http://tmda.sourceforge.net/
 BuildRequires: python-devel >= 2.3.3
 BuildRequires: rpm-pythonprov
@@ -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}
@@ -55,6 +56,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %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.891464 seconds and 4 git commands to generate.