Update of /cvsroot/tmda/tmda/contrib
In directory usw-pr-cvs1:/tmp/cvs-serv12265/contrib

Modified Files:
        tmda.spec 
Log Message:
Account for the new pythonlib/email subdirectory under TMDA/.


Index: tmda.spec
===================================================================
RCS file: /cvsroot/tmda/tmda/contrib/tmda.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- tmda.spec   2 Sep 2002 01:29:54 -0000       1.50
+++ tmda.spec   3 Oct 2002 22:10:50 -0000       1.51
@@ -1,5 +1,5 @@
 %define name tmda
-%define version 0.62
+%define version 0.63
 %define release 1
 
 Summary: Tagged Message Delivery Agent
@@ -12,7 +12,7 @@
 BuildRoot: /var/tmp/%{name}-buildroot
 BuildArchitectures: noarch
 Vendor: Jason R. Mastaler <[EMAIL PROTECTED]>
-Packager: Ron Bickers <[EMAIL PROTECTED]>
+Packager: [EMAIL PROTECTED]
 Url: http://tmda.net/
 BuildRequires: /usr/bin/python2
 Requires: /usr/bin/python2
@@ -44,10 +44,11 @@
 %define pylibdir %{pyprefix}/lib/python%{pyver}/site-packages
 mkdir -p %{buildroot}%{_bindir}
 mkdir -p %{buildroot}%{_datadir}/tmda
-mkdir -p %{buildroot}%{pylibdir}/TMDA
+mkdir -p %{buildroot}%{pylibdir}/TMDA/pythonlib/email
 install bin/tmda-* %{buildroot}%{_bindir}
 install templates/*.txt %{buildroot}%{_datadir}/tmda
 install TMDA/*.{py,pyc} %{buildroot}%{pylibdir}/TMDA
+install TMDA/pythonlib/email/*.{py,pyc} %{buildroot}%{pylibdir}/TMDA/pythonlib/email
 
 %clean
 rm -rf %{buildroot}
@@ -55,18 +56,14 @@
 %files
 %attr(0755,root,root) %{_bindir}/*
 %attr(0644,root,root) %{pylibdir}/TMDA/*.py
+%attr(0644,root,root) %{pylibdir}/TMDA/pythonlib/email/*.py
 %verify(not size md5 mtime) %attr(0644,root,root) %{pylibdir}/TMDA/*.pyc
+%verify(not size md5 mtime) %attr(0644,root,root) 
+%{pylibdir}/TMDA/pythonlib/email/*.pyc
 %attr(0644,root,root) %{_datadir}/tmda/*
 
 %doc --parents ChangeLog COPYING CRYPTO INSTALL README THANKS UPGRADE contrib/ 
htdocs/{README,*.html}
 
 %changelog
-
-* Fri Sep 21 2001 Jason R. Mastaler <[EMAIL PROTECTED]>
-  - Updated %description.
-
-* Wed Sep 12 2001 Jason R. Mastaler <[EMAIL PROTECTED]>
-  - Updated %build to call "compileall" instead of "setup".
 
 * Wed Jun 06 2001 Ron Bickers <[EMAIL PROTECTED]>
   - initial RPM of TMDA 0.18

_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs

Reply via email to