rpms/tmda/FC-5 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 tmda.spec, 1.3, 1.4 tmda-optionparser.patch, 1.1, NONE tofmipd-init.patch, 1.1, NONE

Bernard Johnson (bjohnson) fedora-extras-commits at redhat.com
Sun Feb 25 10:01:22 UTC 2007


Author: bjohnson

Update of /cvs/extras/rpms/tmda/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13242

Modified Files:
	.cvsignore sources tmda.spec 
Removed Files:
	tmda-optionparser.patch tofmipd-init.patch 
Log Message:
1.1.11



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/tmda/FC-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	20 Feb 2007 01:51:41 -0000	1.2
+++ .cvsignore	25 Feb 2007 10:00:49 -0000	1.3
@@ -1 +1 @@
-tmda-1.1.10.tgz
+tmda-1.1.11.tgz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/tmda/FC-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	20 Feb 2007 01:51:41 -0000	1.2
+++ sources	25 Feb 2007 10:00:49 -0000	1.3
@@ -1 +1 @@
-6b04bcce2d96e7ba07a42978763949d2  tmda-1.1.10.tgz
+7ab79d3ebd1a62757be06218f4af902a  tmda-1.1.11.tgz


Index: tmda.spec
===================================================================
RCS file: /cvs/extras/rpms/tmda/FC-5/tmda.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tmda.spec	24 Feb 2007 20:53:21 -0000	1.3
+++ tmda.spec	25 Feb 2007 10:00:49 -0000	1.4
@@ -6,16 +6,14 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           tmda
-Version:        1.1.10
-Release:        5%{?dist}%{?repotag:.%{repotag}}
+Version:        1.1.11
+Release:        1%{?dist}%{?repotag:.%{repotag}}
 Summary:        Tagged Message Delivery Agent 
 
 Group:          Applications/System
 License:        GPL
 URL:            http://tmda.net
 Source0:        http://tmda.net/releases/%{name}-%{version}.tgz
-Patch0:         tofmipd-init.patch
-Patch1:         tmda-optionparser.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -31,9 +29,6 @@
 %prep
 %setup -q
 
-%patch0 -p1 -b .tofmipd-init
-%patch1 -p1 -b .option-parser
-
 
 %build
 # fix shbang line in all executable files
@@ -43,6 +38,12 @@
 done
 # remove x bits from all files in contrib as they will be used in %%doc
 find contrib -type f -print | xargs chmod a-x
+# fix dos eol problems on some documents
+for file in doc/html/attachments/{TmdaFingerprint/tmda-fingerprint,TmdaPostfixPolicy/tmda-postfix-policy.sh}; do
+  sed -i 's/\r//' $file
+done
+# zero byte file but not used or linkd
+rm -f doc/html/error.log
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -82,7 +83,8 @@
 %{python_sitelib}/*
 %{_bindir}/*
 %{_datadir}/%{name}
-%doc ChangeLog CODENAMES COPYING CRYPTO NEWS README THANKS UPGRADE contrib htdocs
+%doc ChangeLog CODENAMES COPYING CRYPTO INSTALL NEWS README THANKS UPGRADE
+%doc contrib doc
 
 
 %package emacs
@@ -154,6 +156,14 @@
 
 
 %changelog
+* Sun Feb 25 2007 Bernard Johnson <bjohnson at symetrix.com> 1.1.11-1
+- version 1.1.11
+- remove option parser patch (upstream)
+- remove init file patch (upstream)
+- include INSTALL file now that it represents correct information
+- fix eol problems on some of the new docs
+- remove zero byte log file
+
 * Sat Feb 24 2007 Bernard Johnson <bjohnson at symetrix.com> 1.1.10-5
 - patch option parser to accept multiple -e options
 


--- tmda-optionparser.patch DELETED ---


--- tofmipd-init.patch DELETED ---




More information about the fedora-extras-commits mailing list