commit 0a535f0c7b8819d0f86fc41a8a5b4b22870b37bb Author: Emmanuel Seyman <emmanuel@xxxxxxxxx> Date: Mon Mar 24 17:30:36 2014 +0100 Initial import. .gitignore | 1 + sources | 1 + t-prot.spec | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 58 insertions(+), 0 deletions(-) --- diff --git a/.gitignore b/.gitignore index e69de29..fd4b402 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/t-prot-3.0.tar.gz diff --git a/sources b/sources index e69de29..08ee3e6 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +2eebe0d81f020b5171773b5e6169b053 t-prot-3.0.tar.gz diff --git a/t-prot.spec b/t-prot.spec new file mode 100644 index 0000000..a688449 --- /dev/null +++ b/t-prot.spec @@ -0,0 +1,56 @@ +Name: t-prot +Version: 3.0 +Release: 1%{?dist} +Summary: A filter which improves the readability of email messages and Usenet posts + +License: BSD +URL: http://www.escape.de/~tolot/mutt/ +Source0: http://www.escape.de/~tolot/mutt/t-prot/downloads/%{name}-%{version}.tar.gz +BuildArch: noarch + +%description +t-prot (TOFU Protection) is a filter which improves the readability of email +messages and Usenet posts by hiding some of their annoying parts. The +annoyances it handles include mailing list footers, signatures, TOFU, +sequences of blank lines, and repeated punctuation. + +%prep +%setup -q + +%build + +%install +install -d $RPM_BUILD_ROOT%{_bindir} +install t-prot $RPM_BUILD_ROOT%{_bindir} + +install -d $RPM_BUILD_ROOT%{_mandir}/man1/ +install -m 644 t-prot.1 $RPM_BUILD_ROOT%{_mandir}/man1/ +gzip -f $RPM_BUILD_ROOT%{_mandir}/man1/t-prot.1 + +%files +%doc ChangeLog TODO README contrib +%{_bindir}/t-prot +%{_mandir}/man1/t-prot.1.gz + + +%changelog +* Tue Dec 31 2013 Emmanuel Seyman <emmanuel@xxxxxxxxx> - 3.0-1 +- Update to 3.0 + +* Sun Nov 07 2010 Emmanuel Seyman <emmanuel.seyman@xxxxxxxxxxxxxxxx> - 2.101-1 +- Update to 2.101 + +* Mon Jul 19 2010 Emmanuel Seyman <emmanuel.seyman@xxxxxxxxxxxxxxxx> - 2.100-1 +- Update to 2.100 + +* Sun May 02 2010 Emmanuel Seyman <emmanuel.seyman@xxxxxxxxxxxxxxxx> - 2.98-1 +- Update to 2.98. + +* Mon Dec 21 2009 Emmanuel Seyman <emmanuel.seyman@xxxxxxxxxxxxxxxx> 2.8.1-1 +- Update to 2.8.1. + +* Sun Nov 22 2009 Emmanuel Seyman <emmanuel.seyman@xxxxxxxxxxxxxxxx> 2.7.1-1 +- Update to 2.7.1. + +* Tue May 05 2009 Emmanuel Seyman <emmanuel.seyman@xxxxxxxxxxxxxxxx> 2.5-1 +- Initial build -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel